/qemu/target/hexagon/ |
H A D | hex_common.py | 340 def decl_reg_num(self, f, regno): argument 448 def decl_tcg(self, f, tag, regno): argument 457 def analyze_write(self, f, tag, regno): argument 464 def decl_tcg(self, f, tag, regno): argument 469 def analyze_read(self, f, regno): argument 475 def decl_tcg(self, f, tag, regno): argument 479 def analyze_read(self, f, regno): argument 485 def decl_tcg(self, f, tag, regno): argument 501 def analyze_read(self, f, regno): argument 505 def analyze_write(self, f, tag, regno): argument [all …]
|
H A D | insn.h | 35 uint8_t regno[REG_OPERANDS_MAX]; /* reg operands including predicates */ member
|
H A D | op_helper.c | 1161 unsigned char regno = value >> 3; in HELPER() local 1176 unsigned char regno = value >> 3; in HELPER() local
|
/qemu/hw/net/ |
H A D | npcm_pcs.c | 151 hwaddr regno = offset / sizeof(uint16_t); in npcm_pcs_read_sr_ctl() local 166 hwaddr regno = offset / sizeof(uint16_t); in npcm_pcs_read_sr_mii() local 181 hwaddr regno = offset / sizeof(uint16_t); in npcm_pcs_read_sr_tim() local 196 hwaddr regno = offset / sizeof(uint16_t); in npcm_pcs_read_vr_mii() local 211 hwaddr regno = offset / sizeof(uint16_t); in npcm_pcs_write_sr_ctl() local 226 hwaddr regno = offset / sizeof(uint16_t); in npcm_pcs_write_sr_mii() local 246 hwaddr regno = offset / sizeof(uint16_t); in npcm_pcs_write_sr_tim() local 261 hwaddr regno = offset / sizeof(uint16_t); in npcm_pcs_write_vr_mii() local
|
H A D | npcm7xx_emc.c | 57 static const char *emc_reg_name(int regno) in emc_reg_name()
|
/qemu/target/arm/tcg/ |
H A D | translate-a64.h | 80 static inline int vec_reg_offset(DisasContext *s, int regno, in vec_reg_offset() 110 static inline int vec_full_reg_offset(DisasContext *s, int regno) in vec_full_reg_offset() 117 static inline TCGv_ptr vec_full_reg_ptr(DisasContext *s, int regno) in vec_full_reg_ptr() 140 static inline int pred_full_reg_offset(DisasContext *s, int regno) in pred_full_reg_offset() 181 static inline TCGv_ptr pred_full_reg_ptr(DisasContext *s, int regno) in pred_full_reg_ptr()
|
H A D | translate-m-nocp.c | 231 static FPSysRegCheckResult fp_sysreg_checks(DisasContext *s, int regno) in fp_sysreg_checks() 305 static bool gen_M_fp_sysreg_write(DisasContext *s, int regno, in gen_M_fp_sysreg_write() 428 static bool gen_M_fp_sysreg_read(DisasContext *s, int regno, in gen_M_fp_sysreg_read()
|
H A D | op_helper.c | 624 uint32_t regno) in msr_mrs_banked_exc_checks()
|
H A D | translate.c | 2673 int *tgtmode, int *regno) in msr_banked_access_decode() 2843 int tgtmode = 0, regno = 0; in gen_msr_banked() local 2862 int tgtmode = 0, regno = 0; in gen_mrs_banked() local
|
H A D | translate-a64.c | 578 static inline int fp_reg_offset(DisasContext *s, int regno, MemOp size) in fp_reg_offset() 584 static inline int fp_reg_hi_offset(DisasContext *s, int regno) in fp_reg_hi_offset()
|
/qemu/target/loongarch/tcg/ |
H A D | translate.c | 37 static inline int vec_full_offset(int regno) in vec_full_offset() 42 static inline int vec_reg_offset(int regno, int index, MemOp mop) in vec_reg_offset() 54 static inline void get_vreg64(TCGv_i64 dest, int regno, int index) in get_vreg64() 60 static inline void set_vreg64(TCGv_i64 src, int regno, int index) in set_vreg64()
|
/qemu/tests/qtest/ |
H A D | npcm_gmac-test.c | 180 NPCMRegister regno) in gmac_read() 186 NPCMRegister regno) in pcs_read() 201 #define CHECK_REG32(regno, value) \ in test_init() argument 206 #define CHECK_REG_PCS(regno, value) \ in test_init() argument
|
H A D | npcm7xx_emc-test.c | 243 NPCM7xxPWMRegister regno) in emc_read() 250 NPCM7xxPWMRegister regno, uint32_t value) in emc_write() 348 #define CHECK_REG(regno, value) \ in test_init() argument
|
H A D | i440fx-test.c | 147 int regno = 0x59 + (index / 2); in pam_set() local
|
/qemu/hw/intc/ |
H A D | arm_gicv3_cpuif.c | 563 int regno = ri->opc2 & 3; in icv_ap_read() local 575 int regno = ri->opc2 & 3; in icv_ap_write() local 775 int regno = aprbit / 32; in icv_activate_irq() local 793 int regno = aprbit / 32; in icv_activate_vlpi() local 1166 int regno = aprbit / 32; in icc_activate_irq() local 1832 int regno = ri->opc2 & 3; in icc_ap_read() local 1854 int regno = ri->opc2 & 3; in icc_ap_write() local 2689 int regno = ri->opc2 & 3; in ich_ap_read() local 2702 int regno = ri->opc2 & 3; in ich_ap_write() local 2775 int regno = ri->opc2 | ((ri->crm & 1) << 3); in ich_lr_read() local [all …]
|
H A D | arm_gic.c | 484 int regno = preemption_level / 32; in gic_activate_irq() local 1559 static inline uint32_t gic_apr_ns_view(GICState *s, int cpu, int regno) in gic_apr_ns_view() 1591 static inline void gic_apr_write_ns_view(GICState *s, int cpu, int regno, in gic_apr_write_ns_view() 1667 int regno = (offset - 0xd0) / 4; in gic_cpu_read() local 1684 int regno = (offset - 0xe0) / 4; in gic_cpu_read() local 1754 int regno = (offset - 0xd0) / 4; in gic_cpu_write() local 1773 int regno = (offset - 0xe0) / 4; in gic_cpu_write() local
|
/qemu/target/alpha/ |
H A D | fpu_helper.c | 59 uint32_t exc, uint32_t regno, uint32_t hw_exc) in fp_exc_raise1() 74 void helper_fp_exc_raise(CPUAlphaState *env, uint32_t ignore, uint32_t regno) in helper_fp_exc_raise() 87 void helper_fp_exc_raise_s(CPUAlphaState *env, uint32_t ignore, uint32_t regno) in helper_fp_exc_raise_s()
|
H A D | translate.c | 1207 static DisasJumpType gen_mfpr(DisasContext *ctx, TCGv va, int regno) in gen_mfpr() 1257 static DisasJumpType gen_mtpr(DisasContext *ctx, TCGv vb, int regno) in gen_mtpr()
|
/qemu/hw/pci-host/ |
H A D | bonito.c | 199 #define PCI_ADDR(busno , devno , funno , regno) \ argument 451 uint32_t regno; in bonito_sbridge_pciaddr() local
|
/qemu/disas/ |
H A D | m68k.c | 959 print_base (int regno, bfd_vma disp, disassemble_info *info) in print_base() 1096 int regno; in print_insn_arg() local
|
/qemu/target/m68k/ |
H A D | translate.c | 126 static TCGv get_areg(DisasContext *s, unsigned regno) in get_areg() 135 static void delay_set_areg(DisasContext *s, unsigned regno, in delay_set_areg() 162 unsigned regno = ctz32(mask); in do_writebacks() local
|
/qemu/target/arm/ |
H A D | cpu.h | 3173 static inline uint64_t *aa32_vfp_dreg(CPUARMState *env, unsigned regno) in aa32_vfp_dreg() 3182 static inline uint64_t *aa32_vfp_qreg(CPUARMState *env, unsigned regno) in aa32_vfp_qreg() 3191 static inline uint64_t *aa64_vfp_qreg(CPUARMState *env, unsigned regno) in aa64_vfp_qreg()
|
/qemu/target/ppc/ |
H A D | translate.c | 5565 static inline void get_fpr(TCGv_i64 dst, int regno) in get_fpr() 5570 static inline void set_fpr(int regno, TCGv_i64 src) in set_fpr()
|
/qemu/target/xtensa/ |
H A D | translate.c | 1250 int regno = xtensa_sysreg_number(isa, i); in xtensa_cpu_dump_state() local
|