/sysdeps/unix/sysv/linux/riscv/ |
A D | sysdep.S | 35 li t1, -4096 36 bleu a0, t1, 1f 39 sw a0, rtld_errno, t1 41 la.tls.ie t1, errno 42 add t1, t1, tp 43 sw a0, 0(t1) 45 lui t1, %tprel_hi(errno) 46 add t1, t1, tp, %tprel_add(errno) 47 sw a0, %tprel_lo(errno)(t1)
|
/sysdeps/unix/alpha/ |
A D | sysdep.S | 52 br t1, 1f 53 1: ldah t1, 0(t1) !gpdisp!1 56 lda t1, 0(t1) !gpdisp!1 57 ldq t1, SYSCALL_ERROR_ERRNO(t1) !gottprel 58 addq v0, t1, t1 61 stl t0, 0(t1)
|
/sysdeps/alpha/ |
A D | strncat.S | 42 insqh t1, a0, t1 44 or t1, t0, t0 45 cmpbge zero, t0, t1 # t1 <- bitmask: bit i == 1 <==> i-th byte == 0 46 bne t1, $found 51 beq t1, $loop 54 and t1, t2, t1 57 and t1, 0xcc, t3 58 and t1, 0xaa, t4 73 bne t1, 0f 76 0: and t10, 0x80, t1 [all …]
|
A D | strcat.S | 39 lda t1, -1(zero) 40 insqh t1, a0, t1 42 or t1, t0, t0 43 cmpbge zero, t0, t1 # t1 <- bitmask: bit i == 1 <==> i-th byte == 0 44 bne t1, $found 48 cmpbge zero, t0, t1 49 beq t1, $loop 51 $found: negq t1, t2 # clear all but least set bit 52 and t1, t2, t1 55 and t1, 0xcc, t3 [all …]
|
A D | strlen.S | 44 lda t1, -1(zero) 45 insqh t1, a0, t1 47 or t1, t0, t0 49 cmpbge zero, t0, t1 # t1 <- bitmask: bit i == 1 <==> i-th byte == 0 50 bne t1, $found 54 cmpbge zero, t0, t1 55 beq t1, $loop 57 $found: negq t1, t2 # clear all but least set bit 58 and t1, t2, t1 61 and t1, 0xcc, t3 [all …]
|
A D | stxcpy.S | 95 zapnot t1, t6, t1 # e0 : clear src bytes >= null 98 or t0, t1, t1 # e1 : 138 extql t1, a1, t1 # e0 : 141 or t1, t4, t1 # .. e1 : 142 mskqh t1, a0, t1 # e0 : 143 or t0, t1, t1 # e1 : 186 or t0, t1, t1 # e0 : current dst word now complete 230 or t0, t1, t1 # e1 : 284 and t1, t2, t1 # e1 : to source validity mask 286 extql t1, a1, t1 # e0 : [all …]
|
A D | htonl.S | 33 inswl a0, 3, t1 # t1 = 000000CCDD000000 34 or t1, t0, t1 # t1 = 000000CCDDAABBCC 35 srl t1, 16, t2 # t2 = 0000000000CCDDAA 36 zapnot t1, 0x0A, t0 # t0 = 00000000DD00BB00
|
A D | strcmp.S | 39 ldq_u t1, 0(a1) # e0 : 52 ornot t1, t3, t1 # e0 : 63 xor t0, t1, t2 # e0 : 65 ldq_u t1, 8(a1) # e0 : 94 extql t1, t5, t1 # e0 : 110 extql t1, a1, t1 # e0 : create first s2 word 114 or t1, t4, t1 # e0 : s2 word now complete 116 ornot t1, t3, t1 # e0 : kill s2 garbage 146 or t1, t3, t1 # e0 : 173 zapnot t1, t7, t1 # .. e1 : [all …]
|
A D | strncmp.S | 49 ldq_u t1, 0(a1) 68 ornot t1, t8, t1 136 ornot t1, t7, t7 162 extql t1, a1, t1 # create first s2 word 166 or t1, t4, t1 # s2 word now complete 168 ornot t1, t8, t1 # kill s2 garbage 204 or t1, t3, t1 # e0 : 236 mskql t1, t10, t1 251 zapnot t1, t7, t1 263 and t0, t1, t0 [all …]
|
A D | stxncpy.S | 111 zap t1, t7, t1 # .. e1 : clear dst bytes <= null 126 xor a0, a1, t1 130 and t1, 7, t1 168 or t1, t4, t1 # e1 : first aligned src word complete 169 mskqh t1, a0, t1 # e0 : mask leading garbage in src 266 zap t1, t7, t1 # e0 : kill dest bytes <= null 284 or t1, t0, t1 # e1 : 287 mov t1, t0 318 extql t1, a1, t1 # .. e0 : shift src into place 338 mskqh t1, t4, t1 # e0 : [all …]
|
A D | setjmp.S | 54 PTR_MANGLE(t1, ra, t0) 55 stq t1, JB_PC*8(a0) 60 PTR_MANGLE2(t1, sp, t0) 62 addq sp, FRAME, t1 64 PTR_MANGLE2(t1, t1, t0) 67 stq t1, JB_SP*8(a0) 69 PTR_MANGLE2(t1, fp, t0) 70 stq t1, JB_FP*8(a0)
|
A D | strrchr.S | 52 cmpbge zero, t0, t1 # .. e1 : bits set iff byte == zero 58 andnot t1, t4, t1 # .. e1 : clear garbage from null test 69 cmpbge zero, t0, t1 # .. e1 : bits set iff byte == zero 71 beq t1, $loop # .. e1 : if we havnt seen a null, loop 75 negq t1, t4 # e0 : isolate first null byte match 76 and t1, t4, t4 # e1 : 93 and t7, 0xcc, t1 # .. e1 : 94 cmovne t1, t1, t7 # e0 : 95 cmovne t1, 2, t1 # .. e1 : 98 addq t2, t1, t1 # e0 : [all …]
|
/sysdeps/csky/abiv2/ |
A D | strcmp.S | 28 bnez t1, 5f 35 cmpne t0, t1 44 cmpne t0, t1 51 cmpne t0, t1 58 cmpne t0, t1 65 cmpne t0, t1 72 cmpne t0, t1 79 cmpne t0, t1 131 subi t1, 4 137 addi t1, 1 [all …]
|
A D | start.S | 76 lrw t1, __libc_start_main@PLT 77 ldr.w t1, (gb, t1 << 0) 78 jsr t1 80 lrw t1, abort@PLT 81 ldr.w t1, (gb, t1 << 0) 82 jsr t1
|
A D | csky-mcount.S | 49 grs t1, .Lgetpc 52 addu t1, t0 54 ldr.w t0, (t1, t0 << 0) 63 ldw t1, (sp, 16) 66 jmp t1
|
/sysdeps/unix/sysv/linux/csky/abiv2/ |
A D | sysdep.S | 37 grs t1, .Lgetpc1 40 add t1, t1, t0 41 ldw t1, (t1) 42 add t1, a0 43 stw a1, (t1) 48 grs t1, .Lgetpc2 51 addu t1, t1, t0 53 ldr.w t0, (t1, t0 << 0)
|
A D | swapcontext.S | 34 grs t1, .Lgetpc1 37 addu t1, t1, t0 39 ldr.w t0, (t1, t0 << 0) 65 grs t1, .Lgetpc2 68 addu t1, t1, a3 70 ldr.w a3, (t1, a3 << 0)
|
A D | setcontext.S | 55 addi t1, t0, MCONTEXT_CSKY_A0 56 ldm r0-r11, (t1) 73 grs t1, .Lgetpc2 76 addu t1, t1, t0 78 ldr.w t0, (t1, t0 << 0) 87 grs t1, .Lgetpc3 90 addu t1, t1, t0 92 ldr.w t0, (t1, t0 << 0)
|
/sysdeps/unix/sysv/linux/powerpc/ |
A D | test-gettimebasefreq.c | 35 uint64_t t1, t2, f, diff; in do_test() local 37 t1 = __ppc_get_timebase (); in do_test() 38 printf ("t1 = %"PRIu64"\n", t1); in do_test() 51 if (t2 > t1) { in do_test() 52 diff = t2 - t1; in do_test() 54 diff = (MAX_TB - t2) + t1; in do_test()
|
/sysdeps/powerpc/ |
A D | test-gettimebase.c | 32 uint64_t t1, t2, t3; in do_test() local 33 t1 = __ppc_get_timebase (); in do_test() 34 printf ("Time Base = %"PRIu64"\n", t1); in do_test() 39 if (t1 != t2 && t1 != t3 && t2 != t3) in do_test()
|
/sysdeps/alpha/alphaev6/ |
A D | stxcpy.S | 99 zapnot t1, t6, t1 # U : clear src bytes >= null (stall) 103 or t0, t1, t1 # E : (stall) 149 extql t1, a1, t1 # U : (stall on a1) 153 or t1, t4, t1 # E : 154 mskqh t1, a0, t1 # U : (stall on t1) 155 or t0, t1, t1 # E : (stall on t1) 200 or t0, t1, t1 # E : current dst word now complete 246 or t0, t1, t1 # E : (stall) 303 and t1, t2, t1 # E : to source validity mask 305 extql t1, a1, t1 # U : (stall) [all …]
|
A D | stxncpy.S | 124 zap t1, t7, t1 # .. e1 : clear dst bytes <= null 150 and t1, 7, t1 # E : 197 or t1, t4, t1 # E : first aligned src word complete (stall) 198 mskqh t1, a0, t1 # U : mask leading garbage in src (stall) 301 zap t1, t7, t1 # U : kill dest bytes <= null 321 or t1, t0, t1 # E : (stall) 324 mov t1, t0 355 extql t1, a1, t1 # U : shift src into place 376 mskqh t1, t4, t1 # U : 383 zapnot t1, t7, t1 # U : to source validity mask [all …]
|
/sysdeps/ia64/fpu/ |
A D | libm_support.h | 289 t1 = x - t1; \ 300 t1=xhi-rlo;t1=t1+yhi;t1=t1+ylo;t1=t1+xlo; \ 302 t1=yhi-rlo;t1=t1+xhi;t1=t1+xlo;t1=t1+ylo; \ 434 t1 = x - t1; \ 445 t1=xhi-rlo;t1=t1-yhi;t1=t1-ylo;t1=t1+xlo; \ 447 t1=yhi+rlo;t1=xhi-t1;t1=t1+xlo;t1=t1-ylo; \ 581 t1=(x)*(t32); t3=x-t1; t3=t3+t1; t4=x-t3; \ 582 t1=(y)*(t32); t5=y-t1; t5=t5+t1; t6=y-t5; \ 597 t1=(xhi)*(ylo)+(xlo)*(yhi); t1=t1+t8; \ 641 t1=xhi-t8; t1=t1-t9; t1=t1+xlo; t1=t1-(t7)*(ylo); \ [all …]
|
/sysdeps/mips/ |
A D | strcmp.S | 129 nor t1, v0, t9 130 and t1, t0, t1 132 or t0, t0, t1 137 clz t1, t0 138 and t1, 0xf8 140 neg t1 141 addu t1, 24 164 srl t1, v1, 16 167 andi t1, t1, 0xff 186 srl t1, v1, 8 [all …]
|
/sysdeps/alpha/alphaev67/ |
A D | strncat.S | 41 lda t1, -1 # E : 43 insqh t1, v0, t1 # U : 46 or t1, t0, t0 # E : 50 cmpbge zero, t0, t1 # E : bits set iff byte == 0 51 bne t1, $found # U : 55 cmpbge zero, t0, t1 # E : 56 beq t1, $loop # U : 58 $found: cttz t1, t2 # U0 : 66 zapnot t0, t8, t1 # U : was last byte a null? 69 bne t1, 0f # U :
|