Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_amd64_defs.h147 extern ULong amd64g_calculate_sse_phminposuw ( ULong sLo, ULong sHi );
154 extern ULong amd64g_calc_mpsadbw ( ULong sHi, ULong sLo,
Dhost_x86_isel.c2212 HReg sHi, sLo; in iselInt64Expr_wrk() local
2217 iselInt64Expr(&sHi,&sLo, env, e->Iex.Binop.arg1); in iselInt64Expr_wrk()
2218 addInstr(env, mk_iMOVsd_RR(sHi, hregX86_EDX())); in iselInt64Expr_wrk()
2317 HReg rAmt, sHi, sLo, tHi, tLo, tTemp; in iselInt64Expr_wrk() local
2322 iselInt64Expr(&sHi,&sLo, env, e->Iex.Binop.arg1); in iselInt64Expr_wrk()
2324 addInstr(env, mk_iMOVsd_RR(sHi, tHi)); in iselInt64Expr_wrk()
2359 HReg rAmt, sHi, sLo, tHi, tLo, tTemp; in iselInt64Expr_wrk() local
2364 iselInt64Expr(&sHi,&sLo, env, e->Iex.Binop.arg1); in iselInt64Expr_wrk()
2366 addInstr(env, mk_iMOVsd_RR(sHi, tHi)); in iselInt64Expr_wrk()
2683 HReg sHi, sLo; in iselInt64Expr_wrk() local
[all …]
Dguest_amd64_toIR.c9827 IRTemp sHi = newTemp(Ity_I64); in math_PALIGNR_XMM() local
9836 assign( sHi, unop(Iop_V128HIto64, mkexpr(sV)) ); in math_PALIGNR_XMM()
9840 assign( rHi, mkexpr(sHi) ); in math_PALIGNR_XMM()
9844 assign( rHi, dis_PALIGNR_XMM_helper(dLo, sHi, imm8) ); in math_PALIGNR_XMM()
9845 assign( rLo, dis_PALIGNR_XMM_helper(sHi, sLo, imm8) ); in math_PALIGNR_XMM()
9849 assign( rLo, mkexpr(sHi) ); in math_PALIGNR_XMM()
9853 assign( rLo, dis_PALIGNR_XMM_helper(dLo, sHi, imm8-8) ); in math_PALIGNR_XMM()
11159 IRTemp sHi, sLo, dHi, dLo; in math_PMULUDQ_256() local
11160 sHi = sLo = dHi = dLo = IRTemp_INVALID; in math_PMULUDQ_256()
11162 breakupV256toV128s( sV, &sHi, &sLo); in math_PMULUDQ_256()
[all …]
Dguest_amd64_helpers.c3604 ULong amd64g_calculate_sse_phminposuw ( ULong sLo, ULong sHi ) in amd64g_calculate_sse_phminposuw() argument
3612 t = sel16x4_0(sHi); if (t < min) { min = t; idx = 4; } in amd64g_calculate_sse_phminposuw()
3613 t = sel16x4_1(sHi); if (t < min) { min = t; idx = 5; } in amd64g_calculate_sse_phminposuw()
3614 t = sel16x4_2(sHi); if (t < min) { min = t; idx = 6; } in amd64g_calculate_sse_phminposuw()
3615 t = sel16x4_3(sHi); if (t < min) { min = t; idx = 7; } in amd64g_calculate_sse_phminposuw()
3669 ULong amd64g_calc_mpsadbw ( ULong sHi, ULong sLo, in amd64g_calc_mpsadbw() argument
3679 ULong src = ((srcOffsL & 2) ? sHi : sLo) >> (32 * (srcOffsL & 1)); in amd64g_calc_mpsadbw()
Dguest_x86_toIR.c12236 IRTemp sHi = newTemp(Ity_I64); in disInstr_X86_WRK() local
12275 assign( sHi, unop(Iop_V128HIto64, mkexpr(sV)) ); in disInstr_X86_WRK()
12285 binop(opCatE,mkexpr(sHi),mkexpr(sLo)), in disInstr_X86_WRK()
12286 binop(opCatO,mkexpr(sHi),mkexpr(sLo)) in disInstr_X86_WRK()
12334 IRTemp sHi = newTemp(Ity_I64); in disInstr_X86_WRK() local
12358 assign( sHi, unop(Iop_V128HIto64, mkexpr(sV)) ); in disInstr_X86_WRK()
12364 dis_PMULHRSW_helper( mkexpr(sHi), mkexpr(dHi) ), in disInstr_X86_WRK()
12421 IRTemp sHi = newTemp(Ity_I64); in disInstr_X86_WRK() local
12454 assign( sHi, unop(Iop_V128HIto64, mkexpr(sV)) ); in disInstr_X86_WRK()
12460 dis_PSIGN_helper( mkexpr(sHi), mkexpr(dHi), laneszB ), in disInstr_X86_WRK()
[all …]
Dhost_amd64_isel.c2514 HReg sHi, sLo; in iselInt128Expr_wrk() local
2519 iselInt128Expr(&sHi,&sLo, env, e->Iex.Binop.arg1); in iselInt128Expr_wrk()
2520 addInstr(env, mk_iMOVsd_RR(sHi, hregAMD64_RDX())); in iselInt128Expr_wrk()
Dguest_arm64_toIR.c8219 IRTemp sHi = newTempV128(); in dis_AdvSIMD_EXT() local
8222 assign(sHi, getQReg128(mm)); in dis_AdvSIMD_EXT()
8230 mkexpr(sHi), mkexpr(sLo), mkU8(imm4))); in dis_AdvSIMD_EXT()
8242 mkexpr(sHi), mkexpr(sLo))); in dis_AdvSIMD_EXT()
/external/valgrind/coregrind/m_aspacemgr/
Daspacemgr-linux.c1402 void split_nsegments_lo_and_hi ( Addr sLo, Addr sHi, in split_nsegments_lo_and_hi() argument
1406 aspacem_assert(sLo < sHi); in split_nsegments_lo_and_hi()
1408 aspacem_assert(VG_IS_PAGE_ALIGNED(sHi+1)); in split_nsegments_lo_and_hi()
1412 if (sHi < sHi+1) in split_nsegments_lo_and_hi()
1413 split_nsegment_at(sHi+1); in split_nsegments_lo_and_hi()
1416 *iHi = find_nsegment_idx(sHi); in split_nsegments_lo_and_hi()
1421 aspacem_assert(nsegments[*iHi].end == sHi); in split_nsegments_lo_and_hi()