Searched refs:t0 (Results 1 – 9 of 9) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/machine/mips/ |
D | strcmp.S | 90 or t0, a0, a1 91 andi t0,0x3 92 bne t0, zero, L(byteloop) 104 subu t0, v0, t8; \ 107 and t0, t0, t1; \ 108 bne t0, zero, L(returnzero) 136 subu t0, v0, t8 138 and t1, t0, t1 139 xor t0, v0, v1 140 or t0, t0, t1 [all …]
|
D | memcpy.S | 214 #define REG0 t0 292 PTR_SUBU t0,a0,a1 293 PTR_SRA t2,t0,31 294 xor t1,t0,t2 295 PTR_SUBU t0,t1,t2 296 sltu t2,t0,a2 425 PTR_ADDU t0,a0,a2 /* t0 is the "past the end" address */ 426 PTR_SUBU t9,t0,PREFETCH_LIMIT /* t9 is the "last safe pref" address */ 456 C_LD t0,UNIT(0)(a1) 486 C_ST t0,UNIT(0)(a0) [all …]
|
D | memset.S | 333 PTR_ADDU t0,a0,a2 /* t0 is the "past the end" address */ 334 PTR_SUBU t9,t0,PREFETCH_LIMIT /* t9 is the "last safe pref" address */
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/riscv/ |
D | strcmp.S | 48 and t0, a2, a5 50 add t0, t0, a5 51 or t0, t0, t1 53 bne t0, t2, .Lnull\i
|
D | memset.S | 62 1:auipc t0, %pcrel_hi(.Ltable) 63 add a3, a3, t0 101 1:auipc t0, %pcrel_hi(.Ltable_misaligned) 102 add a3, a3, t0 103 mv t0, ra 105 mv ra, t0
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/mips/machine/ |
D | regdef.h | 59 #define t0 $12 macro 68 #define t0 $8 macro
|
/picolibc-3.7.0-3.6.0/test/ |
D | t_fmemopen.c | 1173 struct testcase *t0, *t1; in ATF_TC_BODY() local 1179 for (t0 = &testcases[0]; t0->s != NULL; ++t0) { in ATF_TC_BODY() 1180 len0 = strnlen(t0->s, t0->n); in ATF_TC_BODY() 1184 memcpy(&buf[0], t0->s, t0->n); in ATF_TC_BODY() 1185 fp = fmemopen(&buf[0], t0->n, *p); in ATF_TC_BODY() 1192 nleft = t0->n - len0; in ATF_TC_BODY()
|
/picolibc-3.7.0-3.6.0/newlib/libm/math/ |
D | srf_lgamma.c | 41 t0 = 4.8383611441e-01, /* 0x3ef7b95e */ variable 233 p1 = t0 + in __math_lgammaf_r()
|
D | sr_lgamma.c | 109 t0 = 4.83836122723810047042e-01, /* 0x3FDEF72B, 0xC8EE38A2 */ variable 301 p1 = t0 + in __math_lgamma_r()
|