Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiAluCode.h47 inline static unsigned encodeLanaiAluCode(unsigned AluOp) { in encodeLanaiAluCode()
52 inline static unsigned getAluOp(unsigned AluOp) { in getAluOp()
57 inline static bool isPreOp(unsigned AluOp) { return AluOp & Lanai_PRE_OP; } in isPreOp()
59 inline static bool isPostOp(unsigned AluOp) { return AluOp & Lanai_POST_OP; } in isPostOp()
61 inline static unsigned makePreOp(unsigned AluOp) { in makePreOp()
66 inline static unsigned makePostOp(unsigned AluOp) { in makePostOp()
71 inline static bool modifiesOp(unsigned AluOp) { in modifiesOp()
75 inline static const char *lanaiAluCodeToString(unsigned AluOp) { in lanaiAluCodeToString()
H A DLanaiISelDAGToDAG.cpp128 selectAddrRiSpls(SDValue Addr,SDValue & Base,SDValue & Offset,SDValue & AluOp,bool RiMode) selectAddrRiSpls() argument
208 selectAddrRi(SDValue Addr,SDValue & Base,SDValue & Offset,SDValue & AluOp) selectAddrRi() argument
213 selectAddrSpls(SDValue Addr,SDValue & Base,SDValue & Offset,SDValue & AluOp) selectAddrSpls() argument
249 selectAddrRr(SDValue Addr,SDValue & R1,SDValue & R2,SDValue & AluOp) selectAddrRr() argument
291 SDValue Op0, Op1, AluOp; SelectInlineAsmMemoryOperand() local
[all...]
/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCCodeEmitter.cpp138 const MCOperand AluOp = Inst.getOperand(3); adjustPqBits() local
191 const MCOperand AluOp = Inst.getOperand(OpNo + 2); getRiMemoryOpValue() local
232 unsigned AluOp = AluMCOp.getImm(); getRrMemoryOpValue() local
262 const MCOperand AluOp = Inst.getOperand(OpNo + 2); getSplsOpValue() local
[all...]
H A DLanaiInstPrinter.cpp242 const MCOperand &AluOp = MI->getOperand(OpNo + 2); printMemRiOperand() local
257 const MCOperand &AluOp = MI->getOperand(OpNo + 2); printMemRrOperand() local
278 const MCOperand &AluOp = MI->getOperand(OpNo + 2); printMemSplsOperand() local
/llvm-project/llvm/lib/Target/Lanai/Disassembler/
H A DLanaiDisassembler.cpp91 unsigned AluOp = LPAC::ADD; in PostOperandDecodeAdjust() local
/llvm-project/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp131 unsigned AluOp; global() member
904 unsigned AluOp = LPAC::ADD; parseMemoryOperand() local
[all...]
/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp180 SDValue AluOp = CurDAG->getTargetConstant(ISD::ADD, DL, MVT::i32); SelectInlineAsmMemoryOperand() local