Searched refs:t0 (Results 1 – 9 of 9) sorted by relevance
/picolibc-latest/newlib/libc/machine/mips/ |
D | strcmp.S | 92 or t0, a0, a1 93 andi t0,0x3 94 bne t0, zero, L(byteloop) 106 subu t0, v0, t8; \ 109 and t0, t0, t1; \ 110 bne t0, zero, L(returnzero) 138 subu t0, v0, t8 140 and t1, t0, t1 141 xor t0, v0, v1 142 or t0, t0, t1 [all …]
|
D | memcpy.S | 216 #define REG0 t0 294 PTR_SUBU t0,a0,a1 295 PTR_SRA t2,t0,31 296 xor t1,t0,t2 297 PTR_SUBU t0,t1,t2 298 sltu t2,t0,a2 427 PTR_ADDU t0,a0,a2 /* t0 is the "past the end" address */ 428 PTR_SUBU t9,t0,PREFETCH_LIMIT /* t9 is the "last safe pref" address */ 458 C_LD t0,UNIT(0)(a1) 488 C_ST t0,UNIT(0)(a0) [all …]
|
D | memset.S | 335 PTR_ADDU t0,a0,a2 /* t0 is the "past the end" address */ 336 PTR_SUBU t9,t0,PREFETCH_LIMIT /* t9 is the "last safe pref" address */
|
/picolibc-latest/newlib/libc/machine/riscv/ |
D | strcmp.S | 52 orc.b t0, a2 54 and t0, a2, a5 56 add t0, t0, a5 57 or t0, t0, t1 59 bne t0, t2, .Lnull\i
|
D | memset.S | 64 1:auipc t0, %pcrel_hi(.Ltable) 65 add a3, a3, t0 103 1:auipc t0, %pcrel_hi(.Ltable_misaligned) 104 add a3, a3, t0 105 mv t0, ra 107 mv ra, t0
|
/picolibc-latest/newlib/libc/machine/mips/machine/ |
D | regdef.h | 59 #define t0 $12 macro 68 #define t0 $8 macro
|
/picolibc-latest/test/ |
D | t_fmemopen.c | 1161 struct testcase *t0, *t1; in ATF_TC_BODY() local 1167 for (t0 = &testcases[0]; t0->s != NULL; ++t0) { in ATF_TC_BODY() 1168 len0 = strnlen(t0->s, t0->n); in ATF_TC_BODY() 1172 memcpy(&buf[0], t0->s, t0->n); in ATF_TC_BODY() 1173 fp = fmemopen(&buf[0], t0->n, *p); in ATF_TC_BODY() 1180 nleft = t0->n - len0; in ATF_TC_BODY()
|
/picolibc-latest/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()
|