Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_arm_toIR.c14378 IRTemp taT = newTemp(Ity_I32); in decode_CP10_CP11_instruction() local
14379 assign(taT, summary == 3 ? mkexpr(rnTnew) : mkexpr(rnT)); in decode_CP10_CP11_instruction()
14393 IRExpr* addr = binop(Iop_Add32, mkexpr(taT), mkU32(8*i)); in decode_CP10_CP11_instruction()
14515 IRTemp taT = newTemp(Ity_I32); in decode_CP10_CP11_instruction() local
14516 assign(taT, summary == 3 ? mkexpr(rnTnew) : mkexpr(rnT)); in decode_CP10_CP11_instruction()
14530 IRExpr* addr = binop(Iop_Add32, mkexpr(taT), mkU32(8*i)); in decode_CP10_CP11_instruction()
15307 IRTemp taT = newTemp(Ity_I32); in decode_CP10_CP11_instruction() local
15308 assign(taT, summary == 3 ? mkexpr(rnTnew) : mkexpr(rnT)); in decode_CP10_CP11_instruction()
15322 IRExpr* addr = binop(Iop_Add32, mkexpr(taT), mkU32(4*i)); in decode_CP10_CP11_instruction()
16627 IRTemp taT = IRTemp_INVALID; in disInstr_ARM_WRK() local
[all …]