Home | History | Annotate | Download | only in code

Lines Matching defs:getRegs

446     private static RegisterSpecList getRegs(Insn insn) {
447 return getRegs(insn, insn.getResult());
460 private static RegisterSpecList getRegs(Insn insn,
545 di = new SimpleInsn(opcode, pos, getRegs(insn));
558 di = new TargetInsn(opcode, pos, getRegs(insn),
601 RegisterSpecList regs = getRegs(insn);
642 new TargetInsn(opcode, pos, getRegs(insn), dataAddress);
699 RegisterSpecList regs = getRegs(insn, realResult);
752 getRegs(insn, realResult));
772 new TargetInsn(Dops.FILL_ARRAY_DATA, pos, getRegs(insn),