Home
last modified time | relevance | path

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

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