Home
last modified time | relevance | path

Searched defs:S (Results 1 – 25 of 25) sorted by relevance

/qemu/hw/net/
A Dpcnet.c89 #define CSR_CRBC(S) ((S)->csr[40]) argument
90 #define CSR_CRST(S) ((S)->csr[41]) argument
91 #define CSR_CXBC(S) ((S)->csr[42]) argument
92 #define CSR_CXST(S) ((S)->csr[43]) argument
93 #define CSR_NRBC(S) ((S)->csr[44]) argument
94 #define CSR_NRST(S) ((S)->csr[45]) argument
95 #define CSR_POLL(S) ((S)->csr[46]) argument
96 #define CSR_PINT(S) ((S)->csr[47]) argument
97 #define CSR_RCVRC(S) ((S)->csr[72]) argument
98 #define CSR_XMTRC(S) ((S)->csr[74]) argument
[all …]
A Dpcnet.h27 #define BCR_TMAULOOP(S) !!((S)->bcr[BCR_MC ] & 0x4000) argument
28 #define BCR_APROMWE(S) !!((S)->bcr[BCR_MC ] & 0x0100) argument
29 #define BCR_DWIO(S) !!((S)->bcr[BCR_BSBC] & 0x0080) argument
30 #define BCR_SSIZE32(S) !!((S)->bcr[BCR_SWS ] & 0x0100) argument
31 #define BCR_SWSTYLE(S) ((S)->bcr[BCR_SWS ] & 0x00FF) argument
/qemu/tests/tcg/hppa/
A Dstby.c9 struct S { struct
15 static void check(const struct S *s, unsigned e, in check() argument
/qemu/crypto/
A Dxts.c132 xts_uint128 *S = (xts_uint128 *)src; in xts_decrypt() local
151 xts_uint128 S, D; in xts_decrypt() local
208 xts_uint128 *S = (xts_uint128 *)src; in xts_encrypt() local
228 xts_uint128 S, D; in xts_encrypt() local
/qemu/target/i386/tcg/
A Dtranslate.c180 #define PE(S) true argument
181 #define CPL(S) 3 argument
182 #define IOPL(S) 0 argument
183 #define SVME(S) false argument
184 #define GUEST(S) false argument
193 #define VM86(S) false argument
194 #define CODE32(S) true argument
195 #define SS32(S) true argument
196 #define ADDSEG(S) false argument
204 #define CODE64(S) false argument
[all …]
/qemu/tests/tcg/m68k/
A Dtrap.c30 #define FMT0_STR(S) \ argument
32 #define FMT2_STR(S) \ argument
/qemu/tests/tcg/s390x/
A Dmie3-compl.c3 #define FbinOp(S, ASM) uint64_t S(uint64_t a, uint64_t b) \ argument
A Dmie3-sel.c4 #define Fi3(S, ASM) uint64_t S(uint64_t a, uint64_t b, uint64_t c) \ argument
/qemu/target/arm/tcg/
A Dmve_helper.c1571 #define DO_VQDMLAH_B(D, N, M, S) do_vqdmlah_b(N, M, D, 0, S) argument
3014 #define DO_VCMULH(N, M, D, S) float16_mul(N, M, S) argument
3015 #define DO_VCMULS(N, M, D, S) float32_mul(N, M, S) argument
3017 #define DO_VCMLAH(N, M, D, S) float16_muladd(N, M, D, 0, S) argument
3018 #define DO_VCMLAS(N, M, D, S) float32_muladd(N, M, D, 0, S) argument
3233 #define DO_GE16(X, Y, S) float16_le(Y, X, S) argument
3234 #define DO_GE32(X, Y, S) float32_le(Y, X, S) argument
3235 #define DO_GT16(X, Y, S) float16_lt(Y, X, S) argument
3236 #define DO_GT32(X, Y, S) float32_lt(Y, X, S) argument
3330 #define DO_VRINT_RM_H(M, F, S) helper_rinth(M, S) argument
[all …]
A Diwmmxt_helper.c162 #define IWMMXT_OP_UNPACK(S, SH0, SH1, SH2, SH3) \ argument
A Dsme_helper.c1227 #define DEF_IMOPH(NAME, S) \ argument
A Dsve_helper.c1323 #define DO_CMLA(N, M, A, S) (A + (N * M) * (S ? -1 : 1)) argument
1330 #define DO_SQRDMLAH_B(N, M, A, S) \ argument
1332 #define DO_SQRDMLAH_H(N, M, A, S) \ argument
1334 #define DO_SQRDMLAH_S(N, M, A, S) \ argument
1336 #define DO_SQRDMLAH_D(N, M, A, S) \ argument
A Dtranslate-neon.c1554 #define DO_PREWIDEN(INSN, S, OP, SRC1WIDE, SIGN) \ argument
A Dvec_helper.c1616 #define nop(N, M, S) (M) argument
/qemu/host/include/aarch64/host/crypto/
A Daes-round.h34 # define aes_accel_aesd_imc(S, K) vaesimcq_u8(vaesdq_u8(S, K)) argument
35 # define aes_accel_aese_mc(S, K) vaesmcq_u8(vaeseq_u8(S, K)) argument
/qemu/scripts/codeconverter/codeconverter/
A Dregexps.py17 def S(*regexps) -> str: function
/qemu/fpu/
A Dsoftfloat.c743 #define parts_canonicalize(A, S, F) \ argument
759 #define parts_uncanon(A, S, F) \ argument
781 #define parts_addsub(A, B, S, Z) \ argument
789 #define parts_mul(A, B, S) \ argument
807 #define parts_div(A, B, S) \ argument
815 #define parts_modrem(A, B, Q, S) \ argument
821 #define parts_sqrt(A, S, F) \ argument
896 #define parts_minmax(A, B, S, F) \ argument
904 #define parts_compare(A, B, S, Q) \ argument
910 #define parts_scalbn(A, N, S) \ argument
[all …]
/qemu/include/tcg/
A Dtcg-op.h105 #define DEF_ATOMIC2(N, S) \ argument
110 #define DEF_ATOMIC3(N, S) \ argument
/qemu/target/tricore/
A Dfpu_helper.c208 uint32_t arg1, S, E, M, E_minus_one, m_idx; in helper_qseed() local
/qemu/target/sparc/
A Dtranslate.c43 # define gen_helper_wrpsr(E, S) qemu_build_not_reached() argument
45 # define gen_helper_clear_softint(E, S) qemu_build_not_reached() argument
54 # define gen_helper_set_softint(E, S) qemu_build_not_reached() argument
56 # define gen_helper_tick_set_count(P, S) qemu_build_not_reached() argument
57 # define gen_helper_tick_set_limit(P, S) qemu_build_not_reached() argument
58 # define gen_helper_wrccr(E, S) qemu_build_not_reached() argument
59 # define gen_helper_wrcwp(E, S) qemu_build_not_reached() argument
60 # define gen_helper_wrgl(E, S) qemu_build_not_reached() argument
61 # define gen_helper_write_softint(E, S) qemu_build_not_reached() argument
62 # define gen_helper_wrpil(E, S) qemu_build_not_reached() argument
[all …]
/qemu/backends/tpm/
A Dtpm_emulator.c52 #define TPM_EMULATOR_IMPLEMENTS_ALL_CAPS(S, cap) (((S)->caps & (cap)) == (cap)) argument
/qemu/target/riscv/
A Dvcrypto_helper.c813 uint64_t S[2] = {brev8(Y[0] ^ X[0]), brev8(Y[1] ^ X[1])}; in HELPER() local
/qemu/target/arm/
A Dcpu.h95 #define offsetoflow32(S, M) (offsetof(S, M) + sizeof(uint32_t)) argument
96 #define offsetofhigh32(S, M) offsetof(S, M) argument
98 #define offsetoflow32(S, M) offsetof(S, M) argument
99 #define offsetofhigh32(S, M) (offsetof(S, M) + sizeof(uint32_t)) argument
/qemu/target/s390x/tcg/
A Dtranslate.c930 #define have_field(S, F) have_field1((S), FLD_O_##F) argument
931 #define get_field(S, F) get_field1((S), FLD_O_##F, FLD_C_##F) argument
971 #define I(N, B, S) { B, S, 1, FLD_C_i##N, FLD_O_i##N } argument
972 #define L(N, B, S) { B, S, 0, FLD_C_l##N, FLD_O_l##N } argument
/qemu/linux-user/
A Dsyscall.c8019 # define test_stack(S, E, L) (E == L) argument
8021 # define test_stack(S, E, L) (S == L) argument

Completed in 134 milliseconds