Searched defs:AluOp (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
H A D | LanaiAluCode.h | 48 inline static unsigned encodeLanaiAluCode(unsigned AluOp) { in encodeLanaiAluCode() argument 53 inline static unsigned getAluOp(unsigned AluOp) { in getAluOp() argument 58 inline static bool isPreOp(unsigned AluOp) { return AluOp & Lanai_PRE_OP; } in isPreOp() argument 60 inline static bool isPostOp(unsigned AluOp) { return AluOp & Lanai_POST_OP; } in isPostOp() argument 62 inline static unsigned makePreOp(unsigned AluOp) { in makePreOp() argument 67 makePostOp(unsigned AluOp) makePostOp() argument 72 modifiesOp(unsigned AluOp) modifiesOp() argument 76 lanaiAluCodeToString(unsigned AluOp) lanaiAluCodeToString() argument [all...] |
H A D | LanaiISelDAGToDAG.cpp | 121 selectAddrRiSpls(SDValue Addr, SDValue &Base, SDValue &Offset, SDValue &AluOp, bool RiMode) selectAddrRiSpls() argument 201 selectAddrRi(SDValue Addr, SDValue &Base, SDValue &Offset, SDValue &AluOp) selectAddrRi() argument 206 selectAddrSpls(SDValue Addr, SDValue &Base, SDValue &Offset, SDValue &AluOp) selectAddrSpls() argument 211 selectAddrRr(SDValue Addr, SDValue &R1, SDValue &R2, SDValue &AluOp) selectAddrRr() argument 253 SDValue Op0, Op1, AluOp; SelectInlineAsmMemoryOperand() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/ |
H A D | LanaiMCCodeEmitter.cpp | 137 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); getSplsOpValue() local [all...] |
H A D | LanaiInstPrinter.cpp | 242 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
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/Disassembler/ |
H A D | LanaiDisassembler.cpp | 91 unsigned AluOp = LPAC::ADD; in PostOperandDecodeAdjust() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
H A D | BPFISelDAGToDAG.cpp | 173 SDValue AluOp = CurDAG->getTargetConstant(ISD::ADD, DL, MVT::i32);; in SelectInlineAsmMemoryOperand() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/ |
H A D | LanaiAsmParser.cpp | 131 unsigned AluOp; member 886 unsigned AluOp in parseMemoryOperand() local [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_alu_defines.h | 306 struct AluOp { struct 315 AluOp(int ns, int f, uint8_t um_r600, uint8_t um_r700, uint8_t um_eg, const char *n): in AluOp() function
|
Completed in 6 milliseconds