Searched refs:x7 (Results 1 – 11 of 11) sorted by relevance
/picolibc-latest/newlib/libc/stdlib/ |
D | chacha_private.h | 108 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local 147 x7 = j7; in chacha_encrypt_bytes() 160 QUARTERROUND( x3, x7,x11,x15) in chacha_encrypt_bytes() 163 QUARTERROUND( x2, x7, x8,x13) in chacha_encrypt_bytes() 173 x7 = PLUS(x7,j7); in chacha_encrypt_bytes() 191 x7 = XOR(x7,U8TO32_LITTLE(m + 28)); in chacha_encrypt_bytes() 215 U32TO8_LITTLE(c + 28,x7); in chacha_encrypt_bytes()
|
/picolibc-latest/newlib/libm/common/ |
D | sincosf.h | 96 double x3, x4, x6, x7, s, c, c1, c2, s1; in sinf_poly() local 103 x7 = x3 * x2; in sinf_poly() 106 return s + x7 * s1; in sinf_poly()
|
/picolibc-latest/newlib/libc/machine/aarch64/ |
D | memrchr.S | 30 #define tmp x7
|
D | strcmp.S | 38 #define data3 x7
|
D | strcpy.S | 55 #define data2 x7
|
D | strlen.S | 51 #define tmp4 x7
|
D | strrchr.S | 55 #define src_offset x7
|
D | memcmp.S | 34 #define src1end x7
|
D | memcpy.S | 29 #define A_h x7
|
D | strncmp.S | 57 #define syndrome x7
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 23501 * libc/stdlib/mallocr.c (ROUND_TO): If SMALL_MEMORY, set to 0x7 to
|