Searched refs:wLo (Results 1 - 5 of 5) sorted by relevance
/external/valgrind/VEX/priv/ |
H A D | host_x86_isel.c | 2098 UInt wLo = toUInt(w64); local 2102 if (wLo == wHi) { 2104 addInstr(env, X86Instr_Alu32R(Xalu_MOV, X86RMI_Imm(wLo), tLo)); 2109 addInstr(env, X86Instr_Alu32R(Xalu_MOV, X86RMI_Imm(wLo), tLo)); 2257 UInt wLo = toUInt(w64); local 2265 addInstr(env, X86Instr_Alu32R(Xalu_ADD, X86RMI_Imm(wLo), tLo));
|
H A D | host_mips_isel.c | 2307 UInt wLo = toUInt(w64); local 2312 if (wLo == wHi) { 2314 addInstr(env, MIPSInstr_LI(tLo, (ULong) wLo)); 2319 addInstr(env, MIPSInstr_LI(tLo, (ULong) wLo));
|
H A D | host_arm_isel.c | 2080 UInt wLo = toUInt(w64); local 2085 addInstr(env, ARMInstr_Imm32(tLo, wLo));
|
H A D | host_ppc_isel.c | 3305 UInt wLo = ((UInt)w64) & 0xFFFFFFFF; local 3310 addInstr(env, PPCInstr_LI(tLo, (Long)(Int)wLo, False/*mode32*/));
|
/external/valgrind/none/tests/amd64/ |
H A D | sse4-64.c | 45 static void do64HLtoV128 ( /*OUT*/V128* res, ULong wHi, ULong wLo ) 50 memcpy(&p[0], (UChar*)&wLo, 8);
|
Completed in 184 milliseconds