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

/external/skia/src/opts/
H A DSkBitmapProcState_matrixProcs_neon.cpp68 uint16x8_t hi16; local
74 hi16 = vreinterpretq_u16_s32(hout);
75 vst1q_u16(dst16, hi16);
H A DSkBitmapProcState_matrix_clamp_neon.h130 int16x8_t hi16; local
137 hi16 = vreinterpretq_s16_s32(hout);
140 hi16 = vmaxq_s16(hi16, vdupq_n_s16(0));
141 hi16 = vminq_s16(hi16, vdupq_n_s16(maxX));
142 vst1q_s16(dst16, hi16);
221 int16x8_t hi16, hi16_2; local
226 /* overlay y's low16 with hi16 from x */
229 hi16
[all...]
H A DSkBitmapProcState_matrix_repeat_neon.h125 int16x8_t hi16; local
138 hi16 = vreinterpretq_s16_s32(hout);
139 vst1q_s16(dst16, hi16);
221 int16x8_t hi16; local
231 /* put hi16 from xout over low16 from yout */
235 hi16 = vreinterpretq_s16_s32(yout);
236 vst1q_s16(dst16, hi16);
306 /* which includes doing vuzp to get hi16's */
368 /* extraction, using uzp, leaves hi16's in y */
/external/skia/legacy/src/core/
H A DSkBitmapProcState_matrix_clamp.h134 int16x8_t hi16; local
141 hi16 = vreinterpretq_s16_s32(hout);
144 hi16 = vmaxq_s16(hi16, vdupq_n_s16(0));
145 hi16 = vminq_s16(hi16, vdupq_n_s16(maxX));
146 vst1q_s16(dst16, hi16);
225 int16x8_t hi16, hi16_2; local
230 /* overlay y's low16 with hi16 from x */
233 hi16
[all...]
H A DSkBitmapProcState_matrix_repeat.h130 int16x8_t hi16; local
143 hi16 = vreinterpretq_s16_s32(hout);
144 vst1q_s16(dst16, hi16);
251 int16x8_t hi16; local
261 /* put hi16 from xout over low16 from yout */
265 hi16 = vreinterpretq_s16_s32(yout);
266 vst1q_s16(dst16, hi16);
338 /* which includes doing vuzp to get hi16's */
400 /* extraction, using uzp, leaves hi16's in y */
H A DSkBitmapProcState_matrixProcs.cpp191 uint16x8_t hi16; local
197 hi16 = vreinterpretq_u16_s32(hout);
198 vst1q_u16(dst16, hi16);
/external/flac/libFLAC/ppc/as/
H A Dlpc_asm.s71 addis r31,0,hi16(0xfffffc00)
118 addis r31,0,hi16(L1307)
132 addis r31,0,hi16(L1306)
146 addis r31,0,hi16(L1305)
160 addis r31,0,hi16(L1304)
174 addis r31,0,hi16(L1303)
188 addis r31,0,hi16(L1302)
202 addis r31,0,hi16(L1301)
214 addis r31,0,hi16(L1300)
320 addis r31,0,hi16(
[all...]
/external/webkit/Source/JavaScriptCore/assembler/
H A DARMv7Assembler.h1920 ARMThumbImmediate hi16 = ARMThumbImmediate::makeUInt16(static_cast<uint16_t>(value >> 16)); local
1923 location[-2] = twoWordOp5i6Imm4Reg4EncodedImmFirst(OP_MOVT, hi16);
1924 location[-1] = twoWordOp5i6Imm4Reg4EncodedImmSecond((location[-1] >> 8) & 0xf, hi16);
2129 ARMThumbImmediate hi16 = ARMThumbImmediate::makeUInt16(static_cast<uint16_t>(reinterpret_cast<uint32_t>(target) >> 16)); local
2132 instruction[-3] = twoWordOp5i6Imm4Reg4EncodedImmFirst(OP_MOVT, hi16);
2133 instruction[-2] = twoWordOp5i6Imm4Reg4EncodedImmSecond(JUMP_TEMPORARY_REGISTER, hi16);
2170 ARMThumbImmediate hi16 = ARMThumbImmediate::makeUInt16(static_cast<uint16_t>(reinterpret_cast<uint32_t>(target) >> 16)); local
2173 instruction[-3] = twoWordOp5i6Imm4Reg4EncodedImmFirst(OP_MOVT, hi16);
2174 instruction[-2] = twoWordOp5i6Imm4Reg4EncodedImmSecond(JUMP_TEMPORARY_REGISTER, hi16);
/external/valgrind/main/VEX/priv/
H A Dhost_arm_defs.c2801 UInt hi16 = (imm32 >> 16) & 0xFFFF; local
2806 if (hi16 != 0) {
2807 instr = XXXXXXXX(0xE, 0x3, 0x4, (hi16 >> 12) & 0xF, rD,
2808 (hi16 >> 8) & 0xF, (hi16 >> 4) & 0xF,
2809 hi16 & 0xF);
2862 UInt hi16 = (imm32 >> 16) & 0xFFFF; local
2868 instr = XXXXXXXX(0xE, 0x3, 0x4, (hi16 >> 12) & 0xF, rD,
2869 (hi16 >> 8) & 0xF, (hi16 >>
2885 UInt hi16 = (imm32 >> 16) & 0xFFFF; local
[all...]
H A Dhost_amd64_isel.c1186 HReg hi16 = newVRegI(env); local
1190 addInstr(env, mk_iMOVsd_RR(hi16s, hi16));
1192 addInstr(env, AMD64Instr_Sh64(Ash_SHL, 16, hi16));
1196 Aalu_OR, AMD64RMI_Reg(lo16), hi16));
1197 return hi16;
H A Dhost_x86_isel.c963 HReg hi16 = newVRegI(env); local
967 addInstr(env, mk_iMOVsd_RR(hi16s, hi16));
969 addInstr(env, X86Instr_Sh32(Xsh_SHL, 16, hi16));
971 addInstr(env, X86Instr_Alu32R(Xalu_OR, X86RMI_Reg(lo16), hi16));
972 return hi16;

Completed in 245 milliseconds