Home | History | Annotate | Download | only in src

Lines Matching defs:reg_index

621     int reg_index = operand->fixed_index();
622 operand->ConvertTo(LOperand::REGISTER, reg_index);
624 int reg_index = operand->fixed_index();
625 operand->ConvertTo(LOperand::DOUBLE_REGISTER, reg_index);
1458 int reg_index = range->assigned_register();
1461 instruction->MarkSpilledDoubleRegister(reg_index, spill_operand);
1463 instruction->MarkSpilledRegister(reg_index, spill_operand);