Home
last modified time | relevance | path

Searched refs:rN_d (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_arm_toIR.c11112 IRTemp rN_d = newTemp(Ity_I32); in decode_V6MEDIA_instruction() local
11124 assign(rN_d, binop(Iop_QAdd32S, mkexpr(rNt), mkexpr(rNt))); in decode_V6MEDIA_instruction()
11125 assign(res_q, binop(Iop_QAdd32S, mkexpr(rMt), mkexpr(rN_d))); in decode_V6MEDIA_instruction()
11133 binop(Iop_Add32, mkexpr(rMt), mkexpr(rN_d)), rMt, rN_d), in decode_V6MEDIA_instruction()
11222 IRTemp rN_d = newTemp(Ity_I32); in decode_V6MEDIA_instruction() local
11234 assign(rN_d, binop(Iop_QAdd32S, mkexpr(rNt), mkexpr(rNt))); in decode_V6MEDIA_instruction()
11235 assign(res_q, binop(Iop_QSub32S, mkexpr(rMt), mkexpr(rN_d))); in decode_V6MEDIA_instruction()
11243 binop(Iop_Sub32, mkexpr(rMt), mkexpr(rN_d)), rMt, rN_d), in decode_V6MEDIA_instruction()