Home
last modified time | relevance | path

Searched defs:dLo (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_arm64_helpers.c1103 void arm64g_dirtyhelper_SHA1C ( /*OUT*/V128* res, ULong dHi, ULong dLo, in arm64g_dirtyhelper_SHA1C()
1137 void arm64g_dirtyhelper_SHA1M ( /*OUT*/V128* res, ULong dHi, ULong dLo, in arm64g_dirtyhelper_SHA1M()
1162 void arm64g_dirtyhelper_SHA1P ( /*OUT*/V128* res, ULong dHi, ULong dLo, in arm64g_dirtyhelper_SHA1P()
1187 void arm64g_dirtyhelper_SHA1SU0 ( /*OUT*/V128* res, ULong dHi, ULong dLo, in arm64g_dirtyhelper_SHA1SU0()
1197 void arm64g_dirtyhelper_SHA1SU1 ( /*OUT*/V128* res, ULong dHi, ULong dLo, in arm64g_dirtyhelper_SHA1SU1()
1216 void arm64g_dirtyhelper_SHA256H2 ( /*OUT*/V128* res, ULong dHi, ULong dLo, in arm64g_dirtyhelper_SHA256H2()
1228 void arm64g_dirtyhelper_SHA256H ( /*OUT*/V128* res, ULong dHi, ULong dLo, in arm64g_dirtyhelper_SHA256H()
1240 void arm64g_dirtyhelper_SHA256SU0 ( /*OUT*/V128* res, ULong dHi, ULong dLo, in arm64g_dirtyhelper_SHA256SU0()
1261 void arm64g_dirtyhelper_SHA256SU1 ( /*OUT*/V128* res, ULong dHi, ULong dLo, in arm64g_dirtyhelper_SHA256SU1()
Dguest_x86_toIR.c11058 IRTemp dLo = newTemp(Ity_I64); in disInstr_X86_WRK() local
11257 IRTemp dLo = newTemp(Ity_I64); in disInstr_X86_WRK() local
12292 IRTemp dLo = newTemp(Ity_I64); in disInstr_X86_WRK() local
12390 IRTemp dLo = newTemp(Ity_I64); in disInstr_X86_WRK() local
12477 IRTemp dLo = newTemp(Ity_I64); in disInstr_X86_WRK() local
12670 IRTemp dLo = newTemp(Ity_I64); in disInstr_X86_WRK() local
12794 IRTemp dLo = newTemp(Ity_I64); in disInstr_X86_WRK() local
Dguest_amd64_toIR.c9954 IRTemp dLo = newTemp(Ity_I64); in math_PALIGNR_XMM() local
11283 IRTemp sHi, sLo, dHi, dLo; in math_PMULUDQ_256() local
11315 IRTemp sHi, sLo, dHi, dLo; in math_PMULDQ_256() local
11351 IRTemp sHi, sLo, dHi, dLo; in math_PMADDWD_256() local
12253 IRTemp sHi, sLo, dHi, dLo; in math_PSADBW_256() local
15589 IRTemp dLo = newTemp(Ity_I64); in math_PSHUFB_XMM() local
15677 IRTemp sHi, sLo, dHi, dLo; in math_PSHUFB_YMM() local
15704 IRTemp dLo = newTemp(Ity_I64); in dis_PHADD_128() local
15865 IRTemp sHi, sLo, dHi, dLo; in math_PMADDUBSW_256() local
16143 IRTemp dLo = newTemp(Ity_I64); in dis_ESC_0F38__SupSSE3() local
[all …]
Dhost_arm_defs.c1332 ARMInstr* ARMInstr_VXferQ ( Bool toQ, HReg qD, HReg dHi, HReg dLo ) { in ARMInstr_VXferQ()
3803 UInt dLo = dregEnc(i->ARMin.VXferQ.dLo); in emit_ARMInstr() local
Dguest_amd64_helpers.c3765 ULong dHi, ULong dLo, in amd64g_calc_mpsadbw()
Dhost_arm_defs.h835 HReg dLo; member
Dhost_arm_isel.c4506 HReg dLo = iselNeon64Expr(env, e->Iex.Binop.arg2); in iselNeonExpr_wrk() local