Searched refs:reg_rn (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | aarch64-tdep.c | 5034 uint32_t reg_rn, reg_rt; in aarch64_record_asimd_load_store() local 5039 reg_rn = bits (aarch64_insn_r->aarch64_insn, 5, 9); in aarch64_record_asimd_load_store() 5042 regcache_raw_read_unsigned (aarch64_insn_r->regcache, reg_rn, &address); in aarch64_record_asimd_load_store() 5180 record_buf[reg_index++] = reg_rn; in aarch64_record_asimd_load_store() 5202 uint32_t reg_rn = bits (aarch64_insn_r->aarch64_insn, 5, 9); in aarch64_record_memcopy_memset() local 5213 record_buf[1] = reg_rn; in aarch64_record_memcopy_memset() 5220 regcache_raw_read_signed (aarch64_insn_r->regcache, reg_rn, &length); in aarch64_record_memcopy_memset() 5264 uint32_t reg_rn, reg_rt, reg_rt2; in aarch64_record_load_store() local 5278 reg_rn = bits (aarch64_insn_r->aarch64_insn, 5, 9); in aarch64_record_load_store() 5304 regcache_raw_read_unsigned (aarch64_insn_r->regcache, reg_rn, in aarch64_record_load_store() [all …]
|
| D | arm-tdep.c | 12751 uint32_t start_address, reg_rn, imm_off32, imm_off8, memory_count; in arm_record_exreg_ld_st_insn() local 12754 reg_rn = bits (arm_insn_r->arm_insn, 16, 19); in arm_record_exreg_ld_st_insn() 12755 regcache_raw_read_unsigned (reg_cache, reg_rn, &u_regval); in arm_record_exreg_ld_st_insn() 12767 record_buf[0] = reg_rn; in arm_record_exreg_ld_st_insn() 12836 uint32_t start_address, reg_rn, imm_off32, imm_off8; in arm_record_exreg_ld_st_insn() local 12839 reg_rn = bits (arm_insn_r->arm_insn, 16, 19); in arm_record_exreg_ld_st_insn() 12840 regcache_raw_read_unsigned (reg_cache, reg_rn, &u_regval); in arm_record_exreg_ld_st_insn() 13767 uint32_t reg_rn, op; in thumb2_record_ld_st_multiple() local 13774 reg_rn = bits (thumb2_insn_r->arm_insn, 16, 19); in thumb2_record_ld_st_multiple() 13805 record_buf[index++] = reg_rn; in thumb2_record_ld_st_multiple() [all …]
|