Home | History | Annotate | Download | only in compiler

Lines Matching refs:move_operands

716     const ZoneList<MoveOperands>* move_operands = move->move_operands();
717 for (int i = 0; i < move_operands->length(); ++i) {
718 MoveOperands cur = move_operands->at(i);
963 const ZoneList<MoveOperands>* move_operands = move->move_operands();
964 for (int i = 0; i < move_operands->length(); ++i) {
965 MoveOperands* cur = &move_operands->at(i);
1313 for (int j = 0; j < move->move_operands()->length(); ++j) {
1314 InstructionOperand* to = move->move_operands()->at(j).destination();
1317 hint = move->move_operands()->at(j).source();