Searched refs:op_2 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 12428 IRTemp op_2 = newTemp(Ity_I32); in decode_V6MEDIA_instruction() local 12438 assign( op_2, genROR32(irt_rM, m_swap ? 16 : 0) ); in decode_V6MEDIA_instruction() 12444 unop(Iop_32to16, mkexpr(op_2)) in decode_V6MEDIA_instruction() 12450 binop(Iop_Sar32, mkexpr(op_2), mkU8(16)) in decode_V6MEDIA_instruction() 12516 IRTemp op_2 = newTemp(Ity_I32); in decode_V6MEDIA_instruction() local 12526 assign( op_2, genROR32(irt_rM, m_swap ? 16 : 0) ); in decode_V6MEDIA_instruction() 12532 unop(Iop_32to16, mkexpr(op_2)) in decode_V6MEDIA_instruction() 12538 binop(Iop_Sar32, mkexpr(op_2), mkU8(16)) in decode_V6MEDIA_instruction()
|