Home
last modified time | relevance | path

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

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