.file "builtin-prefetch-2.c" .globl glob_ptr_int .data .align 2 .type glob_ptr_int, @object .size glob_ptr_int, 4 glob_ptr_int: .long glob_int_arr .globl glob_int .align 2 .type glob_int, @object .size glob_int, 4 glob_int: .long 4 .align 2 .type stat_ptr_int, @object .size stat_ptr_int, 4 stat_ptr_int: .long stat_int_arr .globl ptr_str .align 2 .type ptr_str, @object .size ptr_str, 4 ptr_str: .long str .text .align 2 .globl simple_global .type simple_global, @function simple_global: link.w %a6,#0 unlk %a6 rts .size simple_global, .-simple_global .align 2 .globl simple_file .type simple_file, @function simple_file: link.w %a6,#0 unlk %a6 rts .size simple_file, .-simple_file .local gx.0 .comm gx.0,400,2 .data .align 2 .type hx.1, @object .size hx.1, 4 hx.1: .long gx.0 .local ix.2 .comm ix.2,4,2 .text .align 2 .globl simple_static_local .type simple_static_local, @function simple_static_local: link.w %a6,#0 unlk %a6 rts .size simple_static_local, .-simple_static_local .align 2 .globl simple_local .type simple_local, @function simple_local: link.w %a6,#-400 unlk %a6 rts .size simple_local, .-simple_local .align 2 .globl simple_arg .type simple_arg, @function simple_arg: link.w %a6,#0 unlk %a6 rts .size simple_arg, .-simple_arg .align 2 .globl expr_global .type expr_global, @function expr_global: link.w %a6,#0 unlk %a6 rts .size expr_global, .-expr_global .align 2 .globl expr_local .type expr_local, @function expr_local: link.w %a6,#-60 unlk %a6 rts .size expr_local, .-expr_local .align 2 .globl main .type main, @function main: link.w %a6,#0 jbsr simple_global jbsr simple_file jbsr simple_static_local jbsr simple_local move.l glob_int,-(%sp) move.l glob_ptr_int,-(%sp) pea glob_int_arr jbsr simple_arg lea (12,%sp),%sp move.l #str,str+16 jbsr expr_global jbsr expr_local clr.l -(%sp) jbsr exit nop .size main, .-main .comm glob_int_arr,400,2 .local stat_int_arr .comm stat_int_arr,400,2 .local stat_int .comm stat_int,4,2 .comm str,20,2 .ident "GCC: (GNU) 3.3.2"