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

/external/valgrind/main/VEX/priv/
H A Dhost_x86_isel.c2095 UInt wHi = toUInt(w64 >> 32); local
2100 if (wLo == wHi) {
2106 addInstr(env, X86Instr_Alu32R(Xalu_MOV, X86RMI_Imm(wHi), tHi));
2254 UInt wHi = toUInt(w64 >> 32); local
2264 addInstr(env, X86Instr_Alu32R(Xalu_ADC, X86RMI_Imm(wHi), tHi));
H A Dhost_mips_isel.c2303 UInt wHi = toUInt(w64 >> 32); local
2309 if (wLo == wHi) {
2315 addInstr(env, MIPSInstr_LI(tHi, (ULong) wHi));
H A Dhost_ppc_isel.c3097 UInt wHi = ((UInt)(w64 >> 32)) & 0xFFFFFFFF; local
3102 addInstr(env, PPCInstr_LI(tHi, (Long)(Int)wHi, False/*mode32*/));
H A Dhost_arm_isel.c1923 UInt wHi = toUInt(w64 >> 32); local
1928 addInstr(env, ARMInstr_Imm32(tHi, wHi));
/external/valgrind/main/none/tests/amd64/
H A Dsse4-64.c70 static void do64HLtoV128 ( /*OUT*/V128* res, ULong wHi, ULong wLo ) argument
74 memcpy(&p[8], (UChar*)&wHi, 8);

Completed in 315 milliseconds