Searched refs:op_2 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 12490 IRTemp op_2 = newTemp(Ity_I32); in decode_V6MEDIA_instruction() local 12500 assign( op_2, genROR32(irt_rM, m_swap ? 16 : 0) ); in decode_V6MEDIA_instruction() 12506 unop(Iop_32to16, mkexpr(op_2)) in decode_V6MEDIA_instruction() 12512 binop(Iop_Sar32, mkexpr(op_2), mkU8(16)) in decode_V6MEDIA_instruction() 12578 IRTemp op_2 = newTemp(Ity_I32); in decode_V6MEDIA_instruction() local 12588 assign( op_2, genROR32(irt_rM, m_swap ? 16 : 0) ); in decode_V6MEDIA_instruction() 12594 unop(Iop_32to16, mkexpr(op_2)) in decode_V6MEDIA_instruction() 12600 binop(Iop_Sar32, mkexpr(op_2), mkU8(16)) in decode_V6MEDIA_instruction()
|