Home
last modified time | relevance | path

Searched refs:get_GEFLAG32 (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_arm_toIR.c1026 static IRExpr* get_GEFLAG32( Int flagNo /* 0, 1, 2, 3 */ ) in get_GEFLAG32() function
1548 = unop(Iop_1Uto32, binop(Iop_CmpNE32, get_GEFLAG32(0), mkU32(0))); in synthesise_APSR()
1550 = unop(Iop_1Uto32, binop(Iop_CmpNE32, get_GEFLAG32(1), mkU32(0))); in synthesise_APSR()
1552 = unop(Iop_1Uto32, binop(Iop_CmpNE32, get_GEFLAG32(2), mkU32(0))); in synthesise_APSR()
1554 = unop(Iop_1Uto32, binop(Iop_CmpNE32, get_GEFLAG32(3), mkU32(0))); in synthesise_APSR()
10862 assign( irt_ge_flag0, get_GEFLAG32(0) ); in decode_V6MEDIA_instruction()
10863 assign( irt_ge_flag1, get_GEFLAG32(1) ); in decode_V6MEDIA_instruction()
10864 assign( irt_ge_flag2, get_GEFLAG32(2) ); in decode_V6MEDIA_instruction()
10865 assign( irt_ge_flag3, get_GEFLAG32(3) ); in decode_V6MEDIA_instruction()