Lines Matching refs:rs1

4565         dec->rd = dec->rs1 = dec->rs2 = rv_ireg_zero;  in decode_inst_operands()
4570 dec->rs1 = dec->rs2 = rv_ireg_zero; in decode_inst_operands()
4575 dec->rs1 = dec->rs2 = rv_ireg_zero; in decode_inst_operands()
4580 dec->rs1 = operand_rs1(inst); in decode_inst_operands()
4586 dec->rs1 = operand_rs1(inst); in decode_inst_operands()
4592 dec->rs1 = operand_rs1(inst); in decode_inst_operands()
4598 dec->rs1 = operand_rs1(inst); in decode_inst_operands()
4604 dec->rs1 = operand_rs1(inst); in decode_inst_operands()
4610 dec->rs1 = operand_rs1(inst); in decode_inst_operands()
4616 dec->rs1 = operand_rs1(inst); in decode_inst_operands()
4622 dec->rs1 = operand_rs1(inst); in decode_inst_operands()
4628 dec->rs1 = operand_rs1(inst); in decode_inst_operands()
4635 dec->rs1 = operand_rs1(inst); in decode_inst_operands()
4643 dec->rs1 = operand_rs1(inst); in decode_inst_operands()
4651 dec->rs1 = operand_rs1(inst); in decode_inst_operands()
4658 dec->rd = dec->rs1 = dec->rs2 = rv_ireg_zero; in decode_inst_operands()
4665 dec->rs1 = operand_crs1q(inst) + 8; in decode_inst_operands()
4670 dec->rd = dec->rs1 = operand_crs1rdq(inst) + 8; in decode_inst_operands()
4675 dec->rd = dec->rs1 = operand_crs1rdq(inst) + 8; in decode_inst_operands()
4680 dec->rd = dec->rs1 = operand_crs1rdq(inst) + 8; in decode_inst_operands()
4685 dec->rd = dec->rs1 = operand_crs1rd(inst); in decode_inst_operands()
4690 dec->rd = dec->rs1 = operand_crs1rd(inst); in decode_inst_operands()
4695 dec->rd = dec->rs1 = operand_crs1rd(inst); in decode_inst_operands()
4701 dec->rs1 = rv_ireg_sp; in decode_inst_operands()
4707 dec->rs1 = rv_ireg_sp; in decode_inst_operands()
4713 dec->rs1 = rv_ireg_sp; in decode_inst_operands()
4719 dec->rs1 = rv_ireg_sp; in decode_inst_operands()
4725 dec->rs1 = rv_ireg_zero; in decode_inst_operands()
4731 dec->rs1 = rv_ireg_zero; in decode_inst_operands()
4736 dec->rd = dec->rs1 = dec->rs2 = rv_ireg_zero; in decode_inst_operands()
4741 dec->rs1 = rv_ireg_sp; in decode_inst_operands()
4746 dec->rd = dec->rs1 = dec->rs2 = rv_ireg_zero; in decode_inst_operands()
4751 dec->rs1 = dec->rs2 = rv_ireg_zero; in decode_inst_operands()
4756 dec->rs1 = operand_crs1q(inst) + 8; in decode_inst_operands()
4762 dec->rs1 = operand_crs1q(inst) + 8; in decode_inst_operands()
4768 dec->rs1 = operand_crs1q(inst) + 8; in decode_inst_operands()
4773 dec->rd = dec->rs1 = operand_crs1rd(inst); in decode_inst_operands()
4779 dec->rs1 = operand_crs2(inst); in decode_inst_operands()
4785 dec->rs1 = operand_crs1(inst); in decode_inst_operands()
4791 dec->rs1 = operand_crs1(inst); in decode_inst_operands()
4796 dec->rd = dec->rs1 = operand_crs1rdq(inst) + 8; in decode_inst_operands()
4802 dec->rs1 = operand_crs1q(inst) + 8; in decode_inst_operands()
4808 dec->rs1 = operand_crs1q(inst) + 8; in decode_inst_operands()
4814 dec->rs1 = operand_crs1q(inst) + 8; in decode_inst_operands()
4820 dec->rs1 = rv_ireg_sp; in decode_inst_operands()
4826 dec->rs1 = rv_ireg_sp; in decode_inst_operands()
4832 dec->rs1 = rv_ireg_sp; in decode_inst_operands()
4837 dec->rs1 = operand_rs1(inst); in decode_inst_operands()
4843 dec->rs1 = operand_rs1(inst); in decode_inst_operands()
4848 dec->rs1 = operand_rs1(inst); in decode_inst_operands()
4854 dec->rs1 = operand_rs1(inst); in decode_inst_operands()
4871 dec->rs1 = operand_rs1(inst); in decode_inst_operands()
4880 dec->rs1 = operand_crs1q(inst) + 8; in decode_inst_operands()
4885 dec->rs1 = operand_crs1q(inst) + 8; in decode_inst_operands()
4913 dec->rs1 = operand_rs1(inst); in decode_inst_operands()
4918 dec->rs1 = operand_rs1(inst); in decode_inst_operands()
4922 dec->rs1 = operand_rs1(inst); in decode_inst_operands()
4927 dec->rs1 = operand_rs1(inst); in decode_inst_operands()
4933 dec->rs1 = operand_rs1(inst); in decode_inst_operands()
4939 dec->rs1 = operand_rs1(inst); in decode_inst_operands()
4948 dec->rs1 = dec->rs2 = operand_crs1(inst); in decode_inst_operands()
4959 uint8_t rd = dec->rd, rs1 = dec->rs1, rs2 = dec->rs2; in check_constraints() local
4973 if (!(rs1 == 0)) { in check_constraints()
4983 if (!(rs2 == rs1)) { in check_constraints()
4988 if (!(rs1 == 1)) { in check_constraints()
5111 g_string_append(buf, rv_ireg_name_sym[dec->rs1]); in format_inst()
5125 g_string_append(buf, rv_ireg_name_sym[dec->rs1]); in format_inst()
5127 g_string_append(buf, rv_freg_name_sym[dec->rs1]); in format_inst()
5145 g_string_append_printf(buf, "%d", dec->rs1); in format_inst()
5262 g_string_append(buf, rv_vreg_name_sym[dec->rs1]); in format_inst()