Home
last modified time | relevance | path

Searched refs:reg_rd (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-score7.c2845 int reg_rd; in s7_do16_mv_rdrs() local
2852 if ((reg_rd = s7_reg_required_here (&str, 8, s7_REG_TYPE_SCORE)) == (int) s7_FAIL in s7_do16_mv_rdrs()
2862 if (reg_rd < 16) in s7_do16_mv_rdrs()
3784 int reg_rd; in s7_do16_ldst_imm_insn() local
3792 if (((reg_rd = s7_reglow_required_here (&str, 8)) == (int) s7_FAIL) in s7_do16_ldst_imm_insn()
3856 int reg_rd; in s7_do16_push_pop() local
3860 if (((reg_rd = s7_reg_required_here (&str, 8, s7_REG_TYPE_SCORE)) == (int) s7_FAIL) in s7_do16_push_pop()
3864 if (reg_rd >= 16) in s7_do16_push_pop()
4179 s7_build_la_pic (int reg_rd, expressionS exp) in s7_build_la_pic() argument
4203 sprintf (tmp, "lw_pic r%d, %s", reg_rd, S_GET_NAME (add_symbol)); in s7_build_la_pic()
[all …]
Dtc-score.c4073 s3_build_la_pic (int reg_rd, expressionS exp) in s3_build_la_pic() argument
4097 sprintf (tmp, "lw_pic r%d, %s", reg_rd, S_GET_NAME (add_symbol)); in s3_build_la_pic()
4101 if (reg_rd == s3_PIC_CALL_REG) in s3_build_la_pic()
4111 sprintf (tmp, "addi_s_pic r%d, %s", reg_rd, S_GET_NAME (add_symbol)); in s3_build_la_pic()
4121 sprintf (tmp, "lw_pic r%d, %s", reg_rd, S_GET_NAME (add_symbol)); in s3_build_la_pic()
4130 sprintf (tmp, "addi r%d, %d", reg_rd, (int)add_number); in s3_build_la_pic()
4138 sprintf (tmp, "addi_s_pic r%d, %s + %d", reg_rd, in s3_build_la_pic()
4152 sprintf (tmp, "lw_pic r%d, %s", reg_rd, S_GET_NAME (add_symbol)); in s3_build_la_pic()
4202 sprintf (tmp, "add r%d, r%d, r1", reg_rd, reg_rd); in s3_build_la_pic()
4217 int reg_rd; in s3_do_macro_la_rdi32() local
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/
Daarch64-tdep.c4827 uint8_t reg_rd, insn_bits24_27, insn_bits21_23; in aarch64_record_data_proc_reg() local
4830 reg_rd = bits (aarch64_insn_r->aarch64_insn, 0, 4); in aarch64_record_data_proc_reg()
4847 record_buf[0] = reg_rd; in aarch64_record_data_proc_reg()
4857 record_buf[0] = reg_rd; in aarch64_record_data_proc_reg()
4865 record_buf[0] = reg_rd; in aarch64_record_data_proc_reg()
4885 record_buf[0] = reg_rd; in aarch64_record_data_proc_reg()
4903 uint8_t reg_rd, insn_bit23, insn_bits24_27, setflags; in aarch64_record_data_proc_imm() local
4906 reg_rd = bits (aarch64_insn_r->aarch64_insn, 0, 4); in aarch64_record_data_proc_imm()
4914 record_buf[0] = reg_rd; in aarch64_record_data_proc_imm()
4921 record_buf[0] = reg_rd; in aarch64_record_data_proc_imm()
[all …]
Darm-tdep.c13862 uint32_t reg_rd, reg_rn, offset_imm; in thumb2_record_ld_st_dual_ex_tbb() local
13904 reg_rd = bits (thumb2_insn_r->arm_insn, 0, 3); in thumb2_record_ld_st_dual_ex_tbb()
13905 record_buf[0] = reg_rd; in thumb2_record_ld_st_dual_ex_tbb()
13910 reg_rd = bits (thumb2_insn_r->arm_insn, 0, 3); in thumb2_record_ld_st_dual_ex_tbb()
13911 record_buf[0] = reg_rd; in thumb2_record_ld_st_dual_ex_tbb()
13977 uint32_t reg_rd, op; in thumb2_record_data_proc_sreg_mimm() local
13981 reg_rd = bits (thumb2_insn_r->arm_insn, 8, 11); in thumb2_record_data_proc_sreg_mimm()
13983 if ((0 == op || 4 == op || 8 == op || 13 == op) && 15 == reg_rd) in thumb2_record_data_proc_sreg_mimm()
13990 record_buf[0] = reg_rd; in thumb2_record_data_proc_sreg_mimm()
14006 uint32_t reg_rd; in thumb2_record_ps_dest_generic() local
[all …]