Searched defs:sHi (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_amd64_isel.c2441 HReg sHi, sLo; local
2446 iselInt128Expr(&sHi,&sLo, env, e->Iex.Binop.arg1);
2447 addInstr(env, mk_iMOVsd_RR(sHi, hregAMD64_RDX()));
2533 //.. HReg rAmt, sHi, sLo, tHi, tLo, tTemp;
2538 //.. iselInt64Expr(&sHi,&sLo, env, e->Iex.Binop.arg1);
2540 //.. addInstr(env, mk_iMOVsd_RR(sHi, tHi));
2576 //.. HReg rAmt, sHi, sLo, tHi, tLo, tTemp;
2581 //.. iselInt64Expr(&sHi,&sLo, env, e->Iex.Binop.arg1);
2583 //.. addInstr(env, mk_iMOVsd_RR(sHi, tHi));
2701 //.. HReg sHi, sL
[all...]
H A Dhost_x86_isel.c2080 HReg sHi, sLo; local
2085 iselInt64Expr(&sHi,&sLo, env, e->Iex.Binop.arg1);
2086 addInstr(env, mk_iMOVsd_RR(sHi, hregX86_EDX()));
2185 HReg rAmt, sHi, sLo, tHi, tLo, tTemp; local
2190 iselInt64Expr(&sHi,&sLo, env, e->Iex.Binop.arg1);
2192 addInstr(env, mk_iMOVsd_RR(sHi, tHi));
2227 HReg rAmt, sHi, sLo, tHi, tLo, tTemp; local
2232 iselInt64Expr(&sHi,&sLo, env, e->Iex.Binop.arg1);
2234 addInstr(env, mk_iMOVsd_RR(sHi, tHi));
2545 HReg sHi, sL local
[all...]
H A Dguest_amd64_toIR.c13331 IRTemp sHi = newTemp(Ity_I64); local
13370 assign( sHi, unop(Iop_V128HIto64, mkexpr(sV)) );
13380 binop(opCatE,mkexpr(sHi),mkexpr(sLo)),
13381 binop(opCatO,mkexpr(sHi),mkexpr(sLo))
13431 IRTemp sHi = newTemp(Ity_I64); local
13455 assign( sHi, unop(Iop_V128HIto64, mkexpr(sV)) );
13461 dis_PMULHRSW_helper( mkexpr(sHi), mkexpr(dHi) ),
13520 IRTemp sHi = newTemp(Ity_I64); local
13553 assign( sHi, unop(Iop_V128HIto64, mkexpr(sV)) );
13559 dis_PSIGN_helper( mkexpr(sHi), mkexp
13615 IRTemp sHi = newTemp(Ity_I64); local
13716 IRTemp sHi = newTemp(Ity_I64); local
13842 IRTemp sHi = newTemp(Ity_I64); local
[all...]
H A Dguest_x86_toIR.c11982 IRTemp sHi = newTemp(Ity_I64); local
12021 assign( sHi, unop(Iop_V128HIto64, mkexpr(sV)) );
12031 binop(opCatE,mkexpr(sHi),mkexpr(sLo)),
12032 binop(opCatO,mkexpr(sHi),mkexpr(sLo))
12080 IRTemp sHi = newTemp(Ity_I64); local
12104 assign( sHi, unop(Iop_V128HIto64, mkexpr(sV)) );
12110 dis_PMULHRSW_helper( mkexpr(sHi), mkexpr(dHi) ),
12167 IRTemp sHi = newTemp(Ity_I64); local
12200 assign( sHi, unop(Iop_V128HIto64, mkexpr(sV)) );
12206 dis_PSIGN_helper( mkexpr(sHi), mkexp
12260 IRTemp sHi = newTemp(Ity_I64); local
12360 IRTemp sHi = newTemp(Ity_I64); local
12484 IRTemp sHi = newTemp(Ity_I64); local
[all...]
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-aix5.c789 sLo is the first address denoted by some segment and sHi is the
795 Addr sLo, Addr sHi,
799 aspacem_assert(sLo < sHi);
803 if (sHi < Addr_MAX)
804 split_asegment_at(segs, sHi+1);
807 *iHi = find_asegment_idx(segs,sHi);
812 aspacem_assert(segs->seg[*iHi].end == sHi);
794 split_asegments_lo_and_hi( AixSegments* segs, Addr sLo, Addr sHi, Int* iLo, Int* iHi ) argument
H A Daspacemgr-linux.c1438 sLo is the first address denoted by some segment and sHi is the
1443 void split_nsegments_lo_and_hi ( Addr sLo, Addr sHi, argument
1447 aspacem_assert(sLo < sHi);
1449 aspacem_assert(VG_IS_PAGE_ALIGNED(sHi+1));
1453 if (sHi < sHi+1)
1454 split_nsegment_at(sHi+1);
1457 *iHi = find_nsegment_idx(sHi);
1462 aspacem_assert(nsegments[*iHi].end == sHi);

Completed in 671 milliseconds