/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsRelocationFunctions.h | 17 DECL_MIPS_APPLY_RELOC_FUNC(hi16) \ 31 { &hi16, 5, "R_MIPS_HI16", 16}, \
|
MipsRelocator.cpp | 510 MipsRelocator::Result hi16(Relocation& pReloc, MipsRelocator& pParent) function
|
/external/chromium_org/third_party/skia/src/opts/ |
SkBitmapProcState_matrix_clamp_neon.h | 129 int16x8_t hi16; local 136 hi16 = vreinterpretq_s16_s32(hout); 139 hi16 = vmaxq_s16(hi16, vdupq_n_s16(0)); 140 hi16 = vminq_s16(hi16, vdupq_n_s16(maxX)); 141 vst1q_s16(dst16, hi16); 220 int16x8_t hi16, hi16_2; local 225 /* overlay y's low16 with hi16 from x */ 228 hi16 = vreinterpretq_s16_s32 (yout) [all...] |
SkBitmapProcState_matrix_repeat_neon.h | 124 int16x8_t hi16; local 137 hi16 = vreinterpretq_s16_s32(hout); 138 vst1q_s16(dst16, hi16); 219 int16x8_t hi16; local 229 /* put hi16 from xout over low16 from yout */ 233 hi16 = vreinterpretq_s16_s32(yout); 234 vst1q_s16(dst16, hi16); 304 /* which includes doing vuzp to get hi16's */ 366 /* extraction, using uzp, leaves hi16's in y */
|
/external/skia/src/opts/ |
SkBitmapProcState_matrix_clamp_neon.h | 129 int16x8_t hi16; local 136 hi16 = vreinterpretq_s16_s32(hout); 139 hi16 = vmaxq_s16(hi16, vdupq_n_s16(0)); 140 hi16 = vminq_s16(hi16, vdupq_n_s16(maxX)); 141 vst1q_s16(dst16, hi16); 220 int16x8_t hi16, hi16_2; local 225 /* overlay y's low16 with hi16 from x */ 228 hi16 = vreinterpretq_s16_s32 (yout) [all...] |
SkBitmapProcState_matrix_repeat_neon.h | 124 int16x8_t hi16; local 137 hi16 = vreinterpretq_s16_s32(hout); 138 vst1q_s16(dst16, hi16); 219 int16x8_t hi16; local 229 /* put hi16 from xout over low16 from yout */ 233 hi16 = vreinterpretq_s16_s32(yout); 234 vst1q_s16(dst16, hi16); 304 /* which includes doing vuzp to get hi16's */ 366 /* extraction, using uzp, leaves hi16's in y */
|
/external/flac/libFLAC/ppc/as/ |
lpc_asm.s | 71 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(0xffc00000 [all...] |
/external/valgrind/main/VEX/priv/ |
host_arm_defs.c | 2801 UInt hi16 = (imm32 >> 16) & 0xFFFF; local 2862 UInt hi16 = (imm32 >> 16) & 0xFFFF; local 2885 UInt hi16 = (imm32 >> 16) & 0xFFFF; local [all...] |
host_amd64_isel.c | 1186 HReg hi16 = newVRegI(env); local [all...] |
host_x86_isel.c | 963 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; [all...] |