HomeSort by: relevance | last modified time | path
    Searched refs:s16 (Results 1 - 25 of 79) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
arm-pseudo-unwind-legacy-asm.S 19 directives use the obsolete DWARF number for the s16 register (a
21 register (the underlying raw register for s16). */
43 /* Save caller's s16 value on the stack. */
45 vpush {s16}
47 /* Put our own s16 value. */
49 vldr s16, [r0]
52 /* Restore caller's s16 value. */
53 vpop {s16}
70 /* Put our own s16 value. */
72 vldr s16, [r0
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
arm-pseudo-unwind-legacy-asm.S 19 directives use the obsolete DWARF number for the s16 register (a
21 register (the underlying raw register for s16). */
43 /* Save caller's s16 value on the stack. */
45 vpush {s16}
47 /* Put our own s16 value. */
49 vldr s16, [r0]
52 /* Restore caller's s16 value. */
53 vpop {s16}
70 /* Put our own s16 value. */
72 vldr s16, [r0
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
therm.h 13 s16 slope_mult;
14 s16 slope_div;
15 s16 offset_num;
16 s16 offset_den;
volt.h 21 s16 step;
  /src/tests/usr.bin/xlint/lint1/
msg_132.c 35 s16_t s16; variable
94 s16 = u8;
96 s16 = u32;
98 s16 = u64;
114 u8 = s16;
127 u32 = s16;
132 u64 = s16;
140 s8 = s16;
146 s16 = s8;
148 s16 = s32
594 short s16:15; member in struct:__anon7
    [all...]
queries.c 50 s16_t s16; variable
211 s16 = (s16_t)u8;
213 s16 = (s16_t)s8;
583 // No warning since the promoted s16 cannot be INT_MIN.
584 s16 = -s16;
msg_117.c 10 short s16; variable
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
vm_basic_types.h 12 typedef s16 int16;
svga_types.h 36 typedef s16 int16;
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86LegalizerInfo.cpp 105 const LLT s16 = LLT::scalar(16); local
110 for (auto Ty : {p0, s1, s8, s16, s32})
113 for (auto Ty : {s8, s16, s32, p0})
117 for (auto Ty : {s8, s16, s32})
126 for (auto Ty : {s8, s16, s32, p0})
142 .legalForCartesianProduct({s1, s8, s16, s32}, {p0})
150 .legalFor({s8, s16, s32})
155 .legalFor({{s8, s8}, {s16, s8}, {s32, s8}})
161 .legalForCartesianProduct({s8}, {s8, s16, s32, p0})
169 for (auto Ty : {s8, s16, s32, p0}
200 const LLT s16 = LLT::scalar(16); local
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64LegalizerInfo.cpp 44 const LLT s16 = LLT::scalar(16); local
76 // Some instructions only support s16 if the subtarget has full 16-bit FP
79 const LLT &MinFPScalar = HasFP16 ? s16 : s32;
82 .legalFor({p0, s1, s8, s16, s32, s64})
99 getActionDefinitionsBuilder(G_PHI).legalFor({p0, s16, s32, s64})
101 .clampScalar(0, s16, s64)
164 .lowerFor({s1, s8, s16, s32, s64});
194 return Ty.isVector() && Ty.getElementType() == s16 &&
197 [=](const LegalityQuery &Query) { return std::make_pair(0, s16); })
198 // If we don't have full FP16 support, then widen s16 to s32 if w
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.opencl/
vec_comps.cl 44 CREATE_VEC(short16, s16)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.opencl/
vec_comps.cl 44 CREATE_VEC(short16, s16)
  /src/sys/arch/xen/include/
hypervisor.h 87 #define s16 int16_t macro
127 #undef s16 macro
  /src/sys/external/bsd/common/include/linux/
types.h 50 typedef int16_t s16; typedef
  /src/sys/external/bsd/drm2/dist/drm/vboxvideo/
vboxvideo.h 59 s16 x;
60 s16 y;
  /src/external/gpl3/gdb.old/dist/sim/aarch64/
memory.c 76 FETCH_FUNC32 (int32_t, int16_t, s16, 2)
105 STORE_FUNC (int16_t, s16, 2)
cpustate.h 136 int16_t s16; member in union:GRegisterValue
145 struct { int64_t :48; int16_t s16; };
  /src/external/gpl3/gdb/dist/sim/aarch64/
memory.c 76 FETCH_FUNC32 (int32_t, int16_t, s16, 2)
105 STORE_FUNC (int16_t, s16, 2)
cpustate.h 136 int16_t s16; member in union:GRegisterValue
145 struct { int64_t :48; int16_t s16; };
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/
ed25519_ref10.c 1142 int64_t s16; local
1201 s16 =
1235 carry16 = (s16 + (int64_t) (1L << 20)) >> 21;
1237 s16 -= carry16 * ((uint64_t) 1L << 21);
1270 s16 += carry15;
1287 s16 -= s23 * 683901;
1339 carry16 = (s16 + (int64_t) (1L << 20)) >> 21;
1341 s16 -= carry16 * ((uint64_t) 1L << 21);
1356 s16 += carry15;
1366 s4 += s16 * 666643
1589 int64_t s16 = 2097151 & load_3(s + 42); local
    [all...]
  /src/sys/arch/evbppc/nintendo/dev/
gxreg.h 118 volatile int16_t s16; member in union:gx_wgpipe
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_therm.c 89 s16 value = nvbios_rd16(bios, entry + 1);
171 s16 value = nvbios_rd16(bios, entry + 1);
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-mve-builtins.def 59 DEF_MVE_TYPE_SUFFIX (s16, int16x8_t, signed, 16, V8HImode)
  /src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
libf7.h 470 f7_t* f7_set_s16 (f7_t *cc, int16_t s16)
472 if (__builtin_constant_p (s16))
476 uint16_t u16 = (uint16_t) s16;
478 if (s16 < 0)
487 return f7_set_s16_impl (cc, s16);

Completed in 30 milliseconds

1 2 3 4