Searched refs:ta1 (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/sys/mips/mips/ |
| D | fp.S | 646 bne ta1, SEXP_INF, result_fs_s # if FT is not inf, result=FS 652 beq ta1, SEXP_INF, result_ft_s # if FT is inf, result=FT 655 bne ta1, zero, 2f # is FT a denormalized num? 662 subu ta1, ta1, SEXP_BIAS # unbias FT exponent 666 bne ta1, zero, result_ft_s # if FT != 0, result=FT 676 bne ta1, zero, 2f # is FT a denormalized num? 685 subu ta1, ta1, SEXP_BIAS # unbias FT exponent 692 beq t1, ta1, 4f # no shift needed 693 subu v0, t1, ta1 # v0 = difference of exponents 701 move t1, ta1 # result exp is FTs [all …]
|
| D | exception.S | 290 SAVE_REG(ta1, TA1, sp) ;\ 351 RESTORE_REG(ta1, TA1, sp) ;\ 458 SAVE_U_PCB_REG(ta1, TA1, k1) 551 RESTORE_U_PCB_REG(ta1, TA1, k1) 712 SAVE_U_PCB_REG(ta1, TA1, k1) 827 RESTORE_U_PCB_REG(ta1, TA1, k1)
|
| D | swtch.S | 139 RESTORE_U_PCB_REG(ta1, TA1, k1)
|
| /freebsd-10-stable/contrib/atf/atf-c++/detail/ |
| D | auto_array_test.cpp | 179 test_array* ta1 = new test_array[10]; in ATF_TEST_CASE_BODY() local 181 auto_array< test_array > t(ta1); in ATF_TEST_CASE_BODY() 184 ATF_REQUIRE_EQ(ta2, ta1); in ATF_TEST_CASE_BODY() 188 delete [] ta1; in ATF_TEST_CASE_BODY() 201 test_array* ta1 = new test_array[10]; in ATF_TEST_CASE_BODY() local 206 auto_array< test_array > t(ta1); in ATF_TEST_CASE_BODY()
|
| /freebsd-10-stable/crypto/openssl/crypto/bn/asm/ |
| D | mips.pl | 95 ($ta0,$ta1,$ta2,$ta3)=($a4,$a5,$a6,$a7); 152 $LD $ta1,2*$BNSZ($a0) 182 $ADDU $ta1,$v0 183 sltu $v0,$ta1,$v0 186 $ADDU $ta1,$at 189 sltu $at,$ta1,$at 190 $ST $ta1,-2*$BNSZ($a0) 332 sltu $ta1,$v0,$at 335 $ADDU $v0,$ta1,$ta0 453 mflo $ta1 [all …]
|
| /freebsd-10-stable/sys/mips/include/ |
| D | regdef.h | 98 #define ta1 $9 macro 103 #define ta1 $13 macro
|