3 #if defined(VGO_linux) || defined(VGO_solaris) || defined(VGO_freebsd)
9 .globl VG_SYM_ASM(fooble)
10 #if defined(VGO_linux) || defined(VGO_solaris) || defined(VGO_freebsd)
11 .type VG_SYM_ASM(fooble),@function
19 # flags are now undef if either operand is
20 # save possibly undef flags on stack
25 # flags are now definitely defined
28 # resulting flag definedness depends on outcome of sub above
29 # should override that created by 0 + 0 above
30 # because Vex does an emulation-warning check on the popfl,
31 # an error should be reported for the popfl
33 # now use the condition codes to generate a value
34 # in a way which will cause undefinedness to get reported
45 #if defined(VGO_linux) || defined(VGO_solaris) || defined(VGO_freebsd)
46 .size VG_SYM_ASM(fooble),.Lfe1-VG_SYM_ASM(fooble)
48 .ident "GCC: (GNU) 2.96 20000731 (Red Hat Linux 7.1 2.96-98)"