Searched refs:t_1 (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/crypto/openssl/crypto/bn/asm/ |
| D | mips3.s | 753 #define t_1 t8 macro 801 mflo t_1 803 daddu c_2,t_1 804 sltu AT,c_2,t_1 810 mflo t_1 812 daddu c_2,t_1 813 sltu AT,c_2,t_1 820 mflo t_1 822 daddu c_3,t_1 823 sltu AT,c_3,t_1 [all …]
|
| D | sparcv8plus.S | 627 #define t_1 %o0 macro 667 mulx a_0,b_0,t_1 !mul_add_c(a[0],b[0],c1,c2,c3); 668 srlx t_1,32,c_12 669 stuw t_1,rp(0) !=!r[0]=c1; 672 mulx a_0,b_1,t_1 !mul_add_c(a[0],b[1],c2,c3,c1); 673 addcc c_12,t_1,c_12 678 mulx a_1,b_0,t_1 !=!mul_add_c(a[1],b[0],c2,c3,c1); 679 addcc c_12,t_1,t_1 682 srlx t_1,32,c_12 != 683 stuw t_1,rp(1) !r[1]=c2; [all …]
|
| D | sparcv8.S | 530 #define t_1 %o0 macro 573 umul a_0,b_1,t_1 !=!mul_add_c(a[0],b[1],c2,c3,c1); 575 addcc c_2,t_1,c_2 580 umul a_1,b_0,t_1 !mul_add_c(a[1],b[0],c2,c3,c1); 581 addcc c_2,t_1,c_2 != 587 umul a_2,b_0,t_1 !mul_add_c(a[2],b[0],c3,c1,c2); 588 addcc c_3,t_1,c_3 593 umul a_1,b_1,t_1 !mul_add_c(a[1],b[1],c3,c1,c2); 594 addcc c_3,t_1,c_3 != 599 umul a_0,b_2,t_1 !mul_add_c(a[0],b[2],c3,c1,c2); [all …]
|