Searched refs:RS2 (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | sparc.h | 265 #define RS2(x) ((x) & 0x1f) /* Rs2 field. */ macro 279 #define RS2_G0 RS2 (~0)
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | sparc-opc.c | 481 { "sta", F3(3, 0x14, 0), F3(~3, ~0x14, ~0)|RS2(~0), "d,[1]A", 0, 0, 0, v6 }, /* sta d,[rs1+%g0] */ 488 { "sta", F3(3, 0x34, 0), F3(~3, ~0x34, ~0)|RS2(~0), "g,[1]A", 0, 0, 0, v9 }, /* sta d,[rs1+%g0] */ 495 { "stwa", F3(3, 0x14, 0), F3(~3, ~0x14, ~0)|RS2(~0), "d,[1]A", F_ALIAS, 0, 0, v9 }, /* sta d,[rs1+%… 501 { "stswa", F3(3, 0x14, 0), F3(~3, ~0x14, ~0)|RS2(~0), "d,[1]A", F_ALIAS, 0, 0, v9 }, /* sta d,[rs1+… 507 { "stuwa", F3(3, 0x14, 0), F3(~3, ~0x14, ~0)|RS2(~0), "d,[1]A", F_ALIAS, 0, 0, v9 }, /* sta d,[rs1+… 534 { "stba", F3(3, 0x15, 0), F3(~3, ~0x15, ~0)|RS2(~0), "d,[1]A", 0, 0, 0, v6 }, /* stba d,[rs1+%g0] */ 541 { "stsba", F3(3, 0x15, 0), F3(~3, ~0x15, ~0)|RS2(~0), "d,[1]A", F_ALIAS, 0, 0, v6 }, /* stba d,[rs1… 547 { "stuba", F3(3, 0x15, 0), F3(~3, ~0x15, ~0)|RS2(~0), "d,[1]A", F_ALIAS, 0, 0, v6 }, /* stba d,[rs1… 601 { "sttwa", F3(3, 0x17, 0), F3(~3, ~0x17, ~0)|RS2(~0), "d,[1]A", 0, 0, 0, v9 }, /* stda d,[rs1+%g0] … 608 { "stda", F3(3, 0x17, 0), F3(~3, ~0x17, ~0)|RS2(~0), "d,[1]A", F_ALIAS, 0, 0, v6 }, /* stda d,[rs1+… [all …]
|
D | fr30-opc.c | 578 { { MNEM, ' ', '@', OP (R15), '+', ',', OP (RS2), 0 } }, 656 { { MNEM, ' ', OP (RS2), ',', '@', '-', OP (R15), 0 } },
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-sparc.c | 1373 the_insn.opcode = (OR_INSN | RS1 (dstreg) | RS2 (upper_dstreg) in synthetize_setx() 2428 if (*args == '}' && mask != RS2 (opcode)) in sparc_ip() 2446 opcode |= RS2 (mask); in sparc_ip() 3433 && (delay & RS2 (~0)) == RS2 (O7))) in md_apply_fix() 3452 == (INSN_OR | RD (O7) | RS2 (G0)))) in md_apply_fix() 3462 != (INSN_OR | RS1 (O7) | RS2 (G0))) in md_apply_fix()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elfxx-sparc.c | 4078 || (y & RS2(~0)) != RS2(O7))) in _bfd_sparc_elf_relocate_section() 4105 == (INSN_OR | RD(O7) | RS2(G0))) in _bfd_sparc_elf_relocate_section() 4113 != (INSN_OR | RS1(O7) | RS2(G0))) in _bfd_sparc_elf_relocate_section()
|
D | ChangeLog-0001 | 7924 RSC, and RS2.
|