Go to the source code of this file.
|
namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations.
|
|
namespace | llvm::MCD |
|
|
bool | llvm::MCD::Check (MCDisassembler::DecodeStatus &Out, MCDisassembler::DecodeStatus In) |
|
template<typename IntType > |
std::enable_if_t< std::is_integral_v< IntType >, IntType > | llvm::MCD::fieldFromInstruction (const IntType &Insn, unsigned StartBit, unsigned NumBits) |
|
template<typename InsnType > |
std::enable_if_t<!std::is_integral_v< InsnType >, uint64_t > | llvm::MCD::fieldFromInstruction (const InsnType &Insn, unsigned StartBit, unsigned NumBits) |
|
template<typename IntType > |
static std::enable_if_t< std::is_integral_v< IntType >, void > | llvm::MCD::insertBits (IntType &field, IntType bits, unsigned startBit, unsigned numBits) |
|