Searched refs:Op5 (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/XCore/Disassembler/ |
D | XCoreDisassembler.cpp | 648 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/ |
D | ARMAsmParser.cpp | 5555 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/ |
D | SelectionDAG.h | 714 SDValue Op3, SDValue Op4, SDValue Op5);
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 1008 SDValue Op3, SDValue Op4, SDValue Op5);
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 4744 SDValue Op3, SDValue Op4, SDValue Op5) { in UpdateNodeOperands() argument 4745 SDValue Ops[] = { Op1, Op2, Op3, Op4, Op5 }; in UpdateNodeOperands()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 5789 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/ |
D | ARMISelLowering.cpp | 2287 SDValue Op5 = Op.getOperand(5); in LowerMEMBARRIER() local 2288 bool isDeviceBarrier = cast<ConstantSDNode>(Op5)->getZExtValue() != 0; in LowerMEMBARRIER()
|