Home
last modified time | relevance | path

Searched defs:AluOp (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiAluCode.h48 inline static unsigned encodeLanaiAluCode(unsigned AluOp) { in encodeLanaiAluCode()
53 inline static unsigned getAluOp(unsigned AluOp) { in getAluOp()
58 inline static bool isPreOp(unsigned AluOp) { return AluOp & Lanai_PRE_OP; } in isPreOp()
60 inline static bool isPostOp(unsigned AluOp) { return AluOp & Lanai_POST_OP; } in isPostOp()
62 inline static unsigned makePreOp(unsigned AluOp) { in makePreOp()
67 inline static unsigned makePostOp(unsigned AluOp) { in makePostOp()
72 inline static bool modifiesOp(unsigned AluOp) { in modifiesOp()
76 inline static const char *lanaiAluCodeToString(unsigned AluOp) { in lanaiAluCodeToString()
H A DLanaiISelDAGToDAG.cpp126 SDValue &Offset, SDValue &AluOp, in selectAddrRiSpls()
206 SDValue &Offset, SDValue &AluOp) { in selectAddrRi()
211 SDValue &Offset, SDValue &AluOp) { in selectAddrSpls()
216 SDValue &AluOp) { in selectAddrRr()
257 SDValue Op0, Op1, AluOp; in SelectInlineAsmMemoryOperand() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCCodeEmitter.cpp137 const MCOperand AluOp = Inst.getOperand(3); in adjustPqBits() local
191 const MCOperand AluOp = Inst.getOperand(OpNo + 2); in getRiMemoryOpValue() local
232 unsigned AluOp = AluMCOp.getImm(); in getRrMemoryOpValue() local
262 const MCOperand AluOp = Inst.getOperand(OpNo + 2); in getSplsOpValue() local
H A DLanaiInstPrinter.cpp242 const MCOperand &AluOp = MI->getOperand(OpNo + 2); in printMemRiOperand() local
257 const MCOperand &AluOp = MI->getOperand(OpNo + 2); in printMemRrOperand() local
278 const MCOperand &AluOp = MI->getOperand(OpNo + 2); in printMemSplsOperand() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/Disassembler/
H A DLanaiDisassembler.cpp91 unsigned AluOp = LPAC::ADD; in PostOperandDecodeAdjust() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp135 unsigned AluOp; member
912 unsigned AluOp = LPAC::ADD; in parseMemoryOperand() local
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp175 SDValue AluOp = CurDAG->getTargetConstant(ISD::ADD, DL, MVT::i32);; in SelectInlineAsmMemoryOperand() local