HomeSort by relevance Sort by last modified time
    Searched refs:hi16 (Results 1 - 7 of 7) sorted by null

  /external/skia/src/opts/
SkBitmapProcState_matrix_neon.h 155 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);
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocationFunctions.h 20 DECL_MIPS_APPLY_RELOC_FUNC(hi16) \
45 { &hi16, 5, "R_MIPS_HI16", 16}, \
MipsRelocator.cpp 803 static MipsRelocator::Result hi16(MipsRelocationInfo& pReloc, function in namespace:mcld
827 // AHL is a combination of HI16 and LO16 addends. But R_MIPS_LO16
  /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/VEX/priv/
host_arm_defs.c 2825 UInt hi16 = (imm32 >> 16) & 0xFFFF; local
2886 UInt hi16 = (imm32 >> 16) & 0xFFFF; local
2909 UInt hi16 = (imm32 >> 16) & 0xFFFF; local
    [all...]
host_x86_isel.c 1063 HReg hi16 = newVRegI(env); local
    [all...]
host_amd64_isel.c 1288 HReg hi16 = newVRegI(env); local
    [all...]

Completed in 224 milliseconds