Searched defs:Z (Results 1 – 3 of 3) sorted by relevance
/qemu/target/riscv/ |
H A D | vcrypto_helper.c | 810 uint64_t Z[2] = {0, 0}; in HELPER() local 848 uint64_t Z[2] = {0, 0}; in HELPER() local
|
/qemu/include/fpu/ |
H A D | softfloat-types.h | 254 #define PROPRULE(X, Y, Z) \ argument
|
/qemu/fpu/ |
H A D | softfloat.c | 795 #define parts_addsub(A, B, S, Z) \ argument 813 #define parts_muladd_scalbn(A, B, C, Z, Y, S) \ argument 863 #define parts_float_to_sint(P, R, Z, MN, MX, S) \ argument 873 #define parts_float_to_uint(P, R, Z, M, S) \ argument 891 #define parts_float_to_sint(P, R, Z, MN, MX, S) \ argument 894 #define parts_sint_to_float(P, I, Z, S) \ argument 902 #define parts_uint_to_float(P, I, Z, S) \ argument
|