Searched refs:x14 (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/crypt/ |
D | chacha_private.h | 91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local 137 x14 = j14; in chacha_encrypt_bytes() 142 QUARTERROUND( x2, x6,x10,x14) in chacha_encrypt_bytes() 147 QUARTERROUND( x3, x4, x9,x14) in chacha_encrypt_bytes() 163 x14 = PLUS(x14,j14); in chacha_encrypt_bytes() 181 x14 = XOR(x14,U8TO32_LITTLE(m + 56)); in chacha_encrypt_bytes() 205 U32TO8_LITTLE(c + 56,x14); in chacha_encrypt_bytes()
|
/bionic/libc/arch-arm64/generic/bionic/ |
D | strnlen.S | 53 #define limit_wd x14
|
D | strncmp.S | 59 #define mask x14
|
D | memmove.S | 56 #define D_h x14
|
/bionic/libc/arch-arm64/denver64/bionic/ |
D | memcpy_base.S | 54 #define D_h x14
|