Searched refs:Bit64 (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | InstructionUtils.h | 40 static inline uint64_t Bit64(const uint64_t bits, const uint32_t bit) { in Bit64() function
|
| /llvm-project-15.0.7/llvm/tools/llvm-ar/ |
| H A D | llvm-ar.cpp | 222 enum class BitModeTy { Bit32, Bit64, Bit32_64, Any, Unknown }; enumerator 675 (!Is64Bit && (BitMode == BitModeTy::Bit64))) in isValidInBitMode() 1272 .Case("64", BitModeTy::Bit64) in getBitMode()
|
| /llvm-project-15.0.7/llvm/tools/llvm-nm/ |
| H A D | llvm-nm.cpp | 87 enum class BitModeTy { Bit32, Bit64, Bit32_64, Any }; enumerator 1668 : BitMode != BitModeTy::Bit64; in shouldDump() 2380 BitMode = BitModeTy::Bit64; in main()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.cpp | 571 proc_state.N = Bit64(result, N - 1); in AddWithCarry()
|