Home
last modified time | relevance | path

Searched refs:Op5 (Results 1 – 5 of 5) 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/Hexagon/
DHexagonExpandPredSpillCode.cpp147 MachineOperand &Op5 = MI->getOperand(5); in runOnMachineFunction() local
157 NewMI->addOperand(Op5); in runOnMachineFunction()
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h886 SDValue Op3, SDValue Op4, SDValue Op5);
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5440 SDValue Op3, SDValue Op4, SDValue Op5) { in UpdateNodeOperands() argument
5441 SDValue Ops[] = { Op1, Op2, Op3, Op4, Op5 }; in UpdateNodeOperands()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp5915 ARMOperand &Op5 = static_cast<ARMOperand &>(*Operands[5]); in ParseInstruction() local
5923 if (!Op5.isReg() || !((Mnemonic == "add" && CarrySetting) || Mnemonic == "sub")) { in ParseInstruction()