Searched refs:RS1 (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | sparc-opc.c | 681 { "ret", F3(2, 0x38, 1)|RS1(0x1f)|SIMM13(8), F3(~2, ~0x38, ~1)|SIMM13(~8), "", F_UNBR|F_DEL… 682 { "retl", F3(2, 0x38, 1)|RS1(0x0f)|SIMM13(8), F3(~2, ~0x38, ~1)|RS1(~0x0f)|SIMM13(~8), "", F_UNBR|F… 721 { "membar", F3(2, 0x28, 1)|RS1(0xf), F3(~2, ~0x28, ~1)|RD_G0|RS1(~0xf)|SIMM13(~127), "K", 0, v9 }, 722 { "stbar", F3(2, 0x28, 0)|RS1(0xf), F3(~2, ~0x28, ~0)|RD_G0|RS1(~0xf)|SIMM13(~0), "", 0, v8 }, 859 { "rd", F3(2, 0x28, 0)|RS1(2), F3(~2, ~0x28, ~0)|RS1(~2)|SIMM13(~0), "E,d", 0, v9 }, /* rd %ccr,r … 860 { "rd", F3(2, 0x28, 0)|RS1(3), F3(~2, ~0x28, ~0)|RS1(~3)|SIMM13(~0), "o,d", 0, v9 }, /* rd %asi,r … 861 { "rd", F3(2, 0x28, 0)|RS1(4), F3(~2, ~0x28, ~0)|RS1(~4)|SIMM13(~0), "W,d", 0, v9 }, /* rd %tick,r… 862 { "rd", F3(2, 0x28, 0)|RS1(5), F3(~2, ~0x28, ~0)|RS1(~5)|SIMM13(~0), "P,d", 0, v9 }, /* rd %pc,r */ 863 { "rd", F3(2, 0x28, 0)|RS1(6), F3(~2, ~0x28, ~0)|RS1(~6)|SIMM13(~0), "s,d", 0, v9 }, /* rd %fprs,r… 865 { "rd", F3(2, 0x28, 0)|RS1(16), F3(~2, ~0x28, ~0)|RS1(~16)|SIMM13(~0), "/,d", 0, v9a }, /* rd %pcr… [all …]
|
| D | fr30-opc.c | 686 { { MNEM, ' ', OP (RS1), ',', OP (RI), 0 } }, 698 { { MNEM, ' ', OP (RI), ',', OP (RS1), 0 } },
|
| /mirbsd/src/gnu/usr.bin/binutils/include/opcode/ |
| D | sparc.h | 209 #define RS1(x) (((x) & 0x1f) << 14) /* Rs1 field. */ macro 218 #define RS1_G0 RS1 (~0)
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-sparc.c | 1066 the_insn.opcode = (OR_INSN | (need_hi22_p ? RS1 (rd) : 0) 1092 the_insn.opcode = (SRA_INSN | RS1 (rd) | RD (rd)); 1121 opc = RS1 (rd) | XOR_INSN; 1136 int tmpreg = (the_insn.opcode & RS1 (~0)) >> 14; 1245 | (need_hh22_p ? RS1 (upper_dstreg) : 0) 1259 the_insn.opcode = (OR_INSN | (need_hi22_p ? RS1 (dstreg) : 0) 1271 the_insn.opcode = (SLLX_INSN | RS1 (upper_dstreg) | RD (upper_dstreg) 1280 the_insn.opcode = (XOR_INSN | RS1 (dstreg) | RD (dstreg) | IMMED 1289 the_insn.opcode = (OR_INSN | RS1 (dstreg) | RS2 (upper_dstreg) 1660 opcode |= (*args == 'M' ? RS1 (num) : RD (num)); [all …]
|
| /mirbsd/src/sys/arch/sparc/sparc/ |
| D | db_disasm.c | 85 #define RS1(x) (((x) & 0x1f) << 14) macro 389 {(FORMAT3(2, 0x28, 1) | RS1(15)), "membar", "9"}, 390 {(FORMAT3(2, 0x28, 0) | RS1(15)), "stbar", ""},
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | elfxx-sparc.c | 3279 && (y & RS1(~0)) != RS1(O7) in _bfd_sparc_elf_relocate_section() 3307 && (y & (0xffffffff ^ RS1(~0))) in _bfd_sparc_elf_relocate_section() 3316 != (INSN_OR | RS1(O7) | RS2(G0))) in _bfd_sparc_elf_relocate_section() 3327 reg = (y & RS1(~0)) >> 14; in _bfd_sparc_elf_relocate_section()
|
| /mirbsd/src/sys/dev/usb/ |
| D | usbdevs | 2685 product MELCO PCOPRS1 0x00b3 PC-OP-RS1 RemoteStation
|