Searched refs:Op4 (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp661 unsigned Op1, Op2, Op3, Op4, Op5, Op6; local
666 S = Decode3OpInstruction(fieldFromInstruction(Insn, 16, 16), Op4, Op5, Op6);
670 DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder);
695 unsigned Op1, Op2, Op3, Op4, Op5; local
700 S = Decode2OpInstruction(fieldFromInstruction(Insn, 16, 16), Op4, Op5);
705 DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder);
716 unsigned Op4 = fieldFromInstruction(Insn, 16, 4); local
721 S = DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder);
724 DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder);
735 unsigned Op4 local
[all...]
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3623 AArch64Operand &Op4 = static_cast<AArch64Operand &>(*Operands[4]); local
3625 if (Op1.isReg() && Op3.isImm() && Op4.isImm()) {
3627 const MCConstantExpr *Op4CE = dyn_cast<MCConstantExpr>(Op4.getImm());
3644 return Error(Op4.getStartLoc(),
3657 return Error(Op4.getStartLoc(),
3667 NewOp4, Op4.getStartLoc(), Op4.getEndLoc(), getContext());
3688 AArch64Operand &Op4 = static_cast<AArch64Operand &>(*Operands[4]); local
3690 if (Op1.isReg() && Op3.isImm() && Op4.isImm()) {
3692 const MCConstantExpr *Op4CE = dyn_cast<MCConstantExpr>(Op4
[all...]
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1107 SDValue Op4 = Node->getOperand(4); local
1108 Node = CurDAG->UpdateNodeOperands(Node, Op1, Op0, CCValid, CCMask, Op4);
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h859 SDValue Op3, SDValue Op4);
861 SDValue Op3, SDValue Op4, SDValue Op5);
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2763 SDValue Op0, Op1, Op2, Op3, Op4; local
2769 if (!SelectAddr(nullptr, Op, Op0, Op1, Op2, Op3, Op4))
2778 OutOps.push_back(Op4);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5270 SDValue Op3, SDValue Op4) {
5271 SDValue Ops[] = { Op1, Op2, Op3, Op4 };
5277 SDValue Op3, SDValue Op4, SDValue Op5) {
5278 SDValue Ops[] = { Op1, Op2, Op3, Op4, Op5 };
5269 UpdateNodeOperands(SDNode *N, SDValue Op1, SDValue Op2, SDValue Op3, SDValue Op4) argument
5276 UpdateNodeOperands(SDNode *N, SDValue Op1, SDValue Op2, SDValue Op3, SDValue Op4, SDValue Op5) argument

Completed in 464 milliseconds