/lk-master/arch/riscv/ |
A D | start.S | 30 li t1, 1 47 mul t1, t1, a2 48 sub sp, sp, t1 62 STR t3, (t1) 64 add t1, t1, RISCV_XLEN_BYTES 84 STR t0, (t1) 96 sb t0, (t1) 161 sd t0, (t1) 175 addi t1, t1, (8 * 128) 200 addi t1, t1, 8 [all …]
|
A D | asm.S | 76 STR t1, RISCV_IFRAME_T(1)(sp) 116 LDR t1, RISCV_IFRAME_T(1)(sp)
|
A D | exceptions.c | 55 printf("t0 %#16lx t1 %#16lx t2 %#16lx t3 %#16lx\n", frame->t0, frame->t1, frame->t2, frame->t3); in dump_iframe()
|
/lk-master/external/lib/aes/ |
A D | aes_core.c | 883 u32 s0, s1, s2, s3, t0, t1, t2, t3; in AES_encrypt() local 982 t1 = in AES_encrypt() 1008 Te1[(t1 >> 16) & 0xff] ^ in AES_encrypt() 1013 Te0[(t1 >> 24) ] ^ in AES_encrypt() 1022 Te3[(t1 ) & 0xff] ^ in AES_encrypt() 1027 Te2[(t1 >> 8) & 0xff] ^ in AES_encrypt() 1074 u32 s0, s1, s2, s3, t0, t1, t2, t3; in AES_decrypt() local 1173 t1 = in AES_decrypt() 1201 Td3[(t1 ) & 0xff] ^ in AES_decrypt() 1204 Td0[(t1 >> 24) ] ^ in AES_decrypt() [all …]
|
/lk-master/external/lib/libm/ |
A D | e_powf.c | 60 float y1,t1,t2,r,s,sn,t,u,v,w; in __ieee754_powf() local 142 t1 = u+v; in __ieee754_powf() 143 GET_FLOAT_WORD(is,t1); in __ieee754_powf() 144 SET_FLOAT_WORD(t1,is&0xfffff000); in __ieee754_powf() 145 t2 = v-(t1-u); in __ieee754_powf() 194 t1 = (((z_h+z_l)+dp_h[k])+t); in __ieee754_powf() 195 GET_FLOAT_WORD(is,t1); in __ieee754_powf() 197 t2 = z_l-(((t1-t)-dp_h[k])-z_h); in __ieee754_powf() 203 p_l = (y-y1)*t1+y*t2; in __ieee754_powf() 204 p_h = y1*t1; in __ieee754_powf() [all …]
|
A D | e_sqrt.c | 114 u_int32_t r,t1,s1,ix1,q1; in __ieee754_sqrt() local 170 t1 = s1+r; in __ieee754_sqrt() 172 if ((t<ix0)||((t==ix0)&&(t1<=ix1))) { in __ieee754_sqrt() 173 s1 = t1+r; in __ieee754_sqrt() 174 if (((t1&sign)==sign)&&(s1&sign)==0) s0 += 1; in __ieee754_sqrt() 176 if (ix1 < t1) ix0 -= 1; in __ieee754_sqrt() 177 ix1 -= t1; in __ieee754_sqrt()
|
A D | e_pow.c | 101 double y1,t1,t2,r,s,t,u,v,w; in __ieee754_pow() local 201 t1 = u+v; in __ieee754_pow() 202 SET_LOW_WORD(t1,0); in __ieee754_pow() 203 t2 = v-(t1-u); in __ieee754_pow() 249 t1 = (((z_h+z_l)+dp_h[k])+t); in __ieee754_pow() 250 SET_LOW_WORD(t1,0); in __ieee754_pow() 251 t2 = z_l-(((t1-t)-dp_h[k])-z_h); in __ieee754_pow() 257 p_l = (y-y1)*t1+y*t2; in __ieee754_pow() 258 p_h = y1*t1; in __ieee754_pow() 296 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in __ieee754_pow() [all …]
|
A D | e_log.c | 91 double hfsq,f,s,z,R,w,t1,t2,dk; in __ieee754_log() local 131 t1= w*(Lg2+w*(Lg4+w*Lg6)); in __ieee754_log() 134 R = t2+t1; in __ieee754_log()
|
/lk-master/external/platform/cc13xx/cc13xxware/rf_patches/ |
A D | rf_patch_rfe_genook.h | 495 uint32_t t1, t2, t3, t4, t5, t6, t7, t8; in rf_patch_rfe_genook() 499 t1 = *pS++; in rf_patch_rfe_genook() 507 *pD++ = t1; in rf_patch_rfe_genook() 517 t1 = *pS++; in rf_patch_rfe_genook() 518 *pD++ = t1; in rf_patch_rfe_genook()
|
A D | rf_patch_mce_genook.h | 533 uint32_t t1, t2, t3, t4, t5, t6, t7, t8; in rf_patch_mce_genook() 537 t1 = *pS++; in rf_patch_mce_genook() 545 *pD++ = t1; in rf_patch_mce_genook() 555 t1 = *pS++; in rf_patch_mce_genook() 562 *pD++ = t1; in rf_patch_mce_genook()
|
A D | rf_patch_mce_lrm.h | 412 uint32_t t1, t2, t3, t4, t5, t6, t7, t8; in rf_patch_mce_lrm() 416 t1 = *pS++; in rf_patch_mce_lrm() 424 *pD++ = t1; in rf_patch_mce_lrm() 434 t1 = *pS++; in rf_patch_mce_lrm() 440 *pD++ = t1; in rf_patch_mce_lrm()
|
/lk-master/dev/bus/pci/ |
A D | type1.cpp | 75 auto t1 = new pci_type1; in detect() local 78 t1->set_last_bus(32); in detect() 80 return t1; in detect()
|
/lk-master/arch/mips/ |
A D | start.S | 17 la $t1, __bss_end 21 bne $t0, $t1, 0b
|
A D | vectors.S | 31 sw $t1, 32($sp) 67 lw $t1, 32($sp)
|
/lk-master/external/lib/mincrypt/ |
A D | sha256.c | 94 uint32_t t1 = H + s1 + ch + K[t] + W[t]; in SHA256_Transform() local 99 E = D + t1; in SHA256_Transform() 103 A = t1 + t2; in SHA256_Transform()
|
/lk-master/app/tests/ |
A D | port_tests.c | 287 thread_t *t1 = thread_create( in two_threads_basic() local 291 thread_resume(t1); in two_threads_basic() 375 thread_join(t1, &retcode, INFINITE_TIME); in two_threads_basic() 677 thread_t *t1 = thread_create( in group_waiting() local 685 thread_resume(t1); in group_waiting()
|
/lk-master/arch/riscv/include/arch/riscv/ |
A D | iframe.h | 42 unsigned long t1; member
|
/lk-master/arch/mips/include/arch/ |
A D | mips.h | 68 uint32_t t1; member
|
/lk-master/external/platform/pico/rp2_common/pico_double/ |
A D | double_v1_rom_shim.S | 368 @ t0 t1 t2 t3 t4 420 @ t0 t1 t2 t3 t4 437 @ t0 t1 t2 t3 t4
|