Searched refs:get_GEFLAG32 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 1002 static IRExpr* get_GEFLAG32( Int flagNo /* 0, 1, 2, 3 */ ) in get_GEFLAG32() function 1524 = unop(Iop_1Uto32, binop(Iop_CmpNE32, get_GEFLAG32(0), mkU32(0))); in synthesise_APSR() 1526 = unop(Iop_1Uto32, binop(Iop_CmpNE32, get_GEFLAG32(1), mkU32(0))); in synthesise_APSR() 1528 = unop(Iop_1Uto32, binop(Iop_CmpNE32, get_GEFLAG32(2), mkU32(0))); in synthesise_APSR() 1530 = unop(Iop_1Uto32, binop(Iop_CmpNE32, get_GEFLAG32(3), mkU32(0))); in synthesise_APSR() 10800 assign( irt_ge_flag0, get_GEFLAG32(0) ); in decode_V6MEDIA_instruction() 10801 assign( irt_ge_flag1, get_GEFLAG32(1) ); in decode_V6MEDIA_instruction() 10802 assign( irt_ge_flag2, get_GEFLAG32(2) ); in decode_V6MEDIA_instruction() 10803 assign( irt_ge_flag3, get_GEFLAG32(3) ); in decode_V6MEDIA_instruction()
|