Home
last modified time | relevance | path

Searched refs:DestructiveInstTypeMask (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h524 DestructiveInstTypeMask = TSFLAG_DESTRUCTIVE_INST_TYPE(0xf), enumerator
H A DAArch64ExpandPseudoInsts.cpp443 uint64_t DType = TII->get(Opcode).TSFlags & AArch64::DestructiveInstTypeMask; in expand_DestructiveOp()
863 if ((Orig.TSFlags & AArch64::DestructiveInstTypeMask) in expandMI()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp4680 if ((MCID.TSFlags & AArch64::DestructiveInstTypeMask) == in validateInstruction()