Searched refs:irt_rN (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 12368 IRTemp irt_rN = newTemp(Ity_I32); in decode_V6MEDIA_instruction() local 12371 assign( irt_rN, isT ? getIRegT(rN) : getIRegA(rN) ); in decode_V6MEDIA_instruction() 12378 binop(Iop_MullS32, mkexpr(irt_rN), mkexpr(irt_rM))), in decode_V6MEDIA_instruction() 12425 IRTemp irt_rN = newTemp(Ity_I32); in decode_V6MEDIA_instruction() local 12435 assign( irt_rN, isT ? getIRegT(rN) : getIRegA(rN)); in decode_V6MEDIA_instruction() 12441 unop(Iop_32to16, mkexpr(irt_rN)) in decode_V6MEDIA_instruction() 12449 binop(Iop_Sar32, mkexpr(irt_rN), mkU8(16)), in decode_V6MEDIA_instruction() 12513 IRTemp irt_rN = newTemp(Ity_I32); in decode_V6MEDIA_instruction() local 12523 assign( irt_rN, isT ? getIRegT(rN) : getIRegA(rN) ); in decode_V6MEDIA_instruction() 12529 unop(Iop_32to16, mkexpr(irt_rN)) in decode_V6MEDIA_instruction() [all …]
|