/src/lib/libc/compat/arch/mips/gen/ |
compat_sigsetjmp.S | 66 PTR_LA t9, _C_LABEL(_setjmp) 68 jr t9 70 1: PTR_LA t9, _C_LABEL(setjmp) 72 jr t9 80 PTR_LA t9, _C_LABEL(_longjmp) 81 jr t9 83 1: PTR_LA t9, _C_LABEL(longjmp) 84 jr t9
|
/src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
xray_trampoline_mips.S | 24 .cpload $t9 38 la $t9, _ZN6__xray19XRayPatchedFunctionE 39 lw $t9, 0($t9) 41 beqz $t9, FunctionEntry_restore 47 jalr $t9 71 .cpload $t9 85 la $t9, _ZN6__xray19XRayPatchedFunctionE 86 lw $t9, 0($t9) [all...] |
xray_trampoline_mips64.S | 47 daddu $gp, $gp, $t9 50 dla $t9, _ZN6__xray19XRayPatchedFunctionE 51 ld $t9, 0($t9) 53 beqz $t9, FunctionEntry_restore 59 jalr $t9 107 daddu $gp, $gp, $t9 110 dla $t9, _ZN6__xray19XRayPatchedFunctionE 111 ld $t9, 0($t9) [all...] |
/src/lib/csu/arch/mips/ |
crt0.S | 48 * as well as the usual registers (pc, sp, and t9 == pc for ABI). 55 PTR_L t9,%call16(_C_LABEL(___start))(gp) 58 1: jr t9
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_rtl_mips64.S | 19 daddu $gp,$gp,$t9 39 // load pointer of libc setjmp to t9 40 dla $t9,(_ZN14__interception11real_setjmpE) 50 ld $t9,0($t9) 51 jr $t9 71 daddu $gp,$gp,$t9 91 // load pointer of libc _setjmp to t9 92 dla $t9,(_ZN14__interception12real__setjmpE) 102 ld $t9,0($t9 [all...] |
/src/sys/arch/pmax/stand/common/ |
printf.S | 39 lw t9, 0x30(v0) # offset for callv->_printf 52 jalr t9 # call PROM printf 57 j t9 # call PROM printf
|
startprog.S | 45 move t9,a0 66 jal ra,t9
|
/src/sys/arch/mips/mips/ |
locore_ingenic.S | 121 PTR_LA t9, 1f 122 PTR_ADDU t9, a0 123 jr t9 140 PTR_LA t9, 1f 141 PTR_ADDU t9, a0 142 jr t9
|
cache_r4k_subr.S | 79 * t9 = first op @ 31*LINE_SIZE(a0) 100 jalr t9 # do 32 cache ops (31..0) 113 PTR_ADDU t9, 32 << INT_SCALESHIFT # point to end of table 114 PTR_SUBU t9, t0 # backup N cacheops 115 jr t9 # and do them. 125 PTR_LA t9, OPNAME32(icache_index_inv) # get address of first op 130 PTR_LA t9, OPNAME32(icache_hit_inv) # get address of first op 137 PTR_LA t9, OPNAME32(pdcache_index_wb_inv) # get address of first op 142 PTR_LA t9, OPNAME32(pdcache_hit_inv) # get address of first op 147 PTR_LA t9, OPNAME32(pdcache_hit_wb_inv) # get address of first o [all...] |
fp.S | 160 PTR_L t9, func_single_tbl(v0) 161 j t9 165 PTR_L t9, func_double_tbl(v0) 166 j t9 170 PTR_L t9, func_single_fixed_tbl(v0) 171 j t9 175 PTR_L t9, func_long_fixed_tbl(v0) 176 j t9 181 PTR_L t9, func_paired_single_tbl(v0) 182 j t9 [all...] |
locore_mips3.S | 361 PTR_LA t9, 1f 362 PTR_ADDU t9, a0 363 jr t9 391 PTR_LA t9, 1f 392 PTR_ADDU t9, a0 393 jr t9 421 PTR_LA t9, 1f 422 PTR_ADDU t9, a0 423 jr t9 451 PTR_LA t9, 1 [all...] |
/src/lib/libc/arch/mips/ |
SYS.h | 76 * ii) Do interprocedure jumps indirectly via t9, with the side-effect of 77 * preserving the callee's entry address in t9. 83 # define PIC_TAILCALL(l) PTR_LA t9, _C_LABEL(l); jr t9 87 # define PIC_TAILCALL(l) PTR_LA t9, _C_LABEL(l); RESTORE_GP64; jr t9
|
/src/sys/dev/arcbios/ |
arcbios_calls.S | 57 PTR_L t9, _C_LABEL(ARCBIOS) 58 PTR_ADDU t9, t0 59 INT_L t9, 0(t9) 62 jalr t9 98 PTR_L t9, _C_LABEL(ARCBIOS) 99 PTR_ADDU t9, t0 100 INT_L t9, 0(t9) 103 jalr t9 [all...] |
/src/lib/libc/arch/mips/gen/ |
ldexp.S | 87 * Find out how many leading zero bits are in t2,t3 and put in t9. 90 move t9, zero 93 addu t9, 32 97 addu t9, 16 102 addu t9, 8 107 addu t9, 4 112 addu t9, 2 117 addu t9, 1 122 subu t9, t9, DLEAD_ZEROS # dont count normal leading zero [all...] |
/src/lib/libc/arch/mips/sys/ |
__clone.S | 89 REG_L t9, 0(sp) 96 jal t9
|
cerror.S | 63 PTR_LA t9, _C_LABEL(__errno) # locate address of errno 65 jalr t9 # __errno()
|
/src/sys/arch/hpcmips/stand/romboot/ |
romboot.S | 58 #define t9 $25 macro 90 la t9, 2f 91 addu t9, s0 92 jr t9 # jump to cached address 118 li t9, KERNEL_LOADADDR 119 jr t9
|
/src/sys/external/bsd/gnu-efi/dist/gnuefi/ |
crt0-efi-mips64el.S | 169 daddu $t9, $ra, $t1 170 jalr $t9 178 dla $t9, efi_main 179 jalr $t9
|
/src/sys/arch/mipsco/stand/common/ |
start.S | 58 la t9, _C_LABEL(prom_restart) # restart... 59 j t9
|
/src/sys/arch/mips/include/ |
asm.h | 84 * stack and the final addiu to t9 must always equal the size of this 92 sw t9,12(sp); \ 94 lui t9,%hi(_mcount); \ 95 addiu t9,t9,%lo(_mcount); \ 96 jalr t9; \ 98 lw t9,4(sp); \ 100 addiu t9,40; \ 116 sw t9,8(sp); \ 118 lui t9,%hi(_mcount); [all...] |
regdef.h | 79 #define t9 $25 macro
|
/src/libexec/ld.elf_so/arch/mips/ |
rtld_start.S | 57 PTR_ADDU t9, a1, t0 58 jalr t9 # _rtld_relocate_nonplt_self(dynp, relocabase) 70 move t9, v0 71 jr t9 # _start(sp, cleanup, obj); 97 PTR_ADDU t9, 8 # modify T9 to point at .cpload 137 move t9, v0 138 jr t9
|
/src/libexec/httpd/testsuite/ |
Makefile | 4 SIMPLETESTS= t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t12 t13 t14 t15 t16 t17 t18
|
/src/sys/arch/pmax/pmax/ |
locore_machdep.S | 175 sll t9, a0, 0 180 jalr t9 207 sll t9, a0, 0 212 jalr t9
|
/src/common/lib/libc/arch/alpha/gmon/ |
_mcount.S | 85 stq t9, OFFSET_T9(sp) 115 ldq t9, OFFSET_T9(sp)
|