Home
last modified time | relevance | path

Searched refs:opcode2 (Results 1 – 25 of 44) sorted by relevance

12

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dtic54x-dis.c124 if (tm->opcode2 == (data2 & tm->mask2)) in tic54x_get_insn()
182 unsigned long opcode2 = 0; in print_instruction() local
196 lkaddr = opcode2 = bfd_getl16 (buf); in print_instruction()
202 opcode2 = bfd_getl16 (buf); in print_instruction()
258 (*(info->print_address_func)) ((bfd_vma) opcode2, info); in print_instruction()
262 opcode2 += ((unsigned long) opcode & 0x7F) << 16; in print_instruction()
266 (*(info->print_address_func)) ((bfd_vma) opcode2, info); in print_instruction()
281 sprintf (operand[i], "pa%d", (unsigned) opcode2); in print_instruction()
285 src = SRC (ext ? opcode2 : opcode) ? OP_B : OP_A; in print_instruction()
290 src = SRC1 (ext ? opcode2 : opcode) ? OP_B : OP_A; in print_instruction()
[all …]
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dtic54x-dis.c124 if (tm->opcode2 == (data2 & tm->mask2)) in tic54x_get_insn()
182 unsigned long opcode2 = 0; in print_instruction() local
196 lkaddr = opcode2 = bfd_getl16 (buf); in print_instruction()
202 opcode2 = bfd_getl16 (buf); in print_instruction()
258 (*(info->print_address_func)) ((bfd_vma) opcode2, info); in print_instruction()
262 opcode2 += ((unsigned long) opcode & 0x7F) << 16; in print_instruction()
266 (*(info->print_address_func)) ((bfd_vma) opcode2, info); in print_instruction()
281 sprintf (operand[i], "pa%d", (unsigned) opcode2); in print_instruction()
285 src = SRC (ext ? opcode2 : opcode) ? OP_B : OP_A; in print_instruction()
290 src = SRC1 (ext ? opcode2 : opcode) ? OP_B : OP_A; in print_instruction()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-d30v.c934 struct d30v_insn *opcode2, in write_2_short() argument
964 && parallel_ok (opcode1, insn1, opcode2, insn2, exec_type) in write_2_short()
968 ( opcode2->op->unit == EITHER_BUT_PREFER_MU in write_2_short()
969 || opcode2->op->unit == MU))) in write_2_short()
975 || opcode2->op->unit == MU in write_2_short()
976 || opcode2->op->unit == EITHER_BUT_PREFER_MU) in write_2_short()
1005 if (opcode2->op->unit == EITHER_BUT_PREFER_MU) in write_2_short()
1029 if (! parallel_ok (opcode1, insn1, opcode2, insn2, exec_type)) in write_2_short()
1033 if (opcode2->op->unit == IU) in write_2_short()
1038 else if (opcode2->op->unit == MU) in write_2_short()
[all …]
H A Dtc-d10v.c959 struct d10v_opcode *opcode2, in write_2_short() argument
969 && ((opcode1->exec_type & PARONLY) || (opcode2->exec_type & PARONLY))) in write_2_short()
972 if ((opcode1->format & LONG_OPCODE) || (opcode2->format & LONG_OPCODE)) in write_2_short()
985 && parallel_ok (opcode1, insn1, opcode2, insn2, exec_type)) in write_2_short()
990 else if (opcode2->unit == MU) in write_2_short()
1004 if (opcode1->exec_type & SEQ || opcode2->exec_type & SEQ) in write_2_short()
1009 if (opcode2->unit == IU) in write_2_short()
1015 else if (opcode2->unit == MU) in write_2_short()
1025 check_resource_conflict (opcode1, insn1, opcode2, insn2); in write_2_short()
1031 else if (opcode2->unit == MU || opcode2->unit == EITHER) in write_2_short()
[all …]
H A Dtc-tic54x.c4054 insn->opcode[1 + insn->is_lkaddr].word = insn->tm->opcode2; in build_insn()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-d30v.c934 struct d30v_insn *opcode2, in write_2_short() argument
964 && parallel_ok (opcode1, insn1, opcode2, insn2, exec_type) in write_2_short()
968 ( opcode2->op->unit == EITHER_BUT_PREFER_MU in write_2_short()
969 || opcode2->op->unit == MU))) in write_2_short()
975 || opcode2->op->unit == MU in write_2_short()
976 || opcode2->op->unit == EITHER_BUT_PREFER_MU) in write_2_short()
1005 if (opcode2->op->unit == EITHER_BUT_PREFER_MU) in write_2_short()
1029 if (! parallel_ok (opcode1, insn1, opcode2, insn2, exec_type)) in write_2_short()
1033 if (opcode2->op->unit == IU) in write_2_short()
1038 else if (opcode2->op->unit == MU) in write_2_short()
[all …]
H A Dtc-d10v.c959 struct d10v_opcode *opcode2, in write_2_short() argument
969 && ((opcode1->exec_type & PARONLY) || (opcode2->exec_type & PARONLY))) in write_2_short()
972 if ((opcode1->format & LONG_OPCODE) || (opcode2->format & LONG_OPCODE)) in write_2_short()
985 && parallel_ok (opcode1, insn1, opcode2, insn2, exec_type)) in write_2_short()
990 else if (opcode2->unit == MU) in write_2_short()
1004 if (opcode1->exec_type & SEQ || opcode2->exec_type & SEQ) in write_2_short()
1009 if (opcode2->unit == IU) in write_2_short()
1015 else if (opcode2->unit == MU) in write_2_short()
1025 check_resource_conflict (opcode1, insn1, opcode2, insn2); in write_2_short()
1031 else if (opcode2->unit == MU || opcode2->unit == EITHER) in write_2_short()
[all …]
H A Dtc-tic54x.c4023 insn->opcode[1 + insn->is_lkaddr].word = insn->tm->opcode2; in build_insn()
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-riscv.texi402 @item opcode2 @tab Unsigned immediate or opcode name for 2-bits opcode.
575 @item CR type: .insn cr opcode2, func4, rd, rs2
578 | func4 | rd/rs1 | rs2 | opcode2 |
583 @item CI type: .insn ci opcode2, func3, rd, simm6
586 | func3 | simm6[5] | rd/rs1 | simm6[4:0] | opcode2 |
591 @item CIW type: .insn ciw opcode2, func3, rd', uimm8
594 | func3 | uimm8[7:0] | rd' | opcode2 |
599 @item CSS type: .insn css opcode2, func3, rd, uimm6
602 | func3 | uimm6[5:0] | rd | opcode2 |
607 @item CL type: .insn cl opcode2, func3, rd', uimm5(rs1')
[all …]
H A Dc-xtensa.texi172 @var{opcode2} [@var{operands}]
190 @{ [@var{format};] @var{opcode0} [@var{operands}]; @var{opcode1} [@var{operands}]; @var{opcode2} [@…
H A Das.info19369 opcode2 Unsigned immediate or opcode name for 2-bits opcode.
19535 `CR type: .insn cr opcode2, func4, rd, rs2'
19538 | func4 | rd/rs1 | rs2 | opcode2 |
19542 `CI type: .insn ci opcode2, func3, rd, simm6'
19545 | func3 | simm6[5] | rd/rs1 | simm6[4:0] | opcode2 |
19549 `CIW type: .insn ciw opcode2, func3, rd', uimm8'
19552 | func3 | uimm8[7:0] | rd' | opcode2 |
19556 `CSS type: .insn css opcode2, func3, rd, uimm6'
19559 | func3 | uimm6[5:0] | rd | opcode2 |
19563 `CL type: .insn cl opcode2, func3, rd', uimm5(rs1')'
[all …]
/netbsd-src/external/cddl/osnet/dev/dtrace/x86/
H A Ddis_tables.c2913 uint_t opcode2; /* low nibble of 1st byte */ in dtrace_disx86() local
3004 if (dtrace_get_opcode(x, &opcode1, &opcode2) != 0) in dtrace_disx86()
3007 if (opcode1 == 0 && opcode2 == 0 && in dtrace_disx86()
3021 dp = (instable_t *)&dis_distable[opcode1][opcode2]; in dtrace_disx86()
3047 *which_prefix = (opcode1 << 4) | opcode2; in dtrace_disx86()
3048 if (dtrace_get_opcode(x, &opcode1, &opcode2) != 0) in dtrace_disx86()
3062 rex_prefix = (opcode1 << 4) | opcode2; in dtrace_disx86()
3063 if (dtrace_get_opcode(x, &opcode1, &opcode2) != 0) in dtrace_disx86()
3065 dp = (instable_t *)&dis_distable[opcode1][opcode2]; in dtrace_disx86()
3067 (opcode2 == 0x4 || opcode2 == 0x5)) { in dtrace_disx86()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dc-riscv.texi439 @item opcode2 @tab Unsigned immediate or opcode name for 2-bits opcode.
612 @item CR type: .insn cr opcode2, func4, rd, rs2
615 | func4 | rd/rs1 | rs2 | opcode2 |
620 @item CI type: .insn ci opcode2, func3, rd, simm6
623 | func3 | simm6[5] | rd/rs1 | simm6[4:0] | opcode2 |
628 @item CIW type: .insn ciw opcode2, func3, rd', uimm8
631 | func3 | uimm8[7:0] | rd' | opcode2 |
636 @item CSS type: .insn css opcode2, func3, rd, uimm6
639 | func3 | uimm6[5:0] | rd | opcode2 |
644 @item CL type: .insn cl opcode2, func3, rd', uimm5(rs1')
[all …]
H A Dc-xtensa.texi172 @var{opcode2} [@var{operands}]
190 @{ [@var{format};] @var{opcode0} [@var{operands}]; @var{opcode1} [@var{operands}]; @var{opcode2} [@…
H A Das.info19833 opcode2 Unsigned immediate or opcode name for 2-bits opcode.
19986 ‘CR type: .insn cr opcode2, func4, rd, rs2’
19988 | func4 | rd/rs1 | rs2 | opcode2 |
19992 ‘CI type: .insn ci opcode2, func3, rd, simm6’
19994 | func3 | simm6[5] | rd/rs1 | simm6[4:0] | opcode2 |
19998 ‘CIW type: .insn ciw opcode2, func3, rd', uimm8’
20000 | func3 | uimm8[7:0] | rd' | opcode2 |
20004 ‘CSS type: .insn css opcode2, func3, rd, uimm6’
20006 | func3 | uimm6[5:0] | rd | opcode2 |
20010 ‘CL type: .insn cl opcode2, func3, rd', uimm5(rs1')’
[all …]
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dtic54x.h145 unsigned short opcode2, mask2; /* some insns have an extended opcode */ member
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dtic54x.h145 unsigned short opcode2, mask2; /* some insns have an extended opcode */ member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrFormats.td77 class I2<bits<6> opcode1, bits<6> opcode2, dag OOL, dag IOL, string asmstr,
88 let Inst{32-37} = opcode2;
317 class IForm_and_DForm_1<bits<6> opcode1, bit aa, bit lk, bits<6> opcode2,
320 : I2<opcode1, opcode2, OOL, IOL, asmstr, itin> {
337 class IForm_and_DForm_4_zero<bits<6> opcode1, bit aa, bit lk, bits<6> opcode2,
340 : IForm_and_DForm_1<opcode1, aa, lk, opcode2,
1513 bits<6> opcode2, bits<2> xo2,
1516 : I2<opcode1, opcode2, OOL, IOL, asmstr, itin> {
1541 bits<6> opcode2, bits<2> xo2,
1544 : XLForm_2_and_DSForm_1<opcode1, xo1, lk, opcode2, xo2,
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/arm/
H A Darmcopro.c805 unsigned opcode2) in check_cp14_access() argument
816 if (opcode1 != 0 || opcode2 != 0) in check_cp14_access()
H A DChangeLog-2021669 (DSPCDP6): Delete unused variable opcode2.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrFormats.td3225 multiclass BinaryRRAndK<string mnemonic, bits<8> opcode1, bits<16> opcode2,
3230 def K : BinaryRRFa<mnemonic#"k", opcode2, operator, cls1, cls1, cls2>,
3237 multiclass BinaryRREAndK<string mnemonic, bits<16> opcode1, bits<16> opcode2,
3242 def K : BinaryRRFa<mnemonic#"k", opcode2, operator, cls1, cls1, cls2>,
3390 multiclass BinaryRIAndK<string mnemonic, bits<12> opcode1, bits<16> opcode2,
3395 def K : BinaryRIE<mnemonic#"k", opcode2, operator, cls, imm>,
3469 multiclass BinaryRSAndK<string mnemonic, bits<8> opcode1, bits<16> opcode2,
3473 def K : BinaryRSY<mnemonic#"k", opcode2, operator, cls>,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstrVFP.td1976 let Inst{21-20} = 0b11; // opcode2
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A DChangeLog-20162367 * testsuite/ld-z8k/ldrb-opcode2.s: New file.
/netbsd-src/external/gpl3/binutils/dist/ld/
H A DChangeLog-20162367 * testsuite/ld-z8k/ldrb-opcode2.s: New file.
/netbsd-src/external/gpl3/binutils.old/dist/gas/po/
H A Drw.po9265 msgid "unknown opcode2 `%s'."

12