HomeSort by relevance Sort by last modified time
    Searched refs:tmpInst (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 528 MCInst tmpInst;
535 tmpInst.setLoc(IDLoc);
539 tmpInst.setOpcode(Mips::ORi);
540 tmpInst.addOperand(MCOperand::CreateReg(RegOp.getReg()));
541 tmpInst.addOperand(MCOperand::CreateReg(Mips::ZERO));
542 tmpInst.addOperand(MCOperand::CreateImm(ImmValue));
543 Instructions.push_back(tmpInst);
547 tmpInst.setOpcode(Mips::ADDiu);
548 tmpInst.addOperand(MCOperand::CreateReg(RegOp.getReg()));
549 tmpInst.addOperand(MCOperand::CreateReg(Mips::ZERO))
    [all...]
  /dalvik/vm/compiler/codegen/x86/
LowerJump.cpp 780 u2 tmpInst = *(currentMethod->insns + ptr->offsetPC);
794 switch (INST_INST(tmpInst)) {
    [all...]

Completed in 278 milliseconds