Home
last modified time | relevance | path

Searched refs:s64 (Results 1 – 25 of 73) sorted by relevance

123

/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_fixed.h80 static inline s64 drm_int2fixp(int a) in drm_int2fixp()
82 return ((s64)a) << DRM_FIXED_POINT; in drm_int2fixp()
87 return ((s64)a) >> DRM_FIXED_POINT; in drm_fixp2int()
114 static inline s64 drm_fixp_mul(s64 a, s64 b) in drm_fixp_mul()
117 s64 result; in drm_fixp_mul()
137 static inline s64 drm_fixp_div(s64 a, s64 b) in drm_fixp_div()
140 s64 result; in drm_fixp_div()
155 static inline s64 drm_fixp_from_fraction(s64 a, s64 b) in drm_fixp_from_fraction()
157 s64 res; in drm_fixp_from_fraction()
188 res = (s64) res_abs; in drm_fixp_from_fraction()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp142 {s64, s64}, in AArch64LegalizerInfo()
161 .clampScalar(1, s64, s64); in AArch64LegalizerInfo()
291 {s64, p0, s64, 8}, in AArch64LegalizerInfo()
319 {s64, p0, s64, 8}, in AArch64LegalizerInfo()
364 {s64, p0, s64, 8}, in AArch64LegalizerInfo()
528 .clampScalar(0, s64, s64); in AArch64LegalizerInfo()
803 .legalFor({{s32, s64}, {s64, s64}}) in AArch64LegalizerInfo()
811 .customFor({{s32, s32}, {s64, s64}}); in AArch64LegalizerInfo()
818 {s64, s64}, in AArch64LegalizerInfo()
832 {s64, s64}, in AArch64LegalizerInfo()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsLegalizerInfo.cpp153 .legalFor({s32, s64}); in MipsLegalizerInfo()
156 .legalFor({{s32, s64}}); in MipsLegalizerInfo()
159 .legalFor({{s64, s32}}); in MipsLegalizerInfo()
206 .libcallFor({s64}); in MipsLegalizerInfo()
269 .lowerFor({{s32, s32}, {s64, s64}}); in MipsLegalizerInfo()
278 .legalFor({s32, s64}); in MipsLegalizerInfo()
305 .libcallForCartesianProduct({s64}, {s64, s32}) in MipsLegalizerInfo()
309 .libcallForCartesianProduct({s64}, {s64, s32}) in MipsLegalizerInfo()
316 .libcallForCartesianProduct({s64, s32}, {s64}) in MipsLegalizerInfo()
320 .libcallForCartesianProduct({s64, s32}, {s64}) in MipsLegalizerInfo()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86LegalizerInfo.cpp111 const LLT s64 = LLT::scalar(64); in setLegalizerInfo32bit() local
210 const LLT s64 = LLT::scalar(64); in setLegalizerInfo64bit() local
232 .maxScalar(0, s64) in setLegalizerInfo64bit()
247 .clampScalar(1, s32, s64) in setLegalizerInfo64bit()
249 .clampScalar(0, s32, s64) in setLegalizerInfo64bit()
254 .clampScalar(1, s32, s64) in setLegalizerInfo64bit()
256 .clampScalar(0, s32, s64) in setLegalizerInfo64bit()
267 .clampScalar(1, s32, s64) in setLegalizerInfo64bit()
274 .clampScalar(0, s8, s64); in setLegalizerInfo64bit()
280 .clampScalar(0, s8, s64) in setLegalizerInfo64bit()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp77 const LLT s64 = LLT::scalar(64); in ARMLegalizerInfo() local
98 .legalFor({s32, s64}) in ARMLegalizerInfo()
176 .legalFor({s32, s64}); in ARMLegalizerInfo()
179 .legalForTypesWithMemDesc({{s64, p0, s64, 32}}) in ARMLegalizerInfo()
181 PhiBuilder.legalFor({s64}); in ARMLegalizerInfo()
193 .legalForCartesianProduct({s32}, {s32, s64}); in ARMLegalizerInfo()
195 .legalForCartesianProduct({s32, s64}, {s32}); in ARMLegalizerInfo()
198 .libcallFor({s32, s64}); in ARMLegalizerInfo()
202 for (auto Ty : {s32, s64}) in ARMLegalizerInfo()
219 .libcallForCartesianProduct({s32}, {s32, s64}); in ARMLegalizerInfo()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/VE/
H A DVEInstrPatternsVec.td54 multiclass vbrd_elem64<ValueType v64, ValueType s64,
57 def : Pat<(v64 (vec_broadcast (s64 ImmOp:$sy), i32:$vl)),
61 def : Pat<(v64 (vec_broadcast s64:$sy, i32:$vl)),
62 (VBRDrl s64:$sy, i32:$vl)>;
85 def: Pat<(s64 (extractelt v64:$vec, uimm7:$idx)),
88 def: Pat<(s64 (extractelt v64:$vec, i64:$idx)),
92 def: Pat<(v64 (insertelt v64:$vec, s64:$val, uimm7:$idx)),
95 def: Pat<(v64 (insertelt v64:$vec, s64:$val, i64:$idx)),
106 multiclass patterns_elem64<ValueType v64, ValueType s64,
108 defm : vbrd_elem64<v64, s64, ImmOp, ImmCast>;
[all …]
/openbsd/sys/dev/pci/drm/apple/
H A Dparser.c179 const s64 *in; in parse_int()
307 s64 colorimetry;
308 s64 depth;
310 s64 eotf;
311 s64 id;
313 s64 score;
434 s64 id = -1; in parse_mode()
699 s64 rate; in parse_sample_rate_bit()
817 s64 nchans = 0; in parse_chan_layout_element()
1005 s64 mnits = -1; in parse_system_log_mnits()
[all …]
H A Dparser.h73 s64 score;
97 s64 total, front_porch, sync_width, active;
98 s64 precise_sync_rate;
108 const char **class, s64 *unit);
H A Dtrace.h324 …TP_PROTO(s64 id, struct dimension *horiz, struct dimension *vert, s64 best_color_mode, bool is_vir…
327 TP_STRUCT__entry(__field(s64, id)
330 __field(s64, best_color_mode)
332 __field(s64, score)),
347 …TP_PROTO(s64 id, struct dimension *horiz, struct dimension *vert, s64 best_color_mode, bool is_vir…
351 …TP_PROTO(s64 id, struct dimension *horiz, struct dimension *vert, s64 best_color_mode, bool is_vir…
H A Dsystemep.c45 const char *class, s64 unit) in system_init()
66 const char *class, s64 unit) in powerlog_init()
H A Dibootep.c10 const char *class, s64 unit) in disp_service_init()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUGISel.td76 GIComplexOperandMatcher<s64, "selectSmrdImm">,
80 GIComplexOperandMatcher<s64, "selectSmrdImm32">,
84 GIComplexOperandMatcher<s64, "selectSmrdSgpr">,
88 GIComplexOperandMatcher<s64, "selectSmrdSgprImm">,
92 GIComplexOperandMatcher<s64, "selectFlatOffset">,
95 GIComplexOperandMatcher<s64, "selectGlobalOffset">,
98 GIComplexOperandMatcher<s64, "selectGlobalSAddr">,
133 GIComplexOperandMatcher<s64, "selectMUBUFAddr64">,
137 GIComplexOperandMatcher<s64, "selectMUBUFOffset">,
141 GIComplexOperandMatcher<s64, "selectSMRDBufferImm">,
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/xray/tests/unit/
H A Dsegmented_array_test.cpp15 s64 First;
16 s64 Second;
19 TestData(s64 F, s64 S) : First(F), Second(S) {} in TestData()
139 Data.AppendEmplace(static_cast<s64>(i), static_cast<s64>(i)); in TEST()
155 ASSERT_EQ(Back.First, static_cast<s64>(Segment + 1)); in TEST()
156 ASSERT_EQ(Back.Second, static_cast<s64>(Segment + 1)); in TEST()
170 Data.AppendEmplace(static_cast<s64>(i), static_cast<s64>(i)); in TEST()
182 EXPECT_NE(Data.AppendEmplace(static_cast<s64>(i), static_cast<s64>(i)), in TEST()
H A Dallocator_test.cpp21 s64 First;
22 s64 Second;
42 s64 A;
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_benchmark.c32 uint64_t saddr, uint64_t daddr, int n, s64 *time_ms) in amdgpu_benchmark_do_move()
61 s64 time_ms, in amdgpu_benchmark_log_results()
65 s64 throughput = (n * (size >> 10)); in amdgpu_benchmark_log_results()
81 s64 time_ms; in amdgpu_benchmark_move()
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVLegalizerInfo.cpp67 const LLT s64 = LLT::scalar(64); in SPIRVLegalizerInfo() local
110 s32, s64, v2s1, v2s8, v2s16, v2s32, v2s64, v3s1, v3s8, in SPIRVLegalizerInfo()
115 s1, s8, s16, s32, s64, v2s1, v2s8, v2s16, v2s32, v2s64, in SPIRVLegalizerInfo()
119 auto allIntScalarsAndVectors = {s8, s16, s32, s64, v2s8, v2s16, in SPIRVLegalizerInfo()
126 auto allIntScalars = {s8, s16, s32, s64}; in SPIRVLegalizerInfo()
129 s16, s32, s64, v2s16, v2s32, v2s64, v3s16, v3s32, v3s64, in SPIRVLegalizerInfo()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_flags_test.cpp115 s64 InitValue = -5; in TEST()
116 s64 IntMin = INT64_MIN; in TEST()
117 s64 IntMax = INT64_MAX; in TEST()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libc.cpp19 s64 internal_atoll(const char *nptr) { in internal_atoll()
230 s64 internal_simple_strtoll(const char *nptr, const char **endptr, int base) { in internal_simple_strtoll()
255 return (s64)(Min((u64)INT64_MAX, res)); in internal_simple_strtoll()
257 return (res > INT64_MAX) ? INT64_MIN : ((s64)res * -1); in internal_simple_strtoll()
H A Dsanitizer_libc.h28 s64 internal_atoll(const char *nptr);
51 s64 internal_simple_strtoll(const char *nptr, const char **endptr, int base);
H A Dsanitizer_printf.cpp89 static int AppendSignedDecimal(char **buff, const char *buff_end, s64 num, in AppendSignedDecimal()
173 s64 dval = have_ll ? va_arg(args, s64) in VSNPrintf()
H A Dsanitizer_flag_parser.h146 inline bool FlagHandler<s64>::Parse(const char *value) { in Parse()
155 inline bool FlagHandler<s64>::Format(char *buffer, uptr size) { in Format()
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_dsi.c15 s64 panel_power_off_duration; in intel_dsi_wait_panel_power_cycle()
21 if (panel_power_off_duration < (s64)intel_dsi->panel_pwr_cycle_delay) in intel_dsi_wait_panel_power_cycle()
/openbsd/gnu/llvm/llvm/docs/GlobalISel/
H A DLegalizer.rst63 .legalFor({s32, s64, v2s32, v4s32, v2s64})
64 .clampScalar(0, s32, s64)
125 .legalFor({s32, s64, v2s32, v4s32, v2s64})
126 .clampScalar(0, s32, s64)
219 ``.legalFor({{s16, s32}, {s32, s64}})`` will only accept ``{s16, s32}``, or
220 ``{s32, s64}`` but will not accept ``{s16, s64}``.
228 sets. So ``.legalForCartesianProduct({s16, s32}, {s32, s64})`` will accept
229 ``{s16, s32}``, ``{s16, s64}``, ``{s32, s32}``, and ``{s32, s64}``.
273 it's not uncommon to be unable to consume s64 but still be able to produce it
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp78 static int appendSignedDecimal(char **Buffer, const char *BufferEnd, s64 Num, in appendSignedDecimal()
154 s64 DVal; in formatString()
162 DVal = HaveLL ? va_arg(Args, s64) in formatString()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20000825-1.c2 typedef signed long s64; typedef

123