Home
last modified time | relevance | path

Searched defs:uint64_t (Results 1 – 25 of 72) sorted by relevance

123

/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp583 uint64_t /*Address*/, in DecodeHvxVRRegisterClass() argument
599 uint64_t /*Address*/, in DecodeDoubleRegsRegisterClass() argument
612 uint64_t /*Address*/, in DecodeGeneralDoubleLow8RegsRegisterClass() argument
622 uint64_t /*Address*/, in DecodeHvxWRRegisterClass() argument
640 uint64_t /*Address*/, in DecodeHvxVQRRegisterClass() argument
659 uint64_t /*Address*/, in DecodeHvxQRRegisterClass() argument
668 uint64_t /*Address*/, in DecodeCtrRegsRegisterClass() argument
724 uint64_t /*Address*/, in DecodeModRegsRegisterClass() argument
742 uint64_t /*Address*/, in unsignedImmDecoder() argument
752 uint64_t /*Address*/, in s32_0ImmDecoder() argument
[all …]
/openbsd/gnu/llvm/llvm/lib/Object/
H A DRelocationResolver.cpp90 static uint64_t resolveAArch64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveAArch64() argument
142 static uint64_t resolveMips64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMips64() argument
168 static uint64_t resolveMSP430(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMSP430() argument
192 static uint64_t resolvePPC64(uint64_t Type, uint64_t Offset, uint64_t S, in resolvePPC64() argument
218 static uint64_t resolveSystemZ(uint64_t Type, uint64_t Offset, uint64_t S, in resolveSystemZ() argument
242 static uint64_t resolveSparc64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveSparc64() argument
265 static uint64_t resolveAmdgpu(uint64_t Type, uint64_t Offset, uint64_t S, in resolveAmdgpu() argument
311 static uint64_t resolvePPC32(uint64_t Type, uint64_t Offset, uint64_t S, in resolvePPC32() argument
358 static uint64_t resolveAVR(uint64_t Type, uint64_t Offset, uint64_t S, in resolveAVR() argument
374 static uint64_t resolveLanai(uint64_t Type, uint64_t Offset, uint64_t S, in resolveLanai() argument
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.h116 void printAdrLabelOperand(const MCInst *MI, uint64_t /*Address*/, in printAdrLabelOperand() argument
218 void printThumbLdrLabelOperand(const MCInst *MI, uint64_t /*Address*/, in printThumbLdrLabelOperand() argument
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZInstPrinter.h59 void printOperand(const MCInst *MI, uint64_t /*Address*/, unsigned OpNum, in printOperand() argument
82 void printPCRelOperand(const MCInst *MI, uint64_t /*Address*/, int OpNum, in printPCRelOperand() argument
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCInstrAnalysis.cpp27 bool MCInstrAnalysis::evaluateBranch(const MCInst & /*Inst*/, uint64_t /*Addr*/, in evaluateBranch() argument
/openbsd/usr.sbin/smtpd/
H A Dqueue_backend.c758 queue_api_on_envelope_create(int(*cb)(uint32_t, const char *, size_t, uint64_t *)) in queue_api_on_envelope_create() argument
764 queue_api_on_envelope_delete(int(*cb)(uint64_t)) in queue_api_on_envelope_delete()
770 queue_api_on_envelope_update(int(*cb)(uint64_t, const char *, size_t)) in queue_api_on_envelope_update()
776 queue_api_on_envelope_load(int(*cb)(uint64_t, char *, size_t)) in queue_api_on_envelope_load()
782 queue_api_on_envelope_walk(int(*cb)(uint64_t *, char *, size_t)) in queue_api_on_envelope_walk()
788 queue_api_on_message_walk(int(*cb)(uint64_t *, char *, size_t, in queue_api_on_message_walk()
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DStatistic.h71 operator uint64_t() const { return getValue(); } in uint64_t() function
140 operator uint64_t() const { return 0; } in uint64_t() function
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DSubtargetFeature.h47 constexpr FeatureBitset(const std::array<uint64_t, MAX_SUBTARGET_WORDS> &B) in FeatureBitset()
165 constexpr FeatureBitArray(const std::array<uint64_t, MAX_SUBTARGET_WORDS> &B) in FeatureBitArray()
H A DMCDXContainerStreamer.h37 void emitCommonSymbol(MCSymbol *, uint64_t, Align) override {} in emitCommonSymbol() argument
/openbsd/gnu/llvm/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInstPrinter.h42 void printOperand(const MCInst *MI, uint64_t /*Address*/, unsigned OpNum, in printOperand() argument
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dultrasp9.c11 typedef unsigned long long uint64_t; typedef
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20040304-1.c7 typedef unsigned long long uint64_t; typedef
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.h123 void printOperand(const MCInst *MI, uint64_t /*Address*/, unsigned OpNum, in printOperand() argument
/openbsd/gnu/llvm/llvm/lib/DWP/
H A DDWP.cpp183 MapVector<uint64_t, UnitIndexEntry> &TypeIndexEntries, in addAllTypesFromDWP()
218 MCStreamer &Out, MapVector<uint64_t, UnitIndexEntry> &TypeIndexEntries, in addAllTypesFromTypesSection()
408 const MapVector<uint64_t, UnitIndexEntry> &IndexEntries, in writeIndexTable()
421 const MapVector<uint64_t, UnitIndexEntry> &IndexEntries, in writeIndex()
473 Error buildDuplicateError(const std::pair<uint64_t, UnitIndexEntry> &PrevE, in buildDuplicateError()
/openbsd/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRInstPrinter.h41 void printPCRelImm(const MCInst *MI, uint64_t /*Address*/, unsigned OpNo, in printPCRelImm() argument
/openbsd/gnu/llvm/libcxxabi/src/
H A Dcxa_noexception.cpp56 void __setExceptionClass ( _Unwind_Exception*, uint64_t) {} in __setExceptionClass() argument
/openbsd/gnu/llvm/llvm/lib/Target/BPF/Disassembler/
H A DBPFDisassembler.cpp102 uint64_t /*Address*/, in DecodeGPRRegisterClass() argument
117 DecodeGPR32RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t /*Address*/, in DecodeGPR32RegisterClass() argument
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValueUInt64.h61 operator uint64_t() const { return m_current_value; } in uint64_t() function
/openbsd/gnu/llvm/clang/lib/Headers/
H A D__clang_hip_runtime_wrapper.h69 #define uint64_t __UINT64_TYPE__ macro
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp262 const std::map<uint64_t, MemberValLocation> &offset_to_location, in MakeEnregisteredLocationExpressionForComposite()
/openbsd/gnu/llvm/libunwind/src/
H A DCompactUnwinder.hpp533 compact_unwind_encoding_t encoding, uint64_t, A &addressSpace, in stepWithCompactEncodingFrameless() argument
615 compact_unwind_encoding_t encoding, uint64_t, A &addressSpace, in stepWithCompactEncodingFrame() argument
/openbsd/gnu/llvm/clang/lib/Headers/hlsl/
H A Dhlsl_basic_types.h25 typedef unsigned long uint64_t; typedef
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXILShaderFlags.h40 operator uint64_t() const { in uint64_t() function
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64PreLegalizerCombiner.cpp118 std::pair<uint64_t, uint64_t> &MatchInfo) { in matchFoldGlobalOffset()
187 std::pair<uint64_t, uint64_t> &MatchInfo) { in applyFoldGlobalOffset()
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.h160 void releaseSeqNo(uint64_t) {} in releaseSeqNo() argument

123