|
Lines 406-412
Link Here
|
| 406 |
mtctr %r1 /* load counter */ |
406 |
mtctr %r1 /* load counter */ |
| 407 |
im1: |
407 |
im1: |
| 408 |
lwzu %r1, 8(%r2) /* get next pte */ |
408 |
lwzu %r1, 8(%r2) /* get next pte */ |
| 409 |
cmp 0, %r1, %r3 /* see if found pte */ |
409 |
cmp 0, 0, %r1, %r3 /* see if found pte */ |
| 410 |
bdnzf 2, im1 /* dec count br if cmp ne and if |
410 |
bdnzf 2, im1 /* dec count br if cmp ne and if |
| 411 |
* count not zero */ |
411 |
* count not zero */ |
| 412 |
bne instr_sec_hash /* if not found set up second hash |
412 |
bne instr_sec_hash /* if not found set up second hash |