Home
last modified time | relevance | path

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

/external/compiler-rt/lib/builtins/ppc/
DDD.h19 #define LOWORDER(xy,xHi,xLo,yHi,yLo) \ argument
20 (((((xHi)*(yHi) - (xy)) + (xHi)*(yLo)) + (xLo)*(yHi)) + (xLo)*(yLo))
/external/valgrind/VEX/priv/
Dhost_x86_isel.c1401 HReg xLo, xHi; in iselIntExpr_R_wrk() local
1404 iselInt64Expr(&xHi, &xLo, env, e->Iex.Unop.arg); in iselIntExpr_R_wrk()
1405 addInstr(env, X86Instr_Push(X86RMI_Reg(xHi))); in iselIntExpr_R_wrk()
2232 HReg xLo, xHi, yLo, yHi; in iselInt64Expr_wrk() local
2238 iselInt64Expr(&xHi, &xLo, env, e->Iex.Binop.arg1); in iselInt64Expr_wrk()
2240 addInstr(env, mk_iMOVsd_RR(xHi, tHi)); in iselInt64Expr_wrk()
2258 HReg xLo, xHi; in iselInt64Expr_wrk() local
2260 iselInt64Expr(&xHi, &xLo, env, e->Iex.Binop.arg1); in iselInt64Expr_wrk()
2261 addInstr(env, mk_iMOVsd_RR(xHi, tHi)); in iselInt64Expr_wrk()
2271 HReg xLo, xHi, yLo, yHi; in iselInt64Expr_wrk() local
[all …]
Dhost_mips_isel.c2382 HReg xLo, xHi, yLo, yHi, carryBit; in iselInt64Expr_wrk() local
2393 iselInt64Expr(&xHi, &xLo, env, e->Iex.Binop.arg1); in iselInt64Expr_wrk()
2400 addInstr(env, MIPSInstr_Alu(Malu_ADD, tHi1, xHi, MIPSRH_Reg(yHi))); in iselInt64Expr_wrk()
2409 HReg xLo, xHi, yLo, yHi, borrow; in iselInt64Expr_wrk() local
2418 iselInt64Expr(&xHi, &xLo, env, e->Iex.Binop.arg1); in iselInt64Expr_wrk()
2428 addInstr(env, MIPSInstr_Alu(Malu_SUB, tHi, xHi, MIPSRH_Reg(yHi))); in iselInt64Expr_wrk()
2481 HReg xLo, xHi, yLo, yHi; in iselInt64Expr_wrk() local
2486 iselInt64Expr(&xHi, &xLo, env, e->Iex.Binop.arg1); in iselInt64Expr_wrk()
2488 addInstr(env, MIPSInstr_Alu(op, tHi, xHi, MIPSRH_Reg(yHi))); in iselInt64Expr_wrk()
Dhost_ppc_isel.c3273 HReg xLo, xHi, yLo, yHi; in iselInt64Expr_wrk() local
3278 iselInt64Expr(&xHi, &xLo, env, e->Iex.Binop.arg1, IEndianess); in iselInt64Expr_wrk()
3280 addInstr(env, PPCInstr_Alu(op, tHi, xHi, PPCRH_Reg(yHi))); in iselInt64Expr_wrk()
3289 HReg xLo, xHi, yLo, yHi; in iselInt64Expr_wrk() local
3292 iselInt64Expr(&xHi, &xLo, env, e->Iex.Binop.arg1, IEndianess); in iselInt64Expr_wrk()
3297 tHi, xHi, yHi)); in iselInt64Expr_wrk()
3580 HReg xLo, xHi; in iselInt64Expr_wrk() local
3583 iselInt64Expr(&xHi, &xLo, env, e->Iex.Unop.arg, IEndianess); in iselInt64Expr_wrk()
3585 addInstr(env, PPCInstr_Unary(Pun_NOT,tmpHi,xHi)); in iselInt64Expr_wrk()
Dhost_arm_isel.c2014 HReg xLo, xHi, yLo, yHi; in iselInt64Expr_wrk() local
2017 iselInt64Expr(&xHi, &xLo, env, e->Iex.Binop.arg1); in iselInt64Expr_wrk()
2019 addInstr(env, ARMInstr_Alu(ARMalu_OR, tHi, xHi, ARMRI84_R(yHi))); in iselInt64Expr_wrk()
2027 HReg xLo, xHi, yLo, yHi; in iselInt64Expr_wrk() local
2030 iselInt64Expr(&xHi, &xLo, env, e->Iex.Binop.arg1); in iselInt64Expr_wrk()
2033 addInstr(env, ARMInstr_Alu(ARMalu_ADC, tHi, xHi, ARMRI84_R(yHi))); in iselInt64Expr_wrk()
/external/valgrind/memcheck/
Dmc_translate.c5825 IRAtom *xHi = NULL, *xLo = NULL, *xHL = NULL; in do_shadow_CAS_double() local
5950 xHi = assignNew('C', mce, elemTy, in do_shadow_CAS_double()
5955 binop(opOr, xHi, xLo)); in do_shadow_CAS_double()