Searched defs:AluOp (Results 1 – 6 of 6) sorted by relevance
49 inline static unsigned encodeLanaiAluCode(unsigned AluOp) { in encodeLanaiAluCode()54 inline static unsigned getAluOp(unsigned AluOp) { in getAluOp()59 inline static bool isPreOp(unsigned AluOp) { return AluOp & Lanai_PRE_OP; } in isPreOp()61 inline static bool isPostOp(unsigned AluOp) { return AluOp & Lanai_POST_OP; } in isPostOp()63 inline static unsigned makePreOp(unsigned AluOp) { in makePreOp()68 inline static unsigned makePostOp(unsigned AluOp) { in makePostOp()73 inline static bool modifiesOp(unsigned AluOp) { in modifiesOp()77 inline static const char *lanaiAluCodeToString(unsigned AluOp) { in lanaiAluCodeToString()
123 SDValue &Offset, SDValue &AluOp, in selectAddrRiSpls()203 SDValue &Offset, SDValue &AluOp) { in selectAddrRi()208 SDValue &Offset, SDValue &AluOp) { in selectAddrSpls()213 SDValue &AluOp) { in selectAddrRr()254 SDValue Op0, Op1, AluOp; in SelectInlineAsmMemoryOperand() local
140 const MCOperand AluOp = Inst.getOperand(3); in adjustPqBits() local194 const MCOperand AluOp = Inst.getOperand(OpNo + 2); in getRiMemoryOpValue() local235 unsigned AluOp = AluMCOp.getImm(); in getRrMemoryOpValue() local265 const MCOperand AluOp = Inst.getOperand(OpNo + 2); in getSplsOpValue() local
239 const MCOperand &AluOp = MI->getOperand(OpNo + 2); in printMemRiOperand() local254 const MCOperand &AluOp = MI->getOperand(OpNo + 2); in printMemRrOperand() local275 const MCOperand &AluOp = MI->getOperand(OpNo + 2); in printMemSplsOperand() local
90 unsigned AluOp = LPAC::ADD; in PostOperandDecodeAdjust() local
116 unsigned AluOp; member863 unsigned AluOp = LPAC::ADD; in parseMemoryOperand() local