Home
last modified time | relevance | path

Searched defs:REG (Results 1 – 20 of 20) sorted by relevance

/qemu/target/tricore/
H A Dhelper.c153 #define FIELD_GETTER_WITH_FEATURE(NAME, REG, FIELD, FEATURE) \ argument
162 #define FIELD_GETTER(NAME, REG, FIELD) \ argument
168 #define FIELD_SETTER_WITH_FEATURE(NAME, REG, FIELD, FEATURE) \ argument
177 #define FIELD_SETTER(NAME, REG, FIELD) \ argument
H A Dtranslate.c340 #define R(ADDRESS, REG, FEATURE) \ argument
346 #define A(ADDRESS, REG, FEATURE) R(ADDRESS, REG, FEATURE) argument
347 #define E(ADDRESS, REG, FEATURE) R(ADDRESS, REG, FEATURE) argument
363 #define R(ADDRESS, REG, FEATURE) /* don't gen writes to read-only reg, argument
365 #define A(ADDRESS, REG, FEATURE) R(ADDRESS, REG, FEATURE) \ argument
375 #define E(ADDRESS, REG, FEATURE) A(ADDRESS, REG, FEATURE) argument
/qemu/tests/tcg/i386/
H A Dtest-i386-adcox.c10 #define REG uint64_t macro
12 #define REG uint32_t macro
H A Dtest-mmx.c128 #define REG(F) \ macro
H A Dtest-avx.c124 #define REG(F) \ macro
/qemu/tests/qtest/
H A Dtpm-util.h20 #define TIS_REG(LOCTY, REG) \ argument
/qemu/target/hexagon/
H A Dmacros.h200 #define fINSERT_BITS(REG, WIDTH, OFFSET, INVAL) \ argument
427 #define fEA_RI(REG, IMM) tcg_gen_addi_tl(EA, REG, IMM) argument
428 #define fEA_RRs(REG, REG2, SCALE) \ argument
434 #define fEA_IRs(IMM, REG, SCALE) \ argument
440 #define fEA_RI(REG, IMM) \ argument
444 #define fEA_RRs(REG, REG2, SCALE) \ argument
448 #define fEA_IRs(IMM, REG, SCALE) \ argument
456 #define fEA_REG(REG) tcg_gen_mov_tl(EA, REG) argument
457 #define fEA_BREVR(REG) gen_helper_fbrev(EA, REG) argument
458 #define fPM_I(REG, IMM) tcg_gen_addi_tl(REG, REG, IMM) argument
[all …]
/qemu/linux-headers/asm-loongarch/
H A Dkvm.h92 #define LOONGARCH_REG_64(TYPE, REG) (TYPE | KVM_REG_SIZE_U64 | (REG << LOONGARCH_REG_SHIFT)) argument
93 #define KVM_IOC_CSRID(REG) LOONGARCH_REG_64(KVM_REG_LOONGARCH_CSR, REG) argument
94 #define KVM_IOC_CPUCFG(REG) LOONGARCH_REG_64(KVM_REG_LOONGARCH_CPUCFG, REG) argument
/qemu/target/loongarch/
H A Dcpu.h55 #define GET_FP_CAUSE(REG) FIELD_EX32(REG, FCSR0, CAUSE) argument
56 #define SET_FP_CAUSE(REG, V) \ argument
60 #define UPDATE_FP_CAUSE(REG, V) \ argument
65 #define GET_FP_ENABLES(REG) FIELD_EX32(REG, FCSR0, ENABLES) argument
66 #define SET_FP_ENABLES(REG, V) \ argument
71 #define GET_FP_FLAGS(REG) FIELD_EX32(REG, FCSR0, FLAGS) argument
72 #define SET_FP_FLAGS(REG, V) \ argument
77 #define UPDATE_FP_FLAGS(REG, V) \ argument
H A Ddisas.c39 #define CSR_NAME(REG) \ argument
/qemu/tests/tcg/s390x/
H A Dex-relative-long.c27 #define REG 0x1234567887654321 macro
/qemu/target/hexagon/mmvec/
H A Dmacros.h70 #define fGETQBITS(REG, WIDTH, MASK, BITNO) \ argument
72 #define fGETQBIT(REG, BITNO) fGETQBITS(REG, 1, 1, BITNO) argument
96 #define fSETQBITS(REG, WIDTH, MASK, BITNO, VAL) \ argument
102 #define fSETQBIT(REG, BITNO, VAL) fSETQBITS(REG, 1, 1, BITNO, VAL) argument
/qemu/target/arm/
H A Dcpregs.h648 #define DO_BIT(REG, BITNAME) \ argument
652 #define DO_REV_BIT(REG, BITNAME) \ argument
662 #define DO_TLBINXS_BIT(REG, BITNAME) \ argument
/qemu/hw/net/
H A Dnpcm7xx_emc.c59 #define REG(name) case REG_ ## name: return #name; in emc_reg_name() macro
/qemu/hw/ipack/
H A Dtpci200.c56 #define IP_N_FROM_REG(REG) ((REG) / 2 - 1) argument
/qemu/target/sh4/
H A Dtranslate.c354 #define REG(x) cpu_gregs[(x) ^ ctx->gbank] macro
/qemu/target/i386/kvm/
H A Dtdx.c1151 #define COPY_REG(REG) \ in tdx_handle_report_fatal_error() argument
/qemu/tests/qtest/libqos/
H A Dahci.c1261 #define RSET(REG, MASK) (BITSET(ahci_px_rreg(ahci, cmd->port, (REG)), (MASK))) in ahci_command_wait() argument
/qemu/target/avr/
H A Dtranslate.c75 #define REG(x) (cpu_r[x]) macro
/qemu/target/m68k/
H A Dtranslate.c55 #define REG(insn, pos) (((insn) >> (pos)) & 7) macro