Home
last modified time | relevance | path

Searched refs:wHi (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_x86_isel.c2097 UInt wHi = toUInt(w64 >> 32); in iselInt64Expr_wrk() local
2102 if (wLo == wHi) { in iselInt64Expr_wrk()
2108 addInstr(env, X86Instr_Alu32R(Xalu_MOV, X86RMI_Imm(wHi), tHi)); in iselInt64Expr_wrk()
2256 UInt wHi = toUInt(w64 >> 32); in iselInt64Expr_wrk() local
2266 addInstr(env, X86Instr_Alu32R(Xalu_ADC, X86RMI_Imm(wHi), tHi)); in iselInt64Expr_wrk()
Dhost_mips_isel.c2306 UInt wHi = toUInt(w64 >> 32); in iselInt64Expr_wrk() local
2312 if (wLo == wHi) { in iselInt64Expr_wrk()
2318 addInstr(env, MIPSInstr_LI(tHi, (ULong) wHi)); in iselInt64Expr_wrk()
Dhost_ppc_isel.c3304 UInt wHi = ((UInt)(w64 >> 32)) & 0xFFFFFFFF; in iselInt64Expr_wrk() local
3309 addInstr(env, PPCInstr_LI(tHi, (Long)(Int)wHi, False/*mode32*/)); in iselInt64Expr_wrk()
Dhost_arm_isel.c2079 UInt wHi = toUInt(w64 >> 32); in iselInt64Expr_wrk() local
2084 addInstr(env, ARMInstr_Imm32(tHi, wHi)); in iselInt64Expr_wrk()
/external/valgrind/none/tests/amd64/
Dsse4-64.c45 static void do64HLtoV128 ( /*OUT*/V128* res, ULong wHi, ULong wLo ) in do64HLtoV128() argument
49 memcpy(&p[8], (UChar*)&wHi, 8); in do64HLtoV128()