Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-dlx.c339 char rs1[7], rd[7], endm, match = '0'; in dlx_parse_loadop() local
355 rs1[0] = 'r'; in dlx_parse_loadop()
356 rs1[1] = '0'; in dlx_parse_loadop()
357 rs1[2] = '\0'; in dlx_parse_loadop()
375 rs1[i] = str[pb+i]; in dlx_parse_loadop()
377 rs1[i] = '\0'; in dlx_parse_loadop()
379 if (is_ldst_registers (& rs1[0])) in dlx_parse_loadop()
388 rs1[0] = 'r'; in dlx_parse_loadop()
389 rs1[1] = '0'; in dlx_parse_loadop()
390 rs1[2] = '\0'; in dlx_parse_loadop()
[all …]
/toolchain/binutils/binutils-2.25/opcodes/
Ddlx-dis.c39 unsigned char opc, rs1, rs2, rd; variable
171 (*info->fprintf_func) (info->stream, "r%d", (int)rs1); in dlx_r_type()
222 (*info->fprintf_func) (info->stream, "0x%04x[r%d]", (int)imm16, (int)rs1); in dlx_load_type()
256 (*info->fprintf_func) (info->stream, "0x%04x[r%d],", (int)imm16, (int)rs1); in dlx_store_type()
313 (*info->fprintf_func) (info->stream, "r%d,", (int)rs1); in dlx_aluI_type()
350 (*info->fprintf_func) (info->stream, "r%d,", (int) rs1); in dlx_br_type()
423 (*info->fprintf_func) (info->stream, "r%d", (int)rs1); in dlx_jr_type()
464 rs1 = dlx_get_rs1 (insn_word); in print_insn_dlx()
479 opc, rs1, rs2, rd, func, imm16, imm26); in print_insn_dlx()
DChangeLog-0203722 to rs1, make sure that there are previous instructions.
DChangeLog-00011658 * sparc-opc.c (sparc_opcodes): popc has 0 in rs1, not rs2.