Searched refs:sHi (Results 1 - 7 of 7) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_amd64_defs.h146 extern ULong amd64g_calculate_sse_phminposuw ( ULong sLo, ULong sHi );
153 extern ULong amd64g_calc_mpsadbw ( ULong sHi, ULong sLo,
H A Dhost_x86_isel.c2212 HReg sHi, sLo; local
2217 iselInt64Expr(&sHi,&sLo, env, e->Iex.Binop.arg1);
2218 addInstr(env, mk_iMOVsd_RR(sHi, hregX86_EDX()));
2317 HReg rAmt, sHi, sLo, tHi, tLo, tTemp; local
2322 iselInt64Expr(&sHi,&sLo, env, e->Iex.Binop.arg1);
2324 addInstr(env, mk_iMOVsd_RR(sHi, tHi));
2359 HReg rAmt, sHi, sLo, tHi, tLo, tTemp; local
2364 iselInt64Expr(&sHi,&sLo, env, e->Iex.Binop.arg1);
2366 addInstr(env, mk_iMOVsd_RR(sHi, tHi));
2683 HReg sHi, sL local
[all...]
H A Dguest_amd64_helpers.c3124 ULong amd64g_calculate_sse_phminposuw ( ULong sLo, ULong sHi )
3132 t = sel16x4_0(sHi); if (t < min) { min = t; idx = 4; }
3133 t = sel16x4_1(sHi); if (t < min) { min = t; idx = 5; }
3134 t = sel16x4_2(sHi); if (t < min) { min = t; idx = 6; }
3135 t = sel16x4_3(sHi); if (t < min) { min = t; idx = 7; }
3189 ULong amd64g_calc_mpsadbw ( ULong sHi, ULong sLo, argument
3199 ULong src = ((srcOffsL & 2) ? sHi : sLo) >> (32 * (srcOffsL & 1));
H A Dguest_amd64_toIR.c9729 IRTemp sHi = newTemp(Ity_I64); local
9738 assign( sHi, unop(Iop_V128HIto64, mkexpr(sV)) );
9742 assign( rHi, mkexpr(sHi) );
9746 assign( rHi, dis_PALIGNR_XMM_helper(dLo, sHi, imm8) );
9747 assign( rLo, dis_PALIGNR_XMM_helper(sHi, sLo, imm8) );
9751 assign( rLo, mkexpr(sHi) );
9755 assign( rLo, dis_PALIGNR_XMM_helper(dLo, sHi, imm8-8) );
11057 IRTemp sHi, sLo, dHi, dLo; local
11058 sHi = sLo = dHi = dLo = IRTemp_INVALID;
11060 breakupV256toV128s( sV, &sHi,
11089 IRTemp sHi, sLo, dHi, dLo; local
11125 IRTemp sHi, sLo, dHi, dLo; local
11538 IRTemp sHi, sLo, dHi, dLo; local
14992 IRTemp sHi = newTemp(Ity_I64); local
15083 IRTemp sHi, sLo, dHi, dLo; local
15107 IRTemp sHi = newTemp(Ity_I64); local
15270 IRTemp sHi, sLo, dHi, dLo; local
15545 IRTemp sHi = newTemp(Ity_I64); local
15638 IRTemp sHi = newTemp(Ity_I64); local
17139 IRTemp sHi = newTemp(Ity_I64); local
18531 IRTemp sHi = newTemp(Ity_I64); local
27463 IRTemp sHi, sLo, dHi, dLo; local
27571 IRTemp sHi, sLo, dHi, dLo; local
30332 IRTemp sHi, sLo, dHi, dLo; local
30832 IRTemp sHi, sLo, dHi, dLo; local
[all...]
H A Dguest_x86_toIR.c12231 IRTemp sHi = newTemp(Ity_I64); local
12270 assign( sHi, unop(Iop_V128HIto64, mkexpr(sV)) );
12280 binop(opCatE,mkexpr(sHi),mkexpr(sLo)),
12281 binop(opCatO,mkexpr(sHi),mkexpr(sLo))
12329 IRTemp sHi = newTemp(Ity_I64); local
12353 assign( sHi, unop(Iop_V128HIto64, mkexpr(sV)) );
12359 dis_PMULHRSW_helper( mkexpr(sHi), mkexpr(dHi) ),
12416 IRTemp sHi = newTemp(Ity_I64); local
12449 assign( sHi, unop(Iop_V128HIto64, mkexpr(sV)) );
12455 dis_PSIGN_helper( mkexpr(sHi), mkexp
12509 IRTemp sHi = newTemp(Ity_I64); local
12609 IRTemp sHi = newTemp(Ity_I64); local
12733 IRTemp sHi = newTemp(Ity_I64); local
[all...]
H A Dhost_amd64_isel.c2515 HReg sHi, sLo; local
2520 iselInt128Expr(&sHi,&sLo, env, e->Iex.Binop.arg1);
2521 addInstr(env, mk_iMOVsd_RR(sHi, hregAMD64_RDX()));
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c1455 sLo is the first address denoted by some segment and sHi is the
1460 void split_nsegments_lo_and_hi ( Addr sLo, Addr sHi, argument
1464 aspacem_assert(sLo < sHi);
1466 aspacem_assert(VG_IS_PAGE_ALIGNED(sHi+1));
1470 if (sHi < sHi+1)
1471 split_nsegment_at(sHi+1);
1474 *iHi = find_nsegment_idx(sHi);
1479 aspacem_assert(nsegments[*iHi].end == sHi);

Completed in 1702 milliseconds