Home
last modified time | relevance | path

Searched refs:Op5 (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/XCore/Disassembler/
DXCoreDisassembler.cpp648 unsigned Op1, Op2, Op3, Op4, Op5, Op6; in DecodeL6RInstruction() local
653 S = Decode3OpInstruction(fieldFromInstruction(Insn, 16, 16), Op4, Op5, Op6); in DecodeL6RInstruction()
660 DecodeGRRegsRegisterClass(Inst, Op5, Address, Decoder); in DecodeL6RInstruction()
682 unsigned Op1, Op2, Op3, Op4, Op5; in DecodeL5RInstruction() local
687 S = Decode2OpInstruction(fieldFromInstruction(Insn, 16, 16), Op4, Op5); in DecodeL5RInstruction()
695 DecodeGRRegsRegisterClass(Inst, Op5, Address, Decoder); in DecodeL5RInstruction()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp5555 auto &Op5 = static_cast<ARMOperand &>(*Operands[5]); in tryConvertingToTwoOperandForm() local
5560 (Op5.isReg() && Op5.getReg() == ARM::PC); in tryConvertingToTwoOperandForm()
5563 (Op5.isReg() && Op5.getReg() == ARM::SP)) && in tryConvertingToTwoOperandForm()
5565 Op5.isImm() && !Op5.isImm0_508s4()); in tryConvertingToTwoOperandForm()
5586 const ARMOperand *LastOp = &Op5; in tryConvertingToTwoOperandForm()
5588 if (!Transform && Op5.isReg() && Op3Reg == Op5.getReg() && in tryConvertingToTwoOperandForm()
5614 std::swap(Op4, Op5); in tryConvertingToTwoOperandForm()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAG.h714 SDValue Op3, SDValue Op4, SDValue Op5);
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h1008 SDValue Op3, SDValue Op4, SDValue Op5);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4744 SDValue Op3, SDValue Op4, SDValue Op5) { in UpdateNodeOperands() argument
4745 SDValue Ops[] = { Op1, Op2, Op3, Op4, Op5 }; in UpdateNodeOperands()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5789 SDValue Op3, SDValue Op4, SDValue Op5) { in UpdateNodeOperands() argument
5790 SDValue Ops[] = { Op1, Op2, Op3, Op4, Op5 }; in UpdateNodeOperands()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp2287 SDValue Op5 = Op.getOperand(5); in LowerMEMBARRIER() local
2288 bool isDeviceBarrier = cast<ConstantSDNode>(Op5)->getZExtValue() != 0; in LowerMEMBARRIER()