Searched refs:wHi (Results 1 - 5 of 5) sorted by relevance
/external/valgrind/main/VEX/priv/ |
H A D | host_x86_isel.c | 2095 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 D | host_mips_isel.c | 2303 UInt wHi = toUInt(w64 >> 32); local 2309 if (wLo == wHi) { 2315 addInstr(env, MIPSInstr_LI(tHi, (ULong) wHi));
|
H A D | host_ppc_isel.c | 3097 UInt wHi = ((UInt)(w64 >> 32)) & 0xFFFFFFFF; local 3102 addInstr(env, PPCInstr_LI(tHi, (Long)(Int)wHi, False/*mode32*/));
|
H A D | host_arm_isel.c | 1923 UInt wHi = toUInt(w64 >> 32); local 1928 addInstr(env, ARMInstr_Imm32(tHi, wHi));
|
/external/valgrind/main/none/tests/amd64/ |
H A D | sse4-64.c | 70 static void do64HLtoV128 ( /*OUT*/V128* res, ULong wHi, ULong wLo ) argument 74 memcpy(&p[8], (UChar*)&wHi, 8);
|
Completed in 315 milliseconds