Lines Matching full:fixed
49 // Call instructions can use only fixed registers as temporaries and
51 // Inputs operands must use a fixed register or use-at-start policy or
859 // Make sure that the lithium instruction has either no fixed register
863 // already allocated register needing to be used for the instruction's fixed
870 int fixed = 0;
877 if (LUnallocated::cast(instr->Output())->HasFixedPolicy()) ++fixed;
881 if (operand->HasFixedPolicy()) ++fixed;
883 ASSERT(fixed == 0 || used_at_start == 0);
1472 // use fixed result register for the call.
1580 // We need to use fixed result register for the call.