HomeSort by: relevance | last modified time | path
    Searched defs:s64 (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/tests/usr.bin/xlint/lint1/
lex_comment.c 12 signed long long s64; variable
20 s8 = s64;
23 s8 = s64;
26 s8 = s64;
29 s8 = s64;
35 s8 = s64;
39 s8 = s64;
42 s8 = s64;
47 s8 = s64;
52 s8 = s64;
    [all...]
msg_381.c 10 long long s64; variable
36 s64 = -9223372036854776833.0;
38 s64 = -9223372036854775809.0;
39 s64 = -9223372036854775808.0;
41 s64 = 3.141;
43 s64 = 9223372036854775807.0;
45 s64 = 9223372036854775808.0;
msg_218.c 13 signed long long s64; variable
50 cond = s64 < 3000000000L;
53 cond = 3000000000L < s64;
msg_117.c 14 long long s64; variable
30 s64 = s8 << 32;
msg_132.c 37 s64_t s64; variable
105 s64 = u8;
106 s64 = u16;
107 s64 = u32;
118 u8 = s64;
124 u16 = s64;
129 u32 = s64;
144 s8 = s64;
150 s16 = s64;
155 s32 = s64;
598 long long s64:15; member in struct:__anon8072
    [all...]
msg_141.c 13 signed long long s64; variable
39 s64 = ~(-0x7fffffffffffffffLL - 1LL);
40 s64 = ~-1LL;
41 s64 = ~0LL;
42 s64 = ~0x7fffffffffffffffLL;
75 s64 = +(-0x7fffffffffffffffLL - 1LL);
76 s64 = +-1LL;
77 s64 = +0LL;
78 s64 = +0x7fffffffffffffffLL;
113 s64 = -(-0x7fffffffffffffffLL - 1LL)
    [all...]
queries.c 52 s64_t s64; variable
516 f64 = s64;
592 s64 = -s64;
  /src/sys/arch/sparc64/sparc64/
syscall.c 155 const struct sysent **callp, union args *args, int *s64)
159 *s64 = tf->tf_out[6] & 1L; /* Do we have a 64-bit stack? */
168 if (*s64) {
186 if (*s64) {
288 int s64; local
305 if ((error = getargs(p, tf, &code, &callp, &args, &s64)) != 0)
  /src/sys/arch/xen/include/
hypervisor.h 89 #define s64 int64_t macro
129 #undef s64 macro
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMLegalizerInfo.cpp 75 const LLT s64 = LLT::scalar(64); local
95 .legalFor({s32, s64})
174 .legalFor({s32, s64});
177 .legalForTypesWithMemDesc({{s64, p0, 64, 32}})
179 PhiBuilder.legalFor({s64});
182 {s32, s64});
184 getActionDefinitionsBuilder(G_MERGE_VALUES).legalFor({{s64, s32}});
185 getActionDefinitionsBuilder(G_UNMERGE_VALUES).legalFor({{s32, s64}});
187 getActionDefinitionsBuilder(G_FPEXT).legalFor({{s64, s32}});
188 getActionDefinitionsBuilder(G_FPTRUNC).legalFor({{s32, s64}});
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86LegalizerInfo.cpp 107 const LLT s64 = LLT::scalar(64); local
182 for (const auto &Ty : {s16, s32, s64}) {
202 const LLT s64 = LLT::scalar(64); local
205 setAction({G_IMPLICIT_DEF, s64}, Legal);
207 // s128 = EXTEND (G_IMPLICIT_DEF s32/s64) -> s128 = G_IMPLICIT_DEF
210 setAction({G_PHI, s64}, Legal);
213 setAction({BinOp, s64}, Legal);
216 setAction({MemOp, s64}, Legal);
219 setAction({G_PTR_ADD, 1, s64}, Legal);
221 .legalForCartesianProduct({s1, s8, s16, s32, s64}, {p0}
284 const LLT s64 = LLT::scalar(64); local
313 const LLT s64 = LLT::scalar(64); local
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/test/
test_archive_string.c 306 #define S64 S32 S32
307 #define S128 S64 S64
310 const char *s64 = S64; local
311 const char *s65 = S64 "0";
316 #undef S64
334 archive_string_sprintf(&s, "%s", s64);
335 assertExactString(64, 4 * EXTENT, s64, s);
  /src/sys/external/bsd/common/include/linux/
types.h 52 typedef int64_t s64; typedef
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64PostLegalizerCombiner.cpp 67 // If we add support for integer add, must restrict these types to just s64.
101 LLT s64 = LLT::scalar(64); local
103 auto Elt0 = B.buildExtractVectorElement(Ty, Src, B.buildConstant(s64, 0));
104 auto Elt1 = B.buildExtractVectorElement(Ty, Src, B.buildConstant(s64, 1));
AArch64CallLowering.cpp 240 LLT s64 = LLT::scalar(64); variable
255 auto OffsetReg = MIRBuilder.buildConstant(s64, Offset);
AArch64LegalizerInfo.cpp 46 const LLT s64 = LLT::scalar(64); local
82 .legalFor({p0, s1, s8, s16, s32, s64})
84 .clampScalar(0, s1, s64)
89 (Query.Types[0].getElementType() != s64 ||
94 if (EltTy == s64)
99 getActionDefinitionsBuilder(G_PHI).legalFor({p0, s16, s32, s64})
101 .clampScalar(0, s16, s64)
105 .legalFor({s32, s64, v4s32, v2s32, v2s64})
106 .clampScalar(0, s32, s64)
110 .legalFor({s32, s64, v2s32, v4s32, v4s16, v8s16, v16s8, v8s8}
1071 LLT s64 = LLT::scalar(64); local
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsLegalizerInfo.cpp 71 const LLT s64 = LLT::scalar(64); local
109 {s64, p0, 64, ST.systemSupportsUnalignedAccess()}}))
149 .legalFor({s32, s64});
152 .legalFor({{s32, s64}});
155 .legalFor({{s64, s32}});
171 .legalForCartesianProduct({p0, s32, s64}, {s32})
186 .legalFor({p0, s32, s64})
202 .libcallFor({s64});
265 .lowerFor({{s32, s32}, {s64, s64}});
336 const LLT s64 = LLT::scalar(64); local
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_internal_defs.h 157 typedef signed long long s64; // NOLINT typedef in namespace:__sanitizer
264 typedef ALIGNED(1) s64 us64;
  /src/external/bsd/wpa/dist/src/utils/
common.h 97 typedef INT64 s64; typedef
109 typedef long long s64; typedef
126 typedef int64_t s64; typedef
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_internal_defs.h 161 typedef signed long long s64; typedef in namespace:__sanitizer
282 typedef ALIGNED(1) s64 us64;
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_internal_defs.h 167 typedef signed long long s64; typedef in namespace:__sanitizer
279 typedef ALIGNED(1) s64 us64;
  /src/external/gpl3/gdb.old/dist/sim/aarch64/
cpustate.h 138 int64_t s64; member in union:GRegisterValue
147 int64_t s64;
simulator.c 3705 DO_VEC_WIDENING_MUL (2, int64_t, s32, s64);
9533 union { int64_t u64; uint64_t s64; } imm; member in union:__anon21844
9536 imm.s64 = simm64 (aarch64_get_instr (cpu), 23, 5);
  /src/external/gpl3/gdb/dist/sim/aarch64/
cpustate.h 138 int64_t s64; member in union:GRegisterValue
147 int64_t s64;
  /src/external/bsd/elftoolchain/dist/libdwarf/
_libdwarf.h 117 int64_t s64; /* Signed value. */ member in union:_Dwarf_Attribute::__anon6544

Completed in 55 milliseconds

1 2