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

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tilepro/
reloc.s 17 { addli r2,r2,hi16(external_32a); addli r3,r3,hi16(external_32b) }
28 moveli r0, hi16(external_data1 - . + 30000)
44 .short hi16(external_32a)
45 .short hi16(external_32b)
  /external/skia/src/opts/
SkBitmapProcState_matrix_neon.h 154 int16x8x2_t hi16; local
156 hi16.val[0] = TILEX_PROCF_NEON8(xbase, x2base, maxX);
157 hi16.val[1] = TILEY_PROCF_NEON8(ybase, y2base, maxY);
159 vst2q_s16(dst16, hi16);
203 int16x8x2_t hi16; local
209 hi16.val[0] = TILEX_PROCF_NEON8(xy1.val[0], xy2.val[0], maxX);
210 hi16.val[1] = TILEY_PROCF_NEON8(xy1.val[1], xy2.val[1], maxY);
212 vst2q_s16(mydst, hi16);
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocationFunctions.h 20 DECL_MIPS_APPLY_RELOC_FUNC(hi16) \
52 { &hi16, 5, "R_MIPS_HI16", 16}, \
MipsRelocator.cpp 897 static MipsRelocator::Result hi16(MipsRelocationInfo& pReloc, function in namespace:mcld
921 // AHL is a combination of HI16 and LO16 addends. But R_MIPS_LO16
    [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...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tilepro/
t_constants.s 633 .short hi16(label_3 + 0x12345678 - label_1)
  /toolchain/binutils/binutils-2.25/gold/
mips.cc 4396 reloc_high<size, big_endian> hi16 = *it; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tilepro.c 225 INSERT_SPECIAL_OP(hi16);
442 /* Take an expression like hi16(x) and turn it into x with
896 /* Extend the expression parser to handle hi16(label), etc.
917 /* hi16, etc. not followed by a paren is just a label with that
    [all...]

Completed in 1224 milliseconds