Searched refs:condT (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c951 static void put_QFLAG32 ( IRTemp t, IRTemp condT )
953 putMiscReg32( OFFB_QFLAG32, mkexpr(t), condT );
960 static void or_into_QFLAG32 ( IRExpr* e, IRTemp condT )
965 put_QFLAG32(nyu, condT);
981 IRTemp condT )
992 case 0: putMiscReg32(OFFB_GEFLAG0, mkexpr(masked), condT); break;
993 case 1: putMiscReg32(OFFB_GEFLAG1, mkexpr(masked), condT); break;
994 case 2: putMiscReg32(OFFB_GEFLAG2, mkexpr(masked), condT); break;
995 case 3: putMiscReg32(OFFB_GEFLAG3, mkexpr(masked), condT); break;
1016 static void set_GE_32_10_from_bits_31_15 ( IRTemp t32, IRTemp condT )
3198 setFlag_QC(mkexpr(res), mkexpr(tmp), Q, condT); local
3608 setFlag_QC(mkexpr(res), mkexpr(tmp), Q, condT); local
5159 True, condT); local
5486 True, condT); local
6346 setFlag_QC(mkexpr(tmp), mkexpr(reg_m), Q, condT); local
6537 True, condT); local
6898 setFlag_QC(mkexpr(res), mkexpr(tmp), Q, condT); local
6932 Q, condT); local
7431 setFlag_QC(mkexpr(res), mkexpr(tmp), False, condT); local
8833 decode_NEON_instruction( DisResult* dres, UInt insn32, IRTemp condT, Bool isT ) argument
8920 decode_V6MEDIA_instruction( DisResult* dres, UInt insnv6m, IRTemp condT, ARMCondcode conq, Bool isT ) argument
9166 or_into_QFLAG32( mkexpr(irt_sat_Q), condT ); local
9224 or_into_QFLAG32( mkexpr(irt_sat_Q), condT ); local
9282 or_into_QFLAG32( mkexpr(irt_Q_lo), condT ); local
9285 or_into_QFLAG32( mkexpr(irt_Q_hi), condT ); local
9343 or_into_QFLAG32( mkexpr(irt_Q_lo), condT ); local
9346 or_into_QFLAG32( mkexpr(irt_Q_hi), condT ); local
10446 condT local
10538 condT local
10608 condT local
10754 condT local
12804 decode_CP10_CP11_instruction( DisResult* dres, UInt insn28, IRTemp condT, ARMCondcode conq, Bool isT ) argument
14559 IRTemp condT; /* :: Ity_I32 */ local
15125 storeGuardedLE( mkexpr(taT), mkexpr(rDt), condT ); local
15128 storeGuardedLE( mkexpr(taT), unop(Iop_32to8, mkexpr(rDt)), condT ); local
15365 unop(Iop_32to16, getIRegA(rD)), condT ); local
17147 storeGuardedLE( getIRegA(rN), getIRegA(rT), condT); local
17621 IRTemp condT = IRTemp_INVALID; local
20103 storeGuardedLE(mkexpr(transAddr), data, condT); local
20271 storeGuardedLE(mkexpr(transAddr), data, condT); local
20432 storeGuardedLE(mkexpr(transAddr), data, condT); local
20533 mkexpr(oldRt), condT ); local
20535 mkexpr(oldRt2), condT ); local
[all...]
H A Dguest_arm64_toIR.c1169 //ZZ static void put_QFLAG32 ( IRTemp t, IRTemp condT )
1171 //ZZ putMiscReg32( OFFB_QFLAG32, mkexpr(t), condT );
1178 //ZZ static void or_into_QFLAG32 ( IRExpr* e, IRTemp condT )
1183 //ZZ put_QFLAG32(nyu, condT);
2700 IRTemp condT = newTemp(Ity_I1); local
2701 assign(condT, unop(Iop_64to1, mk_arm64g_calculate_condition(cond)));
2714 setFlags_ADD_SUB_conditionally(is64, isSUB, condT, argL, argR, nzcv);
2739 IRTemp condT = newTemp(Ity_I1); local
2740 assign(condT, unop(Iop_64to1, mk_arm64g_calculate_condition(cond)));
2753 setFlags_ADD_SUB_conditionally(is64, isSUB, condT, arg
[all...]

Completed in 241 milliseconds