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

/external/valgrind/main/VEX/priv/
H A Dhost_x86_isel.c1958 UInt wHi = toUInt(w64 >> 32); local
1963 if (wLo == wHi) {
1969 addInstr(env, X86Instr_Alu32R(Xalu_MOV, X86RMI_Imm(wHi), tHi));
2160 UInt wHi = toUInt(w64 >> 32); local
2170 addInstr(env, X86Instr_Alu32R(Xalu_ADC, X86RMI_Imm(wHi), tHi));
H A Dhost_mips_isel.c1894 UInt wHi = toUInt(w64 >> 32); local
1900 if (wLo == wHi) {
1906 addInstr(env, MIPSInstr_LI(tHi, (ULong) wHi));
H A Dhost_ppc_isel.c2863 UInt wHi = ((UInt)(w64 >> 32)) & 0xFFFFFFFF; local
2868 addInstr(env, PPCInstr_LI(tHi, (Long)(Int)wHi, False/*mode32*/));
H A Dhost_arm_isel.c1840 UInt wHi = toUInt(w64 >> 32); local
1845 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 108 milliseconds