Home
last modified time | relevance | path

Searched refs:Op3 (Results 1 – 25 of 53) sorted by relevance

123

/external/capstone/arch/XCore/
DXCoreDisassembler.c216 unsigned *Op1, unsigned *Op2, unsigned *Op3) in Decode3OpInstruction() argument
228 *Op3 = (Op3High << 2) | fieldFromInstruction_4(Insn, 0, 2); in Decode3OpInstruction()
509 unsigned Op1, Op2, Op3; in Decode3RInstruction() local
510 DecodeStatus S = Decode3OpInstruction(Insn, &Op1, &Op2, &Op3); in Decode3RInstruction()
514 DecodeGRRegsRegisterClass(Inst, Op3, Address, Decoder); in Decode3RInstruction()
523 unsigned Op1, Op2, Op3; in Decode3RImmInstruction() local
524 DecodeStatus S = Decode3OpInstruction(Insn, &Op1, &Op2, &Op3); in Decode3RImmInstruction()
528 DecodeGRRegsRegisterClass(Inst, Op3, Address, Decoder); in Decode3RImmInstruction()
537 unsigned Op1, Op2, Op3; in Decode2RUSInstruction() local
538 DecodeStatus S = Decode3OpInstruction(Insn, &Op1, &Op2, &Op3); in Decode2RUSInstruction()
[all …]
/external/llvm/lib/Target/XCore/Disassembler/
DXCoreDisassembler.cpp260 unsigned &Op3) { in Decode3OpInstruction() argument
270 Op3 = (Op3High << 2) | fieldFromInstruction(Insn, 0, 2); in Decode3OpInstruction()
539 unsigned Op1, Op2, Op3; in Decode3RInstruction() local
540 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3); in Decode3RInstruction()
544 DecodeGRRegsRegisterClass(Inst, Op3, Address, Decoder); in Decode3RInstruction()
552 unsigned Op1, Op2, Op3; in Decode3RImmInstruction() local
553 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3); in Decode3RImmInstruction()
557 DecodeGRRegsRegisterClass(Inst, Op3, Address, Decoder); in Decode3RImmInstruction()
565 unsigned Op1, Op2, Op3; in Decode2RUSInstruction() local
566 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3); in Decode2RUSInstruction()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/Disassembler/
DXCoreDisassembler.cpp260 unsigned &Op3) { in Decode3OpInstruction() argument
270 Op3 = (Op3High << 2) | fieldFromInstruction(Insn, 0, 2); in Decode3OpInstruction()
539 unsigned Op1, Op2, Op3; in Decode3RInstruction() local
540 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3); in Decode3RInstruction()
544 DecodeGRRegsRegisterClass(Inst, Op3, Address, Decoder); in Decode3RInstruction()
552 unsigned Op1, Op2, Op3; in Decode3RImmInstruction() local
553 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3); in Decode3RImmInstruction()
557 DecodeGRRegsRegisterClass(Inst, Op3, Address, Decoder); in Decode3RImmInstruction()
565 unsigned Op1, Op2, Op3; in Decode2RUSInstruction() local
566 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3); in Decode2RUSInstruction()
[all …]
/external/tensorflow/tensorflow/core/api_def/
Dupdate_api_def_test.cc87 REGISTER_OP("Op3") in TEST()
107 REGISTER_OP("Op3") in TEST()
111 Summary for Op3. in TEST()
130 name: "Op3" in TEST()
134 summary: "Summary for Op3." in TEST()
/external/llvm/include/llvm/CodeGen/
DSelectionDAGTargetInfo.h51 SDValue Op2, SDValue Op3, in EmitTargetCodeForMemcpy() argument
67 SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile, in EmitTargetCodeForMemmove() argument
80 SDValue Op2, SDValue Op3, in EmitTargetCodeForMemset() argument
92 SDValue Op1, SDValue Op2, SDValue Op3, in EmitTargetCodeForMemcmp() argument
DSelectionDAG.h1004 SDValue Op3);
1006 SDValue Op3, SDValue Op4);
1008 SDValue Op3, SDValue Op4, SDValue Op5);
1020 SDValue Op1, SDValue Op2, SDValue Op3);
1035 EVT VT2, SDValue Op1, SDValue Op2, SDValue Op3);
1037 EVT VT2, EVT VT3, SDValue Op1, SDValue Op2, SDValue Op3);
1058 SDValue Op1, SDValue Op2, SDValue Op3);
1068 EVT VT2, SDValue Op1, SDValue Op2, SDValue Op3);
1075 SDValue Op3);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGTargetInfo.h54 SDValue Op2, SDValue Op3, in EmitTargetCodeForMemcpy() argument
70 SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile, in EmitTargetCodeForMemmove() argument
83 SDValue Op2, SDValue Op3, in EmitTargetCodeForMemset() argument
95 SDValue Op1, SDValue Op2, SDValue Op3, in EmitTargetCodeForMemcmp() argument
DSelectionDAG.h1152 SDValue Op3);
1154 SDValue Op3, SDValue Op4);
1156 SDValue Op3, SDValue Op4, SDValue Op5);
1171 SDValue Op1, SDValue Op2, SDValue Op3);
1208 SDValue Op1, SDValue Op2, SDValue Op3);
1214 EVT VT2, SDValue Op1, SDValue Op2, SDValue Op3);
1221 SDValue Op3);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrBuilder.h111 const MachineOperand &Op3 = MI->getOperand(Operand + 3); in getAddressFromInstr() local
112 if (Op3.isGlobal()) in getAddressFromInstr()
113 AM.GV = Op3.getGlobal(); in getAddressFromInstr()
115 AM.Disp = Op3.getImm(); in getAddressFromInstr()
/external/llvm/lib/Target/XCore/
DXCoreSelectionDAGInfo.h27 SDValue Op3, unsigned Align, bool isVolatile,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreSelectionDAGInfo.h27 SDValue Op3, unsigned Align, bool isVolatile,
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dcall.h616 class Op3 = CallNoOp<3>, class Op4 = CallNoOp<4>,
621 public Op3,
630 this->Op3::AddOp(ops, nops); in FillOps()
641 this->Op3::FinishOp(status); in FinalizeResult()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/AsmParser/
DBPFAsmParser.cpp269 BPFOperand &Op3 = (BPFOperand &)*Operands[3]; in PreMatchCheck() local
270 if (Op0.isReg() && Op1.isToken() && Op2.isToken() && Op3.isReg() in PreMatchCheck()
276 && Op0.getReg() != Op3.getReg()) in PreMatchCheck()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.h58 SDValue Op3, unsigned Align, bool isVolatile,
/external/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.h58 SDValue Op3, unsigned Align, bool isVolatile,
/external/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.cpp70 const MCOperand &Op3 = MI->getOperand(3); in printInst() local
74 if (Op2.isImm() && Op2.getImm() == 0 && Op3.isImm()) { in printInst()
77 switch (Op3.getImm()) { in printInst()
110 if (Op2.isImm() && Op3.isImm()) { in printInst()
114 int64_t imms = Op3.getImm(); in printInst()
144 if (Op2.getImm() > Op3.getImm()) { in printInst()
147 << ", #" << (Is64Bit ? 64 : 32) - Op2.getImm() << ", #" << Op3.getImm() + 1; in printInst()
155 << ", #" << Op2.getImm() << ", #" << Op3.getImm() - Op2.getImm() + 1; in printInst()
/external/capstone/arch/AArch64/
DAArch64InstPrinter.c83 MCOperand *Op3 = MCInst_getOperand(MI, 3); in AArch64_printInst() local
88 if (MCOperand_isImm(Op2) && MCOperand_getImm(Op2) == 0 && MCOperand_isImm(Op3)) { in AArch64_printInst()
91 switch (MCOperand_getImm(Op3)) { in AArch64_printInst()
136 if (MCOperand_isImm(Op2) && MCOperand_isImm(Op3)) { in AArch64_printInst()
140 int64_t imms = MCOperand_getImm(Op3); in AArch64_printInst()
189 if (MCOperand_getImm(Op2) > MCOperand_getImm(Op3)) { in AArch64_printInst()
195 printInt32Bang(O, (int)MCOperand_getImm(Op3) + 1); in AArch64_printInst()
210 …nsn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].imm = MCOperand_getImm(Op3) + 1; in AArch64_printInst()
223 printInt32Bang(O, (int)MCOperand_getImm(Op3) - (int)MCOperand_getImm(Op2) + 1); in AArch64_printInst()
238 …m64.operands[MI->flat_insn->detail->arm64.op_count].imm = MCOperand_getImm(Op3) - MCOperand_getImm… in AArch64_printInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.cpp79 const MCOperand &Op3 = MI->getOperand(3); in printInst() local
83 if (Op2.isImm() && Op2.getImm() == 0 && Op3.isImm()) { in printInst()
86 switch (Op3.getImm()) { in printInst()
119 if (Op2.isImm() && Op3.isImm()) { in printInst()
123 int64_t imms = Op3.getImm(); in printInst()
153 if (Op2.getImm() > Op3.getImm()) { in printInst()
156 << ", #" << (Is64Bit ? 64 : 32) - Op2.getImm() << ", #" << Op3.getImm() + 1; in printInst()
164 << ", #" << Op2.getImm() << ", #" << Op3.getImm() - Op2.getImm() + 1; in printInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp4350 AArch64Operand &Op3 = static_cast<AArch64Operand &>(*Operands[3]); in MatchAndEmitInstruction() local
4351 if (Op2.isScalarReg() && Op3.isImm()) { in MatchAndEmitInstruction()
4352 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in MatchAndEmitInstruction()
4372 NewOp4, Op3.getStartLoc(), Op3.getEndLoc(), getContext())); in MatchAndEmitInstruction()
4373 Operands[3] = AArch64Operand::CreateImm(NewOp3, Op3.getStartLoc(), in MatchAndEmitInstruction()
4374 Op3.getEndLoc(), getContext()); in MatchAndEmitInstruction()
4436 AArch64Operand &Op3 = static_cast<AArch64Operand &>(*Operands[3]); in MatchAndEmitInstruction() local
4439 if (Op1.isScalarReg() && Op3.isImm() && Op4.isImm()) { in MatchAndEmitInstruction()
4440 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in MatchAndEmitInstruction()
4455 return Error(Op3.getStartLoc(), in MatchAndEmitInstruction()
[all …]
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp3752 AArch64Operand &Op3 = static_cast<AArch64Operand &>(*Operands[3]); in MatchAndEmitInstruction() local
3753 if (Op2.isReg() && Op3.isImm()) { in MatchAndEmitInstruction()
3754 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in MatchAndEmitInstruction()
3774 NewOp4, Op3.getStartLoc(), Op3.getEndLoc(), getContext())); in MatchAndEmitInstruction()
3775 Operands[3] = AArch64Operand::CreateImm(NewOp3, Op3.getStartLoc(), in MatchAndEmitInstruction()
3776 Op3.getEndLoc(), getContext()); in MatchAndEmitInstruction()
3838 AArch64Operand &Op3 = static_cast<AArch64Operand &>(*Operands[3]); in MatchAndEmitInstruction() local
3841 if (Op1.isReg() && Op3.isImm() && Op4.isImm()) { in MatchAndEmitInstruction()
3842 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in MatchAndEmitInstruction()
3857 return Error(Op3.getStartLoc(), in MatchAndEmitInstruction()
[all …]
/external/llvm/lib/Target/AMDGPU/
DR600InstrFormats.td20 bit Op3 = 0;
45 let TSFlags{5} = Op3;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600InstrFormats.td29 bit Op3 = 0;
55 let TSFlags{5} = Op3;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp1223 const MachineOperand &Op3 = MI.getOperand(3); in expandPostRAPseudo() local
1227 unsigned Rt = Op3.getReg(); in expandPostRAPseudo()
1231 unsigned K3 = getKillRegState(Op3.isKill()); in expandPostRAPseudo()
1247 const MachineOperand &Op3 = MI.getOperand(3); in expandPostRAPseudo() local
1256 unsigned S = Op0.getReg() != Op3.getReg() ? PState & ~RegState::Kill in expandPostRAPseudo()
1266 if (Op0.getReg() != Op3.getReg()) { in expandPostRAPseudo()
1270 .add(Op3); in expandPostRAPseudo()
1281 MachineOperand &Op3 = MI.getOperand(3); in expandPostRAPseudo() local
1290 unsigned S = Op0.getReg() != Op3.getReg() ? PState & ~RegState::Kill in expandPostRAPseudo()
1304 if (Op0.getReg() != Op3.getReg()) { in expandPostRAPseudo()
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5775 UpdateNodeOperands(SDNode *N, SDValue Op1, SDValue Op2, SDValue Op3) { in UpdateNodeOperands() argument
5776 SDValue Ops[] = { Op1, Op2, Op3 }; in UpdateNodeOperands()
5782 SDValue Op3, SDValue Op4) { in UpdateNodeOperands() argument
5783 SDValue Ops[] = { Op1, Op2, Op3, Op4 }; in UpdateNodeOperands()
5789 SDValue Op3, SDValue Op4, SDValue Op5) { in UpdateNodeOperands() argument
5790 SDValue Ops[] = { Op1, Op2, Op3, Op4, Op5 }; in UpdateNodeOperands()
5861 SDValue Op2, SDValue Op3) { in SelectNodeTo() argument
5863 SDValue Ops[] = { Op1, Op2, Op3 }; in SelectNodeTo()
5918 SDValue Op3) { in SelectNodeTo() argument
5920 SDValue Ops[] = { Op1, Op2, Op3 }; in SelectNodeTo()
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp867 MachineOperand &Op3 = MI->getOperand(3); in splitAslOr() local
868 assert(Op0.isReg() && Op1.isReg() && Op2.isReg() && Op3.isImm()); in splitAslOr()
869 int64_t Sh64 = Op3.getImm(); in splitAslOr()

123