Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiAluCode.h48 inline static unsigned encodeLanaiAluCode(unsigned AluOp) { in encodeLanaiAluCode() function
/external/llvm/lib/Target/Lanai/
DLanaiAluCode.h49 inline static unsigned encodeLanaiAluCode(unsigned AluOp) { in encodeLanaiAluCode() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiMCCodeEmitter.cpp233 Encoding |= LPAC::encodeLanaiAluCode(AluOp) << 5; in getRrMemoryOpValue()
DLanaiInstPrinter.cpp50 return LPAC::encodeLanaiAluCode(AluCode) == LPAC::ADD && in usesGivenOffset()
/external/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiMCCodeEmitter.cpp236 Encoding |= LPAC::encodeLanaiAluCode(AluOp) << 5; in getRrMemoryOpValue()
/external/llvm/lib/Target/Lanai/InstPrinter/
DLanaiInstPrinter.cpp48 return LPAC::encodeLanaiAluCode(AluCode) == LPAC::ADD && in usesGivenOffset()