Searched defs:hi16 (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/VEX/priv/
H A Dhost_amd64_isel.c1288 HReg hi16 = newVRegI(env); local
1292 addInstr(env, mk_iMOVsd_RR(hi16s, hi16));
1294 addInstr(env, AMD64Instr_Sh64(Ash_SHL, 16, hi16));
1298 Aalu_OR, AMD64RMI_Reg(lo16), hi16));
1299 return hi16;
H A Dhost_arm_defs.c2939 UInt hi16 = (imm32 >> 16) & 0xFFFF; local
2944 if (hi16 != 0) {
2945 instr = XXXXXXXX(0xE, 0x3, 0x4, (hi16 >> 12) & 0xF, rD,
2946 (hi16 >> 8) & 0xF, (hi16 >> 4) & 0xF,
2947 hi16 & 0xF);
3000 UInt hi16 = (imm32 >> 16) & 0xFFFF; local
3006 instr = XXXXXXXX(0xE, 0x3, 0x4, (hi16 >> 12) & 0xF, rD,
3007 (hi16 >> 8) & 0xF, (hi16 >>
3023 UInt hi16 = (imm32 >> 16) & 0xFFFF; local
[all...]
H A Dhost_x86_isel.c1063 HReg hi16 = newVRegI(env); local
1067 addInstr(env, mk_iMOVsd_RR(hi16s, hi16));
1069 addInstr(env, X86Instr_Sh32(Xsh_SHL, 16, hi16));
1071 addInstr(env, X86Instr_Alu32R(Xalu_OR, X86RMI_Reg(lo16), hi16));
1072 return hi16;

Completed in 748 milliseconds