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

/external/skia/src/opts/
H A DSkBitmapProcState_matrix_neon.h155 int16x8x2_t hi16; local
157 hi16.val[0] = TILEX_PROCF_NEON8(xbase, x2base, maxX);
158 hi16.val[1] = TILEY_PROCF_NEON8(ybase, y2base, maxY);
160 vst2q_s16(dst16, hi16);
204 int16x8x2_t hi16; local
210 hi16.val[0] = TILEX_PROCF_NEON8(xy1.val[0], xy2.val[0], maxX);
211 hi16.val[1] = TILEY_PROCF_NEON8(xy1.val[1], xy2.val[1], maxY);
213 vst2q_s16(mydst, hi16);
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
H A DBlackfinRegisterInfo.cpp144 TII.get(BF::LOAD16i), getSubReg(Reg, BF::hi16))
/external/valgrind/VEX/priv/
H A Dhost_arm_defs.c2825 UInt hi16 = (imm32 >> 16) & 0xFFFF; local
2830 if (hi16 != 0) {
2831 instr = XXXXXXXX(0xE, 0x3, 0x4, (hi16 >> 12) & 0xF, rD,
2832 (hi16 >> 8) & 0xF, (hi16 >> 4) & 0xF,
2833 hi16 & 0xF);
2886 UInt hi16 = (imm32 >> 16) & 0xFFFF; local
2892 instr = XXXXXXXX(0xE, 0x3, 0x4, (hi16 >> 12) & 0xF, rD,
2893 (hi16 >> 8) & 0xF, (hi16 >>
2909 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;
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;

Completed in 192 milliseconds