Searched refs:irt_rN (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 12430 IRTemp irt_rN = newTemp(Ity_I32); in decode_V6MEDIA_instruction() local 12433 assign( irt_rN, isT ? getIRegT(rN) : getIRegA(rN) ); in decode_V6MEDIA_instruction() 12440 binop(Iop_MullS32, mkexpr(irt_rN), mkexpr(irt_rM))), in decode_V6MEDIA_instruction() 12487 IRTemp irt_rN = newTemp(Ity_I32); in decode_V6MEDIA_instruction() local 12497 assign( irt_rN, isT ? getIRegT(rN) : getIRegA(rN)); in decode_V6MEDIA_instruction() 12503 unop(Iop_32to16, mkexpr(irt_rN)) in decode_V6MEDIA_instruction() 12511 binop(Iop_Sar32, mkexpr(irt_rN), mkU8(16)), in decode_V6MEDIA_instruction() 12575 IRTemp irt_rN = newTemp(Ity_I32); in decode_V6MEDIA_instruction() local 12585 assign( irt_rN, isT ? getIRegT(rN) : getIRegA(rN) ); in decode_V6MEDIA_instruction() 12591 unop(Iop_32to16, mkexpr(irt_rN)) in decode_V6MEDIA_instruction() [all …]
|