Home
last modified time | relevance | path

Searched defs:GetSizeInBits (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Target/
DRegisterFlags.h34 unsigned GetSizeInBits() const { return m_end - m_start + 1; } in GetSizeInBits() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Target/
DRegisterFlags.h34 unsigned GetSizeInBits() const { return m_end - m_start + 1; } in GetSizeInBits() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Target/
DRegisterFlags.h34 unsigned GetSizeInBits() const { return m_end - m_start + 1; } in GetSizeInBits() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Target/
DRegisterFlags.h34 unsigned GetSizeInBits() const { return m_end - m_start + 1; } in GetSizeInBits() function
/aosp_15_r20/external/vixl/src/aarch64/
H A Doperands-aarch64.h987 size_t GetSizeInBits() const { return GetSizeInBytes() * kBitsPerByte; } in GetSizeInBits() function
H A Dregisters-aarch64.h137 int GetSizeInBits() const { return DecodeSizeInBits(size_); } in GetSizeInBits() function
H A Dsimulator-aarch64.h259 unsigned GetSizeInBits() const { return size_in_bytes_ * kBitsPerByte; } in GetSizeInBits() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
H A Dllvm_util.cc217 int GetSizeInBits(llvm::Type* type) { in GetSizeInBits() function
/aosp_15_r20/external/vixl/src/aarch32/
H A Dinstructions-aarch32.h122 int GetSizeInBits() const { return (value_ & kSizeMask) >> kSizeShift; } in GetSizeInBits() function