/qemu/hw/net/ |
H A D | pcnet.c | 65 #define CSR_INIT(S) !!(((S)->csr[0])&0x0001) argument 66 #define CSR_STRT(S) !!(((S)->csr[0])&0x0002) argument 67 #define CSR_STOP(S) !!(((S)->csr[0])&0x0004) argument 68 #define CSR_TDMD(S) !!(((S)->csr[0])&0x0008) argument 69 #define CSR_TXON(S) !!(((S)->csr[0])&0x0010) argument 70 #define CSR_RXON(S) !!(((S)->csr[0])&0x0020) argument 71 #define CSR_INEA(S) !!(((S)->csr[0])&0x0040) argument 72 #define CSR_BSWP(S) !!(((S)->csr[3])&0x0004) argument 73 #define CSR_LAPPEN(S) !!(((S)->csr[3])&0x0020) argument 74 #define CSR_DXSUFLO(S) !!(((S)->csr[3])&0x0040) argument [all …]
|
H A D | pcnet.h | 27 #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/ |
H A D | stby.c | 9 struct S { struct 15 static void check(const struct S *s, unsigned e, in check() argument
|
/qemu/crypto/ |
H A D | xts.c | 132 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/ |
H A D | translate.c | 178 #define PE(S) true argument 179 #define CPL(S) 3 argument 180 #define IOPL(S) 0 argument 181 #define SVME(S) false argument 182 #define GUEST(S) false argument 184 #define PE(S) (((S)->flags & HF_PE_MASK) != 0) argument 185 #define CPL(S) ((S)->cpl) argument 186 #define IOPL(S) ((S)->iopl) argument 187 #define SVME(S) (((S)->flags & HF_SVME_MASK) != 0) argument 188 #define GUEST(S) (((S)->flags & HF_GUEST_MASK) != 0) argument [all …]
|
/qemu/tests/tcg/m68k/ |
H A D | trap.c | 30 #define FMT0_STR(S) \ argument 32 #define FMT2_STR(S) \ argument
|
/qemu/tests/tcg/s390x/ |
H A D | mie3-compl.c | 3 #define FbinOp(S, ASM) uint64_t S(uint64_t a, uint64_t b) \ argument
|
H A D | mie3-sel.c | 4 #define Fi3(S, ASM) uint64_t S(uint64_t a, uint64_t b, uint64_t c) \ argument
|
/qemu/target/arm/tcg/ |
H A D | mve_helper.c | 1570 #define DO_VQDMLAH_B(D, N, M, S) do_vqdmlah_b(N, M, D, 0, S) argument 1571 #define DO_VQDMLAH_H(D, N, M, S) do_vqdmlah_h(N, M, D, 0, S) argument 1572 #define DO_VQDMLAH_W(D, N, M, S) do_vqdmlah_w(N, M, D, 0, S) argument 1573 #define DO_VQRDMLAH_B(D, N, M, S) do_vqdmlah_b(N, M, D, 1, S) argument 1574 #define DO_VQRDMLAH_H(D, N, M, S) do_vqdmlah_h(N, M, D, 1, S) argument 1575 #define DO_VQRDMLAH_W(D, N, M, S) do_vqdmlah_w(N, M, D, 1, S) argument 1577 #define DO_VQDMLASH_B(D, N, M, S) do_vqdmlah_b(N, D, M, 0, S) argument 1578 #define DO_VQDMLASH_H(D, N, M, S) do_vqdmlah_h(N, D, M, 0, S) argument 1579 #define DO_VQDMLASH_W(D, N, M, S) do_vqdmlah_w(N, D, M, 0, S) argument 1580 #define DO_VQRDMLASH_B(D, N, M, S) do_vqdmlah_b(N, D, M, 1, S) argument [all …]
|
H A D | iwmmxt_helper.c | 164 #define IWMMXT_OP_UNPACK(S, SH0, SH1, SH2, SH3) \ argument
|
H A D | sme_helper.c | 1227 #define DEF_IMOPH(NAME, S) \ argument
|
H A D | sve_helper.c | 1346 #define DO_CMLA(N, M, A, S) (A + (N * M) * (S ? -1 : 1)) argument 1353 #define DO_SQRDMLAH_B(N, M, A, S) \ argument 1355 #define DO_SQRDMLAH_H(N, M, A, S) \ argument 1357 #define DO_SQRDMLAH_S(N, M, A, S) \ argument 1359 #define DO_SQRDMLAH_D(N, M, A, S) \ argument
|
H A D | translate-neon.c | 1554 #define DO_PREWIDEN(INSN, S, OP, SRC1WIDE, SIGN) \ argument
|
H A D | vec_helper.c | 1700 #define nop(N, M, S) (M) argument
|
/qemu/host/include/aarch64/host/crypto/ |
H A D | aes-round.h | 34 # 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/ |
H A D | regexps.py | 17 def S(*regexps) -> str: function
|
/qemu/fpu/ |
H A D | softfloat.c | 725 #define parts_default_nan(P, S) PARTS_GENERIC_64_128(default_nan, P)(P, S) argument 726 #define parts_silence_nan(P, S) PARTS_GENERIC_64_128(silence_nan, P)(P, S) argument 731 #define parts_return_nan(P, S) PARTS_GENERIC_64_128(return_nan, P)(P, S) argument 738 #define parts_pick_nan(A, B, S) PARTS_GENERIC_64_128(pick_nan, A)(A, B, S) argument 749 #define parts_pick_nan_muladd(A, B, C, S, ABM, ABCM) \ argument 757 #define parts_canonicalize(A, S, F) \ argument 765 #define parts_uncanon_normal(A, S, F) \ argument 773 #define parts_uncanon(A, S, F) \ argument 795 #define parts_addsub(A, B, S, Z) \ argument 803 #define parts_mul(A, B, S) \ argument [all …]
|
/qemu/include/tcg/ |
H A D | tcg-op.h | 117 #define DEF_ATOMIC2(N, S) \ argument 122 #define DEF_ATOMIC3(N, S) \ argument
|
/qemu/target/tricore/ |
H A D | fpu_helper.c | 208 uint32_t arg1, S, E, M, E_minus_one, m_idx; in helper_qseed() local
|
/qemu/target/sparc/ |
H A D | translate.c | 45 # define gen_helper_wrpsr(E, S) qemu_build_not_reached() argument 47 # define gen_helper_clear_softint(E, S) qemu_build_not_reached() argument 56 # define gen_helper_set_softint(E, S) qemu_build_not_reached() argument 58 # define gen_helper_tick_set_count(P, S) qemu_build_not_reached() argument 59 # define gen_helper_tick_set_limit(P, S) qemu_build_not_reached() argument 60 # define gen_helper_wrccr(E, S) qemu_build_not_reached() argument 61 # define gen_helper_wrcwp(E, S) qemu_build_not_reached() argument 62 # define gen_helper_wrgl(E, S) qemu_build_not_reached() argument 63 # define gen_helper_write_softint(E, S) qemu_build_not_reached() argument 64 # define gen_helper_wrpil(E, S) qemu_build_not_reached() argument [all …]
|
/qemu/backends/tpm/ |
H A D | tpm_emulator.c | 52 #define TPM_EMULATOR_IMPLEMENTS_ALL_CAPS(S, cap) (((S)->caps & (cap)) == (cap)) argument
|
/qemu/target/riscv/ |
H A D | vcrypto_helper.c | 812 uint64_t S[2] = {brev8(Y[0] ^ X[0]), brev8(Y[1] ^ X[1])}; in HELPER() local
|
/qemu/target/arm/ |
H A D | cpu.h | 94 #define offsetoflow32(S, M) (offsetof(S, M) + sizeof(uint32_t)) argument 95 #define offsetofhigh32(S, M) offsetof(S, M) argument 97 #define offsetoflow32(S, M) offsetof(S, M) argument 98 #define offsetofhigh32(S, M) (offsetof(S, M) + sizeof(uint32_t)) argument
|
/qemu/target/s390x/tcg/ |
H A D | translate.c | 930 #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/ |
H A D | syscall.c | 8044 # define test_stack(S, E, L) (E == L) argument 8046 # define test_stack(S, E, L) (S == L) argument
|