Lines Matching refs:r7
27 ldw r7, PT_R7(sp)
122 stw r7, 28(sp)
187 movi r7, 0x24 /* muli opcode (I-type instruction format) */
188 beq r2, r7, mul_immed /* muli doesn't use the B register as a source */
210 andi r7, r4, 0x02 /* For R-type multiply instructions,
212 bne r7, zero, multiply
261 xori r7, r4, 0x25 /* OPX of div */
262 bne r7, zero, unsigned_division
304 cmplt r7, r3, zero /* r7 = MSB of r3 */
305 or r13, r13, r7
439 andi r7, r12, 1
447 beq r7, zero, mulx_skip
449 cmpltu r7, r10, r3 /* Save the carry from the MSB of mulxuu_product. */
450 ror r7, r7, r16 /* r7 = 0x80000000 on carry, or else 0x00000000 */
469 or r10, r10, r7 /* OR in the saved carry bit. */
506 xori r7, r4, 0x27
507 beq r7, zero, store_product
513 xori r7, r4, 0x07
514 beq r7, zero, store_product
525 xori r7, r4, 0x17
526 beq r7, zero, store_product
553 ldw r7, 28(sp)