Searched refs:rnT (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 12898 IRTemp rnT = newTemp(Ity_I32); in decode_CP10_CP11_instruction() local 12899 assign(rnT, align4if(isT ? getIRegT(rN) : getIRegA(rN), in decode_CP10_CP11_instruction() 12907 mkexpr(rnT), in decode_CP10_CP11_instruction() 12913 assign(taT, summary == 3 ? mkexpr(rnTnew) : mkexpr(rnT)); in decode_CP10_CP11_instruction() 13035 IRTemp rnT = newTemp(Ity_I32); in decode_CP10_CP11_instruction() local 13036 assign(rnT, align4if(isT ? getIRegT(rN) : getIRegA(rN), in decode_CP10_CP11_instruction() 13044 mkexpr(rnT), in decode_CP10_CP11_instruction() 13050 assign(taT, summary == 3 ? mkexpr(rnTnew) : mkexpr(rnT)); in decode_CP10_CP11_instruction() 13827 IRTemp rnT = newTemp(Ity_I32); in decode_CP10_CP11_instruction() local 13828 assign(rnT, align4if(isT ? getIRegT(rN) : getIRegA(rN), in decode_CP10_CP11_instruction() [all …]
|