LLVM 20.0.0git
|
#include "Target/AMDGPU/Disassembler/AMDGPUDisassembler.h"
Public Member Functions | |
DecoderUInt128 ()=default | |
DecoderUInt128 (uint64_t Lo, uint64_t Hi=0) | |
operator bool () const | |
void | insertBits (uint64_t SubBits, unsigned BitPosition, unsigned NumBits) |
uint64_t | extractBitsAsZExtValue (unsigned NumBits, unsigned BitPosition) const |
DecoderUInt128 | operator& (const DecoderUInt128 &RHS) const |
DecoderUInt128 | operator& (const uint64_t &RHS) const |
DecoderUInt128 | operator~ () const |
bool | operator== (const DecoderUInt128 &RHS) |
bool | operator!= (const DecoderUInt128 &RHS) |
bool | operator!= (const int &RHS) |
Friends | |
raw_ostream & | operator<< (raw_ostream &OS, const DecoderUInt128 &RHS) |
Definition at line 37 of file AMDGPUDisassembler.h.
|
default |
Referenced by operator!=(), operator&(), and operator~().
Definition at line 44 of file AMDGPUDisassembler.h.
|
inline |
Definition at line 57 of file AMDGPUDisassembler.h.
|
inline |
Definition at line 46 of file AMDGPUDisassembler.h.
|
inline |
Definition at line 45 of file AMDGPUDisassembler.h.
|
inline |
Definition at line 78 of file AMDGPUDisassembler.h.
Definition at line 81 of file AMDGPUDisassembler.h.
References DecoderUInt128(), and RHS.
|
inline |
Definition at line 68 of file AMDGPUDisassembler.h.
References DecoderUInt128(), Hi, Lo, and RHS.
|
inline |
Definition at line 71 of file AMDGPUDisassembler.h.
References DecoderUInt128(), and RHS.
|
inline |
Definition at line 75 of file AMDGPUDisassembler.h.
|
inline |
Definition at line 74 of file AMDGPUDisassembler.h.
References DecoderUInt128(), Hi, and Lo.
|
friend |
Definition at line 84 of file AMDGPUDisassembler.h.