Searched refs:rN_d (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 11050 IRTemp rN_d = newTemp(Ity_I32); in decode_V6MEDIA_instruction() local 11062 assign(rN_d, binop(Iop_QAdd32S, mkexpr(rNt), mkexpr(rNt))); in decode_V6MEDIA_instruction() 11063 assign(res_q, binop(Iop_QAdd32S, mkexpr(rMt), mkexpr(rN_d))); in decode_V6MEDIA_instruction() 11071 binop(Iop_Add32, mkexpr(rMt), mkexpr(rN_d)), rMt, rN_d), in decode_V6MEDIA_instruction() 11160 IRTemp rN_d = newTemp(Ity_I32); in decode_V6MEDIA_instruction() local 11172 assign(rN_d, binop(Iop_QAdd32S, mkexpr(rNt), mkexpr(rNt))); in decode_V6MEDIA_instruction() 11173 assign(res_q, binop(Iop_QSub32S, mkexpr(rMt), mkexpr(rN_d))); in decode_V6MEDIA_instruction() 11181 binop(Iop_Sub32, mkexpr(rMt), mkexpr(rN_d)), rMt, rN_d), in decode_V6MEDIA_instruction()
|