Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_arm_toIR.c1573 IRTemp apsrT, IRTemp condT ) in desynthesise_APSR() argument
1579 assign(immT, binop(Iop_And32, mkexpr(apsrT), mkU32(0xF0000000)) ); in desynthesise_APSR()
1583 assign(qnewT, binop(Iop_And32, mkexpr(apsrT), mkU32(ARMG_CC_MASK_Q))); in desynthesise_APSR()
1588 put_GEFLAG32(0, 0, binop(Iop_And32, mkexpr(apsrT), mkU32(1<<16)), in desynthesise_APSR()
1590 put_GEFLAG32(1, 0, binop(Iop_And32, mkexpr(apsrT), mkU32(1<<17)), in desynthesise_APSR()
1592 put_GEFLAG32(2, 0, binop(Iop_And32, mkexpr(apsrT), mkU32(1<<18)), in desynthesise_APSR()
1594 put_GEFLAG32(3, 0, binop(Iop_And32, mkexpr(apsrT), mkU32(1<<19)), in desynthesise_APSR()