Searched refs:x4 (Results 1 – 18 of 18) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | e_coshl.c | 88 long double hi,lo,x2,x4; in coshl() local 106 x4 = x2*x2; in coshl() 107 RETURNI(((C16*x2 + C14)*x4 + (C12*x2 + C10))*(x4*x4*x2) + in coshl() 108 ((C8*x2 + C6)*x2 + C4)*x4 + C2*x2 + 1); in coshl()
|
D | e_sinhl.c | 87 long double hi,lo,x2,x4; in sinhl() local 109 x4 = x2*x2; in sinhl() 110 RETURNI(((S17*x2 + S15)*x4 + (S13*x2 + S11))*(x2*x*x4*x4) + in sinhl()
|
D | s_tanhl.c | 115 long double hi,lo,s,x2,x4,z; in tanhl() local 139 x4 = x2*x2; in tanhl() 140 RETURNI(((T19*x2 + T17)*x4 + (T15*x2 + T13))*(x2*x*x2*x4*x4) + in tanhl() 141 ((T11*x2 + T9)*x4 + (T7*x2 + T5))*(x2*x*x2) + in tanhl()
|
/bionic/libc/arch-arm64/bionic/ |
D | syscall.S | 38 mov x3, x4 39 mov x4, x5
|
D | vfork.S | 38 mov x4, xzr
|
/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 127 x4 = j4; in chacha_encrypt_bytes() 140 QUARTERROUND( x0, x4, x8,x12) in chacha_encrypt_bytes() 147 QUARTERROUND( x3, x4, x9,x14) in chacha_encrypt_bytes() 153 x4 = PLUS(x4,j4); in chacha_encrypt_bytes() 171 x4 = XOR(x4,U8TO32_LITTLE(m + 16)); in chacha_encrypt_bytes() 195 U32TO8_LITTLE(c + 16,x4); in chacha_encrypt_bytes()
|
/bionic/libc/arch-arm64/generic/bionic/ |
D | strlen.S | 43 #define data2a x4
|
D | memcmp.S | 44 #define data2 x4
|
D | strcmp.S | 49 #define has_nul x4
|
D | strnlen.S | 43 #define data2 x4
|
D | memchr.S | 48 #define tmp x4
|
D | string_copy.S | 82 #define data2 x4
|
D | memcpy_base.S | 40 #define tmp2 x4
|
D | strncmp.S | 48 #define data2 x4
|
D | memset.S | 56 #define tmp2 x4
|
D | memmove.S | 47 #define tmp2 x4
|
/bionic/libc/arch-arm64/denver64/bionic/ |
D | memcpy_base.S | 41 #define tmp2 x4
|
D | memset.S | 53 #define tmp2 x4
|