Home
last modified time | relevance | path

Searched defs:isMoveReg (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/utils/TableGen/Common/
HDCodeGenInstruction.h248 bool isMoveReg : 1; variable
/freebsd-head/contrib/llvm-project/llvm/include/llvm/MC/
HDMCInstrDesc.h285 bool isMoveReg() const { return Flags & (1ULL << MCID::MoveReg); } in isMoveReg() function