Home
last modified time | relevance | path

Searched refs:RS1 (Results 1 – 10 of 10) sorted by relevance

/NextBSD/contrib/llvm/lib/Target/Sparc/
HDSparcAsmPrinter.cpp132 MCOperand &RS1, MCOperand &Src2, MCOperand &RD, in EmitBinary() argument
138 Inst.addOperand(RS1); in EmitBinary()
144 MCOperand &RS1, MCOperand &Imm, MCOperand &RD, in EmitOR() argument
146 EmitBinary(OutStreamer, SP::ORri, RS1, Imm, RD, STI); in EmitOR()
150 MCOperand &RS1, MCOperand &RS2, MCOperand &RD, in EmitADD() argument
152 EmitBinary(OutStreamer, SP::ADDrr, RS1, RS2, RD, STI); in EmitADD()
156 MCOperand &RS1, MCOperand &Imm, MCOperand &RD, in EmitSHL() argument
158 EmitBinary(OutStreamer, SP::SLLri, RS1, Imm, RD, STI); in EmitSHL()
/NextBSD/sys/cddl/contrib/opensolaris/uts/sparc/dtrace/
HDfasttrap_isa.c140 #define RS1(x) (((x) >> 14) & 0x1f) macro
592 value = fasttrap_getreg(rp, RS1(tp->ftt_instr)) + imm; in fasttrap_pid_probe()
594 value = fasttrap_getreg(rp, RS1(tp->ftt_instr)) + in fasttrap_pid_probe()
629 target = fasttrap_getreg(rp, RS1(tp->ftt_instr)) + imm; in fasttrap_pid_probe()
631 target = fasttrap_getreg(rp, RS1(tp->ftt_instr)) + in fasttrap_pid_probe()
651 value = fasttrap_getreg(rp, RS1(tp->ftt_instr)) | imm; in fasttrap_pid_probe()
653 value = fasttrap_getreg(rp, RS1(tp->ftt_instr)) | in fasttrap_pid_probe()
820 uint_t reg = RS1(tp->ftt_instr); in fasttrap_pid_probe()
906 uint_t rs1 = RS1(tp->ftt_instr); in fasttrap_pid_probe()
913 uint_t rs1 = RS1(tp->ftt_instr); in fasttrap_pid_probe()
[all …]
/NextBSD/contrib/binutils/opcodes/
HDsparc-opc.c681 { "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…
725 { "membar", F3(2, 0x28, 1)|RS1(0xf), F3(~2, ~0x28, ~1)|RD_G0|RS1(~0xf)|SIMM13(~127), "K", 0, v9 },
726 { "stbar", F3(2, 0x28, 0)|RS1(0xf), F3(~2, ~0x28, ~0)|RD_G0|RS1(~0xf)|SIMM13(~0), "", 0, v8 },
863 { "rd", F3(2, 0x28, 0)|RS1(2), F3(~2, ~0x28, ~0)|RS1(~2)|SIMM13(~0), "E,d", 0, v9 }, /* rd %ccr,r …
864 { "rd", F3(2, 0x28, 0)|RS1(3), F3(~2, ~0x28, ~0)|RS1(~3)|SIMM13(~0), "o,d", 0, v9 }, /* rd %asi,r …
865 { "rd", F3(2, 0x28, 0)|RS1(4), F3(~2, ~0x28, ~0)|RS1(~4)|SIMM13(~0), "W,d", 0, v9 }, /* rd %tick,r…
866 { "rd", F3(2, 0x28, 0)|RS1(5), F3(~2, ~0x28, ~0)|RS1(~5)|SIMM13(~0), "P,d", 0, v9 }, /* rd %pc,r */
867 { "rd", F3(2, 0x28, 0)|RS1(6), F3(~2, ~0x28, ~0)|RS1(~6)|SIMM13(~0), "s,d", 0, v9 }, /* rd %fprs,r…
869 { "rd", F3(2, 0x28, 0)|RS1(16), F3(~2, ~0x28, ~0)|RS1(~16)|SIMM13(~0), "/,d", 0, v9a }, /* rd %pcr…
[all …]
/NextBSD/contrib/binutils/include/opcode/
HDsparc.h209 #define RS1(x) (((x) & 0x1f) << 14) /* Rs1 field. */ macro
218 #define RS1_G0 RS1 (~0)
/NextBSD/contrib/binutils/gas/config/
HDtc-sparc.c1077 the_insn.opcode = (OR_INSN | (need_hi22_p ? RS1 (rd) : 0)
1103 the_insn.opcode = (SRA_INSN | RS1 (rd) | RD (rd));
1132 opc = RS1 (rd) | XOR_INSN;
1147 int tmpreg = (the_insn.opcode & RS1 (~0)) >> 14;
1256 | (need_hh22_p ? RS1 (upper_dstreg) : 0)
1270 the_insn.opcode = (OR_INSN | (need_hi22_p ? RS1 (dstreg) : 0)
1282 the_insn.opcode = (SLLX_INSN | RS1 (upper_dstreg) | RD (upper_dstreg)
1291 the_insn.opcode = (XOR_INSN | RS1 (dstreg) | RD (dstreg) | IMMED
1300 the_insn.opcode = (OR_INSN | RS1 (dstreg) | RS2 (upper_dstreg)
1707 opcode |= (*args == 'M' ? RS1 (num) : RD (num));
[all …]
/NextBSD/sys/gnu/dts/arm/
HDvexpress-v2m-rs1.dtsi9 * RS1 memory map ("ARM Cortex-A Series memory map" in the board's
HDvexpress-v2m.dtsi13 * RS1 variant (vexpress-v2m-rs1.dtsi), but there is a strong
/NextBSD/contrib/binutils/bfd/
HDelfxx-sparc.c3405 && (y & RS1(~0)) != RS1(O7) in _bfd_sparc_elf_relocate_section()
3433 && (y & (0xffffffff ^ RS1(~0))) in _bfd_sparc_elf_relocate_section()
3442 != (INSN_OR | RS1(O7) | RS2(G0))) in _bfd_sparc_elf_relocate_section()
3453 reg = (y & RS1(~0)) >> 14; in _bfd_sparc_elf_relocate_section()
HDChangeLog-00017923 * cpu-rs6000.c (arch_info_struct): Create with entries for RS1,
/NextBSD/sys/dev/usb/
HDusbdevs3038 product MELCO PCOPRS1 0x00b3 PC-OP-RS1 RemoteStation