Lines Matching refs:r3
35 ldw r3, PT_R3(sp)
130 stw r3, 12(sp)
167 roli r3, r2, 7 /* r3 = BBB,IIIIIIIIIIIIIIII,PPPPPP,AAAAA,BB */
168 roli r4, r3, 3 /* r4 = IIIIIIIIIIIIIIII,PPPPPP,AAAAA,BBBBB */
173 andi r3, r3, 0x7c /* r3 = 0000000000000000000000000,AAAAA,00 */
197 add r3, r3, sp /* r3 = address of A-operand. */
198 ldw r3, 0(r3) /* r3 = A-operand. */
281 xor r17, r3, r5 /* MSB contains sign of quotient */
282 bge r3,zero,dividend_is_nonnegative
283 sub r3, zero, r3 /* -r3 */
316 cmplt r7, r3, zero /* r7 = MSB of r3 */
318 slli r3, r3, 1
329 ori r3, r3, 1
353 sub r3, zero, r3 /* -r3 */
361 stw r3, 0(r6) /* write quotient to stack */
460 add r10, r10, r3
461 cmpltu r7, r10, r3 /* Save the carry from the MSB of mulxuu_product. */
472 add r9, r9, r3
532 bge r3, zero, mulxsu_skip
545 sub r9, r9, r3
561 ldw r3, 12(sp)