Home
last modified time | relevance | path

Searched refs:Op4 (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp624 unsigned Op1, Op2, Op3, Op4, Op5, Op6; in DecodeL6RInstruction() local
629 S = Decode3OpInstruction(fieldFromInstruction(Insn, 16, 16), Op4, Op5, Op6); in DecodeL6RInstruction()
633 DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder); in DecodeL6RInstruction()
658 unsigned Op1, Op2, Op3, Op4, Op5; in DecodeL5RInstruction() local
663 S = Decode2OpInstruction(fieldFromInstruction(Insn, 16, 16), Op4, Op5); in DecodeL5RInstruction()
668 DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder); in DecodeL5RInstruction()
679 unsigned Op4 = fieldFromInstruction(Insn, 16, 4); in DecodeL4RSrcDstInstruction() local
684 S = DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder); in DecodeL4RSrcDstInstruction()
687 DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder); in DecodeL4RSrcDstInstruction()
698 unsigned Op4 = fieldFromInstruction(Insn, 16, 4); in DecodeL4RSrcDstSrcDstInstruction() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp6497 AArch64Operand &Op4 = static_cast<AArch64Operand &>(*Operands[4]); in matchAndEmitInstruction() local
6499 if (Op1.isScalarReg() && Op3.isImm() && Op4.isImm()) { in matchAndEmitInstruction()
6501 const MCConstantExpr *Op4CE = dyn_cast<MCConstantExpr>(Op4.getImm()); in matchAndEmitInstruction()
6518 return Error(Op4.getStartLoc(), in matchAndEmitInstruction()
6530 return Error(Op4.getStartLoc(), in matchAndEmitInstruction()
6540 NewOp4, Op4.getStartLoc(), Op4.getEndLoc(), getContext()); in matchAndEmitInstruction()
6561 AArch64Operand &Op4 = static_cast<AArch64Operand &>(*Operands[4]); in matchAndEmitInstruction() local
6563 if (Op1.isScalarReg() && Op3.isImm() && Op4.isImm()) { in matchAndEmitInstruction()
6565 const MCConstantExpr *Op4CE = dyn_cast<MCConstantExpr>(Op4.getImm()); in matchAndEmitInstruction()
6582 return Error(Op4.getStartLoc(), in matchAndEmitInstruction()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h2732 const T4 &Op4) {
2734 m_Argument<4>(Op4));
2741 const T4 &Op4, const T5 &Op5) {
2742 return m_CombineAnd(m_Intrinsic<IntrID>(Op0, Op1, Op2, Op3, Op4),
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1724 SDValue Op4 = Node->getOperand(4); in Select() local
1726 CurDAG->UpdateNodeOperands(Node, Op1, Op0, CCValid, CCMask, Op4); in Select()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEInstrFormats.td594 : Pat<(vtd (op vt1:$Op1, vt2:$Op2, vt3:$Op3, vt4:$Op4)),
595 (inst $Op1, $Op2, $Op3, $Op4)>;
623 : Pat<(vtd (op vt1:$Op1, vt2:$Op2, vt3:$Op3, (vt4 ImmTy:$Op4))),
624 (inst $Op1, $Op2, $Op3, ImmTy:$Op4)>;
2709 …def : Pat<(nxv8f16 (op nxv8i1:$Op1, nxv8f16:$Op2, nxv8f16:$Op3, nxv8f16:$Op4, (i32 complexrotateop…
2710 (!cast<Instruction>(NAME # _H) $Op1, $Op2, $Op3, $Op4, complexrotateop:$imm)>;
2711 …def : Pat<(nxv4f32 (op nxv4i1:$Op1, nxv4f32:$Op2, nxv4f32:$Op3, nxv4f32:$Op4, (i32 complexrotateop…
2712 (!cast<Instruction>(NAME # _S) $Op1, $Op2, $Op3, $Op4, complexrotateop:$imm)>;
2713 …def : Pat<(nxv2f64 (op nxv2i1:$Op1, nxv2f64:$Op2, nxv2f64:$Op3, nxv2f64:$Op4, (i32 complexrotateop…
2714 (!cast<Instruction>(NAME # _D) $Op1, $Op2, $Op3, $Op4, complexrotateop:$imm)>;
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1738 SDValue Op3, SDValue Op4);
1740 SDValue Op3, SDValue Op4, SDValue Op5);
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp6759 SDValue Op0, Op1, Op2, Op3, Op4; in SelectInlineAsmMemoryOperand() local
6768 if (!selectAddr(nullptr, Op, Op0, Op1, Op2, Op3, Op4)) in SelectInlineAsmMemoryOperand()
6777 OutOps.push_back(Op4); in SelectInlineAsmMemoryOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6799 auto &Op4 = static_cast<ARMOperand &>(*Operands[MnemonicOpsEndInd + 1]); in tryConvertingToTwoOperandForm() local
6800 if (!Op3.isReg() || !Op4.isReg()) in tryConvertingToTwoOperandForm()
6804 auto Op4Reg = Op4.getReg(); in tryConvertingToTwoOperandForm()
6848 LastOp = &Op4; in tryConvertingToTwoOperandForm()
6869 std::swap(Op4, Op5); in tryConvertingToTwoOperandForm()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp11092 SDValue Op3, SDValue Op4) { in UpdateNodeOperands() argument
11093 SDValue Ops[] = { Op1, Op2, Op3, Op4 }; in UpdateNodeOperands()
11099 SDValue Op3, SDValue Op4, SDValue Op5) { in UpdateNodeOperands() argument
11100 SDValue Ops[] = { Op1, Op2, Op3, Op4, Op5 }; in UpdateNodeOperands()