Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_arm_toIR.c12903 IRTemp rnTnew = IRTemp_INVALID; in decode_CP10_CP11_instruction() local
12905 rnTnew = newTemp(Ity_I32); in decode_CP10_CP11_instruction()
12906 assign(rnTnew, binop(summary == 2 ? Iop_Add32 : Iop_Sub32, in decode_CP10_CP11_instruction()
12913 assign(taT, summary == 3 ? mkexpr(rnTnew) : mkexpr(rnT)); in decode_CP10_CP11_instruction()
12920 putIRegT(rN, mkexpr(rnTnew), IRTemp_INVALID); in decode_CP10_CP11_instruction()
12922 putIRegA(rN, mkexpr(rnTnew), IRTemp_INVALID, Ijk_Boring); in decode_CP10_CP11_instruction()
12940 putIRegT(rN, mkexpr(rnTnew), IRTemp_INVALID); in decode_CP10_CP11_instruction()
12942 putIRegA(rN, mkexpr(rnTnew), IRTemp_INVALID, Ijk_Boring); in decode_CP10_CP11_instruction()
13040 IRTemp rnTnew = IRTemp_INVALID; in decode_CP10_CP11_instruction() local
13042 rnTnew = newTemp(Ity_I32); in decode_CP10_CP11_instruction()
[all …]