/src/common/lib/libc/arch/mips/gen/ |
byte_swap_8.S | 76 dsll ta1, a0, 32 # ta1 = 0xbbaa998800000000 77 or a1, ta0, ta1 # a1 = 0xbbaa9988ffeeddcc 80 dsrl ta1, a1, 16 # ta1 = 0x0000bbaa9988ffee 81 and ta1, t0 # ta1 = 0x0000bbaa0000ffee 83 or a2, ta1 # a2 = 0x9988bbaaddccffee 86 dsrl ta1, a2, 8 # ta1 = 0x009988bbaaddccf [all...] |
/src/sys/arch/mips/include/ |
regdef.h | 97 #define ta1 $9 macro 102 #define ta1 $13 macro
|
/src/sys/arch/mips/mips/ |
fp.S | 884 bne ta1, SEXP_INF, result_fs_s # if FT is not inf, result=FS 890 beq ta1, SEXP_INF, result_ft_s # if FT is inf, result=FT 893 bne ta1, zero, 2f # is FT a denormalized num? 900 subu ta1, ta1, SEXP_BIAS # unbias FT exponent 904 bne ta1, zero, result_ft_s # if FT != 0, result=FT 914 bne ta1, zero, 2f # is FT a denormalized num? 923 subu ta1, ta1, SEXP_BIAS # unbias FT exponent 930 beq t1, ta1, 4f # no shift neede [all...] |
lock_stubs_llsc.S | 231 INT_L ta1, CPU_INFO_CPL(t2) 244 10: bne ta1, v0, 10b # loop forever if v0 != ta1 261 INT_L ta1, CPU_INFO_MTX_OLDSPL(t2) 264 sltu v1, ta2, ta1 # v1 = cpl < oldspl
|
locore_mips1.S | 245 REG_S ta1, TF_BASE+TF_REG_TA1(sp) 362 REG_L ta1, TF_BASE+TF_REG_TA1(sp) 436 REG_S ta1, TF_BASE+TF_REG_TA1(sp) 644 REG_S ta1, CALLFRAME_SIZ+TF_REG_TA1(k0) 748 REG_S ta1, CALLFRAME_SIZ+TF_REG_TA1(k0) # $13 936 REG_S ta1, CALLFRAME_SIZ+TF_REG_TA1(k0) 1165 mfc0 ta1, MIPS_COP_0_TLB_HI # save current PID 1185 mtc0 ta1, MIPS_COP_0_TLB_HI # restore current PID 1206 mfc0 ta1, MIPS_COP_0_TLB_HI # Get current PID 1215 mtc0 ta1, MIPS_COP_0_TLB_HI # Restore proper PI [all...] |
mipsX_subr.S | 748 REG_S ta1, TF_BASE+TF_REG_TA1(sp) 896 REG_L ta1, TF_BASE+TF_REG_TA1(sp) 976 REG_S ta1, TF_BASE+TF_REG_TA1(sp) 1106 REG_S ta1, TF_BASE+TF_REG_TA1(sp) 1389 REG_S ta1, CALLFRAME_SIZ+TF_REG_TA1(k0) 1500 REG_S ta1, CALLFRAME_SIZ+TF_REG_TA1(k0) # $9 1706 REG_S ta1, CALLFRAME_SIZ+TF_REG_TA1(k0) 2111 _MFC0 ta1, MIPS_COP_0_TLB_HI # Save current ASID 2195 _MTC0 ta1, MIPS_COP_0_TLB_HI # restore ASID 2250 _MFC0 ta1, MIPS_COP_0_TLB_LO1 # See what we go [all...] |
bds_emul.S | 204 move ta1, v0 # addend 1 209 xor ta2, ta1 /* negative + positive can't overflow */ 213 xor ta1, ta0 /* result have same signedness as source? */ 214 bgez ta1, bcemul_store_and_done /* yes, then we didn't overflow */ 566 move ta1, t0
|
lock_stubs_ras.S | 368 INT_L ta1, CPU_INFO_CPL(t2) # get current cpl
|
locore.S | 801 REG_L ta1, (5*SZREG)(a1) 811 REG_S ta1, (5*SZREG)(a0)
|
/src/sys/dev/arcbios/ |
arcbios_calls.S | 84 INT_L ta1, CALLFRAME2_SIZ+20(sp) # load 6th arg 88 INT_S ta1, 20(sp) # save 6th arg on stack (o32)
|