Lines Matching defs:last
789 // to be generated; pos() is the position of the last
1003 // Keep track of the last bound label so we don't eliminate any instructions
2624 DwVfpRegister last, Condition cond) {
2628 DCHECK_LE(first.code(), last.code());
2629 DCHECK(VfpRegisterIsAvailable(last));
2635 int count = last.code() - first.code() + 1;
2642 DwVfpRegister last, Condition cond) {
2646 DCHECK_LE(first.code(), last.code());
2647 DCHECK(VfpRegisterIsAvailable(last));
2653 int count = last.code() - first.code() + 1;
2660 SwVfpRegister last, Condition cond) {
2664 DCHECK_LE(first.code(), last.code());
2670 int count = last.code() - first.code() + 1;
2676 SwVfpRegister last, Condition cond) {
2680 DCHECK_LE(first.code(), last.code());
2686 int count = last.code() - first.code() + 1;