summaryrefslogtreecommitdiff
path: root/lib/compiler/test/beam_validator_SUITE_data/freg_uninit.S
blob: 2d4cbc9388260d35f8511378554c32e2b20e3aae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{module, freg_uninit}.  %% version = 0

{exports, [{sum_1,2},{sum_2,2}]}.

{attributes, []}.

{labels, 7}.


{function, sum_1, 2, 2}.
  {label,1}.
    {func_info,{atom,t},{atom,sum_1},2}.
  {label,2}.
    {fconv,{x,0},{fr,0}}.
    fclearerror.
    {bif,fadd,{f,0},[{fr,0},{fr,1}],{fr,0}}.
    return.


{function, sum_2, 2, 4}.
  {label,3}.
    {func_info,{atom,t},{atom,sum_2},2}.
  {label,4}.
    {allocate,0,2}.
    {fconv,{x,0},{fr,0}}.
    {fconv,{x,1},{fr,1}}.
    fclearerror.
    {fcheckerror,{f,0}}.
    {call,2,{f,6}}.
    {bif,fadd,{f,0},[{fr,0},{fr,1}],{fr,0}}.
    {deallocate,0}.
    return.

{function, foo, 2, 6}.
  {label,5}.
    {func_info,{atom,t},{atom,foo},2}.
  {label,6}.
    return.