Searched refs:x12 (Results 1 – 9 of 9) 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 135 x12 = j12; in chacha_encrypt_bytes() 140 QUARTERROUND( x0, x4, x8,x12) in chacha_encrypt_bytes() 145 QUARTERROUND( x1, x6,x11,x12) in chacha_encrypt_bytes() 161 x12 = PLUS(x12,j12); in chacha_encrypt_bytes() 179 x12 = XOR(x12,U8TO32_LITTLE(m + 48)); in chacha_encrypt_bytes() 203 U32TO8_LITTLE(c + 48,x12); in chacha_encrypt_bytes()
|
/bionic/libc/arch-arm64/generic/bionic/ |
D | strlen.S | 51 #define pos x12
|
D | memcmp.S | 53 #define limit_wd x12
|
D | strnlen.S | 51 #define zeroones x12
|
D | strncmp.S | 57 #define pos x12
|
D | memcpy_base.S | 51 #define C_h x12
|
D | string_copy.S | 93 #define pos x12
|
D | memmove.S | 58 #define C_h x12
|
/bionic/libc/arch-arm64/denver64/bionic/ |
D | memcpy_base.S | 52 #define C_h x12
|