Searched refs:ta2 (Results 1 - 18 of 18) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/mips/include/
H A Dregdef.h98 #define ta2 $10 macro
103 #define ta2 $14 macro
/netbsd-6-1-5-RELEASE/sys/arch/mips/mips/
H A Dfp.S880 bne ta2, zero, result_ft_s # if FT is NAN, result is FT
888 beq ta2, zero, result_fs_s # FT is zero, result=FS
895 or ta2, ta2, SIMPL_ONE # set implied one bit
899 bne ta2, zero, result_ft_s
909 beq ta2, zero, result_fs_s # FT is zero, result=FS
918 or ta2, ta2, SIMPL_ONE # set implied one bit
937 move ta2, zero # FTs fraction shifted is zero
948 sll t9, ta2, t
[all...]
H A Dlock_stubs_llsc.S248 INT_L ta2, CPU_INFO_MTX_COUNT(t2)
250 INT_ADDU ta3, ta2, -1
252 bltz ta2, 2f
258 INT_L ta2, CPU_INFO_CPL(t2) # get updated CPL
260 sltu v0, ta2, ta0 # v0 = cpl < mtx_ipl
261 sltu v1, ta2, ta1 # v1 = cpl < oldspl
H A Dlock_stubs_ras.S371 INT_L ta2, CPU_INFO_MTX_COUNT(t2)
373 INT_ADDU ta3, ta2, -1
376 bnez ta2, 2f
H A Dlocore_mips1.S242 REG_S ta2, TF_BASE+TF_REG_TA2(sp)
359 REG_L ta2, TF_BASE+TF_REG_TA2(sp)
433 REG_S ta2, TF_BASE+TF_REG_TA2(sp)
637 REG_S ta2, CALLFRAME_SIZ+TF_REG_TA2(k0)
742 REG_S ta2, CALLFRAME_SIZ+TF_REG_TA2(k0) # $14
925 REG_S ta2, CALLFRAME_SIZ+TF_REG_TA2(k0)
1273 sltu ta2, ta0, a1 # < asid_hi
1274 beqz ta2, 2f # no, next tlb entry
1334 move ta2, zero
1365 beq a2, ta2,
[all...]
H A Dbds_emul.S205 move ta2, v1 # addend 2
209 xor ta2, ta1 /* negative + positive can't overflow */
210 bltz ta2, bcemul_store_and_done
567 move ta2, v1
H A DmipsX_subr.S659 REG_S ta2, TF_BASE+TF_REG_TA2(sp)
803 REG_L ta2, TF_BASE+TF_REG_TA2(sp)
873 REG_S ta2, TF_BASE+TF_REG_TA2(sp)
1145 REG_S ta2, CALLFRAME_SIZ+TF_REG_TA2(k0)
1259 REG_S ta2, CALLFRAME_SIZ+TF_REG_TA2(k0) # $10
1450 REG_S ta2, CALLFRAME_SIZ+TF_REG_TA2(k0)
1913 mfc0 ta2, MIPS_COP_0_TLB_PG_MASK # save current pgMask
1937 mtc0 ta2, MIPS_COP_0_TLB_PG_MASK # restore pgMask
2179 move ta2, zero
2212 beq a2, ta2,
[all...]
H A Dlocore.S719 REG_L ta2, (6*SZREG)(a1)
729 REG_S ta2, (6*SZREG)(a0)
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c++/
H A Dutils_test.cpp182 test_array* ta2 = t.release(); local
183 ATF_REQUIRE_EQ(ta2, ta1);
201 test_array* ta2 = new test_array[10]; local
207 t.reset(ta2);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c++/
H A Dutils_test.cpp180 test_array* ta2 = t.release(); local
181 ATF_REQUIRE_EQ(ta2, ta1);
199 test_array* ta2 = new test_array[10]; local
205 t.reset(ta2);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bn/asm/
H A Dmips.pl95 ($ta0,$ta1,$ta2,$ta3)=($a4,$a5,$a6,$a7);
166 $LD $ta2,3*$BNSZ($a1)
188 $MULTU $ta2,$a3
198 mfhi $ta2
200 $ADDU $v0,$ta2
309 $LD $ta2,3*$BNSZ($a1)
333 $MULTU $ta2,$a3
339 mfhi $ta2
345 $ADDU $v0,$ta3,$ta2
437 $LD $ta2,
[all...]
H A Dmips3.s101 ld ta2,24(a1)
128 dmultu ta2,a3
133 mfhi ta2
135 daddu v0,ta2
214 ld ta2,24(a1)
242 dmultu ta2,a3
245 mfhi ta2
249 daddu v0,ta3,ta2
313 ld ta2,24(a1)
335 dmultu ta2,ta
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/arcbios/
H A Darcbios_calls.S85 INT_L ta2, CALLFRAME2_SIZ+24(sp) # load 7th arg
89 INT_S ta2, 24(sp) # save 7th arg on stack (o32)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/
H A Djacobi.f169 real ta,tb,tc,td,te,ta1,ta2,tb1,tb2,tc1,tc2,td1,td2 local in subroutine:jacobi
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/alpha/ev6/nails/
H A Daddmul_1.asm190 br r31, L(ta2)
375 L(ta2): and acc0,numb_mask, r28
H A Dmul_1.asm175 br r31, L(ta2)
344 L(ta2): and acc0,numb_mask, r28
H A Dsubmul_1.asm190 br r31, L(ta2)
375 L(ta2): and acc0,numb_mask, r28
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-ssa-structalias.c1848 const tree_id_t ta2 = (tree_id_t) p2; local
1849 return ta1->t == ta2->t;

Completed in 286 milliseconds