Searched defs:is64bit (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXTargetMachine.h | 26 bool is64bit; variable
|
H A D | NVPTXTargetMachine.cpp | 129 NVPTXTargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool is64bit) NVPTXTargetMachine() argument
|
/freebsd-src/contrib/opencsd/decoder/include/common/ |
H A D | ocsd_pe_context.h | 61 void set64bit(const bool is64bit) { m_context.bits64 = is64bit ? 1 : 0; }; in set64bit()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
H A D | ABIX86.cpp | 186 BaseRegToRegsMap makeBaseRegMap(bool is64bit) { in makeBaseRegMap()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcTargetMachine.cpp | 104 bool is64bit) in SparcTargetMachine() argument
|
/freebsd-src/sys/dev/tws/ |
H A D | tws.h | 250 boolean is64bit; /* True - 64bit else 32bit */ member
|
/freebsd-src/sys/arm64/arm64/ |
H A D | identcpu.c | 1847 bool is64bit; global() member 2189 parse_cpu_features(bool is64bit,struct cpu_desc * cpu_desc,u_long * hwcap,u_long * hwcap2) parse_cpu_features() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFastISel.cpp | 416 bool is64bit = VT == MVT::f64; in ARMMaterializeFP() local 1796 bool is64bit = VT == MVT::f64 || VT == MVT::i64; in SelectBinaryFPOp() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 3448 bool is64bit = Subtarget.isPPC64(); LowerGlobalTLSAddressLinux() local 12047 bool is64bit = Subtarget.isPPC64(); EmitPartwordAtomicBinary() local 12948 bool is64bit = MI.getOpcode() == PPC::ATOMIC_CMP_SWAP_I64; EmitInstrWithCustomInserter() local 13040 bool is64bit = Subtarget.isPPC64(); EmitInstrWithCustomInserter() local [all...] |