Searched refs:ge32 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 1019 IRTemp ge32 = newTemp(Ity_I32); in set_GE_32_10_from_bits_31_15() local 1021 assign(ge32, binop(Iop_And32, mkexpr(t32), mkU32(0x80000000))); in set_GE_32_10_from_bits_31_15() 1024 put_GEFLAG32( 2, 0, mkexpr(ge32), condT ); in set_GE_32_10_from_bits_31_15() 1025 put_GEFLAG32( 3, 0, mkexpr(ge32), condT ); in set_GE_32_10_from_bits_31_15() 10365 IRTemp ge32 = newTemp(Ity_I32); in decode_V6MEDIA_instruction() local 10366 assign(ge32, unop(Iop_Not32, mkexpr(irt_sum))); in decode_V6MEDIA_instruction() 10367 put_GEFLAG32( 2, 31, mkexpr(ge32), condT ); in decode_V6MEDIA_instruction() 10368 put_GEFLAG32( 3, 31, mkexpr(ge32), condT ); in decode_V6MEDIA_instruction() 11615 IRTemp ge32 = newTemp(Ity_I32); in decode_V6MEDIA_instruction() local 11616 assign(ge32, unop(Iop_Not32, mkexpr(irt_diff))); in decode_V6MEDIA_instruction() [all …]
|