Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiAluCode.h49 inline static unsigned encodeLanaiAluCode(unsigned AluOp) { in encodeLanaiAluCode() function
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCCodeEmitter.cpp234 Encoding |= LPAC::encodeLanaiAluCode(AluOp) << 5; in getRrMemoryOpValue()
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/InstPrinter/
H A DLanaiInstPrinter.cpp48 return LPAC::encodeLanaiAluCode(AluCode) == LPAC::ADD && in usesGivenOffset()