Lines Matching refs:rp
1203 cur_arg->rp = cur_arg->r; in set_operand()
1219 if ((cur_arg->rp = get_register_pair (operandS)) == nullregister) in set_operand()
1230 if ((cur_arg->rp = get_index_register_pair (operandE)) == nullregister) in set_operand()
1237 cur_arg->rp = -1; in set_operand()
1314 cur_arg->rp = ret_val; in parse_operand()
1889 CR16_PRINT (0, getregp_image (arg->rp), shift); in print_operand()
1908 CR16_PRINT (0, getidxregp_image (arg->rp), 0); in print_operand()
1916 CR16_PRINT (0, getidxregp_image (arg->rp), 16); in print_operand()
1958 CR16_PRINT (0, getregp_image (arg->rp), (shift + 16)); in print_operand()
1962 CR16_PRINT (0, getregp_image (arg->rp), (shift - 8)); in print_operand()
1964 CR16_PRINT (0, getregp_image (arg->rp), 16); in print_operand()
1967 CR16_PRINT (0, getregp_image (arg->rp), shift); in print_operand()
2284 && (instruction->size == 2) && (insn->arg[i].rp != 14)) in assemble_insn()