Lines Matching refs:r7
39 ldw r7, PT_R7(sp)
134 stw r7, 28(sp)
199 movi r7, 0x24 /* muli opcode (I-type instruction format) */
200 beq r2, r7, mul_immed /* muli doesn't use the B register as a source */
222 andi r7, r4, 0x02 /* For R-type multiply instructions,
224 bne r7, zero, multiply
273 xori r7, r4, 0x25 /* OPX of div */
274 bne r7, zero, unsigned_division
316 cmplt r7, r3, zero /* r7 = MSB of r3 */
317 or r13, r13, r7
451 andi r7, r12, 1
459 beq r7, zero, mulx_skip
461 cmpltu r7, r10, r3 /* Save the carry from the MSB of mulxuu_product. */
462 ror r7, r7, r16 /* r7 = 0x80000000 on carry, or else 0x00000000 */
481 or r10, r10, r7 /* OR in the saved carry bit. */
518 xori r7, r4, 0x27
519 beq r7, zero, store_product
525 xori r7, r4, 0x07
526 beq r7, zero, store_product
537 xori r7, r4, 0x17
538 beq r7, zero, store_product
565 ldw r7, 28(sp)