HomeSort by: relevance | last modified time | path
    Searched defs:LastOp (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCELFStreamer.cpp 207 unsigned LastOp = Inst.getNumOperands() - 1;
211 const MCOperand &Operand = Inst.getOperand(LastOp);
PPCInstPrinter.cpp 86 unsigned LastOp = MI->getNumOperands() - 1;
88 const MCOperand &Operand = MI->getOperand(LastOp);
  /src/sys/external/bsd/acpica/dist/compiler/
aslresource.c 1040 ACPI_PARSE_OBJECT *LastOp = NULL;
1113 LastOp = DescriptorTypeOp;
1119 if (LastOp)
1121 LastOp = LastOp->Asl.Parent;
1123 AslError (ASL_ERROR, ASL_MSG_MISSING_ENDDEPENDENT, LastOp, NULL);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
R600Packetizer.cpp 217 unsigned LastOp = TII->getOperandIdx(MI->getOpcode(), R600::OpName::last);
218 MI->getOperand(LastOp).setImm(Bit);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 6665 const ARMOperand *LastOp = &Op5;
6672 LastOp = &Op4;
6682 LastOp->isReg())
6687 if ((Mnemonic == "add" || Mnemonic == "sub") && LastOp->isImm0_7())

Completed in 78 milliseconds