Home
last modified time | relevance | path

Searched defs:regno (Results 1 – 24 of 24) sorted by relevance

/qemu/target/hexagon/
H A Dhex_common.py340 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 Dinsn.h35 uint8_t regno[REG_OPERANDS_MAX]; /* reg operands including predicates */ member
H A Dop_helper.c1161 unsigned char regno = value >> 3; in HELPER() local
1176 unsigned char regno = value >> 3; in HELPER() local
/qemu/hw/net/
H A Dnpcm_pcs.c151 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 Dnpcm7xx_emc.c57 static const char *emc_reg_name(int regno) in emc_reg_name()
/qemu/target/arm/tcg/
H A Dtranslate-a64.h80 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 Dtranslate-m-nocp.c231 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 Dop_helper.c624 uint32_t regno) in msr_mrs_banked_exc_checks()
H A Dtranslate.c2673 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 Dtranslate-a64.c578 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 Dtranslate.c37 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 Dnpcm_gmac-test.c180 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 Dnpcm7xx_emc-test.c243 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 Di440fx-test.c147 int regno = 0x59 + (index / 2); in pam_set() local
/qemu/hw/intc/
H A Darm_gicv3_cpuif.c563 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 Darm_gic.c484 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 Dfpu_helper.c59 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 Dtranslate.c1207 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 Dbonito.c199 #define PCI_ADDR(busno , devno , funno , regno) \ argument
451 uint32_t regno; in bonito_sbridge_pciaddr() local
/qemu/disas/
H A Dm68k.c959 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 Dtranslate.c126 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 Dcpu.h3173 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 Dtranslate.c5565 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 Dtranslate.c1250 int regno = xtensa_sysreg_number(isa, i); in xtensa_cpu_dump_state() local