Searched refs:x13 (Results 1 – 7 of 7) 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 136 x13 = j13; in chacha_encrypt_bytes() 141 QUARTERROUND( x1, x5, x9,x13) in chacha_encrypt_bytes() 146 QUARTERROUND( x2, x7, x8,x13) in chacha_encrypt_bytes() 162 x13 = PLUS(x13,j13); in chacha_encrypt_bytes() 180 x13 = XOR(x13,U8TO32_LITTLE(m + 52)); in chacha_encrypt_bytes() 204 U32TO8_LITTLE(c + 52,x13); in chacha_encrypt_bytes()
|
/bionic/libc/arch-arm64/generic/bionic/ |
D | memcmp.S | 54 #define mask x13
|
D | strnlen.S | 52 #define pos x13
|
D | memcpy_base.S | 52 #define D_l x13
|
D | strncmp.S | 58 #define limit_wd x13
|
D | memmove.S | 59 #define D_l x13
|
/bionic/libc/arch-arm64/denver64/bionic/ |
D | memcpy_base.S | 53 #define D_l x13
|