Home
last modified time | relevance | path

Searched refs:opcode1 (Results 1 – 25 of 35) sorted by relevance

12

/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-d30v.c932 write_2_short (struct d30v_insn *opcode1, in write_2_short() argument
944 && (opcode1->op->flags_used & (FLAG_JMP | FLAG_JSR)) in write_2_short()
945 && ((opcode1->op->flags_used & FLAG_DELAY) == 0) in write_2_short()
946 && ((opcode1->ecc == ECC_AL) || ! Optimizing)) in write_2_short()
953 write_1_short (opcode1, insn1, fx->next, false); in write_2_short()
964 && parallel_ok (opcode1, insn1, opcode2, insn2, exec_type) in write_2_short()
965 && ! ( (opcode1->op->unit == EITHER_BUT_PREFER_MU in write_2_short()
966 || opcode1->op->unit == MU) in write_2_short()
974 if (opcode1->op->unit == IU in write_2_short()
984 else if ((opcode1->op->flags_used & (FLAG_JMP | FLAG_JSR) in write_2_short()
[all …]
H A Dtc-d10v.c957 write_2_short (struct d10v_opcode *opcode1, 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()
978 if (opcode1->exec_type & ALONE) in write_2_short()
981 write_1_short (opcode1, insn1, fx->next); in write_2_short()
985 && parallel_ok (opcode1, insn1, opcode2, insn2, exec_type)) in write_2_short()
988 if (opcode1->unit == IU) in write_2_short()
995 else if (opcode1->unit == IU) in write_2_short()
1004 if (opcode1->exec_type & SEQ || opcode2->exec_type & SEQ) in write_2_short()
1007 if (opcode1->unit == IU) in write_2_short()
[all …]
H A Dtc-microblaze.c881 struct op_code_struct * opcode, *opcode1; in md_assemble() local
1085 opcode1 in md_assemble()
1088 if (opcode1 == NULL) in md_assemble()
1094 inst1 = opcode1->bit_sequence; in md_assemble()
1621 opcode1 in md_assemble()
1624 if (opcode1 == NULL) in md_assemble()
1630 inst1 = opcode1->bit_sequence; in md_assemble()
1689 opcode1 in md_assemble()
1692 if (opcode1 == NULL) in md_assemble()
1698 inst1 = opcode1->bit_sequence; in md_assemble()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-d30v.c932 write_2_short (struct d30v_insn *opcode1, in write_2_short() argument
944 && (opcode1->op->flags_used & (FLAG_JMP | FLAG_JSR)) in write_2_short()
945 && ((opcode1->op->flags_used & FLAG_DELAY) == 0) in write_2_short()
946 && ((opcode1->ecc == ECC_AL) || ! Optimizing)) in write_2_short()
953 write_1_short (opcode1, insn1, fx->next, false); in write_2_short()
964 && parallel_ok (opcode1, insn1, opcode2, insn2, exec_type) in write_2_short()
965 && ! ( (opcode1->op->unit == EITHER_BUT_PREFER_MU in write_2_short()
966 || opcode1->op->unit == MU) in write_2_short()
974 if (opcode1->op->unit == IU in write_2_short()
984 else if ((opcode1->op->flags_used & (FLAG_JMP | FLAG_JSR) in write_2_short()
[all …]
H A Dtc-d10v.c957 write_2_short (struct d10v_opcode *opcode1, 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()
978 if (opcode1->exec_type & ALONE) in write_2_short()
981 write_1_short (opcode1, insn1, fx->next); in write_2_short()
985 && parallel_ok (opcode1, insn1, opcode2, insn2, exec_type)) in write_2_short()
988 if (opcode1->unit == IU) in write_2_short()
995 else if (opcode1->unit == IU) in write_2_short()
1004 if (opcode1->exec_type & SEQ || opcode2->exec_type & SEQ) in write_2_short()
1007 if (opcode1->unit == IU) in write_2_short()
[all …]
H A Dtc-microblaze.c909 struct op_code_struct * opcode, *opcode1; in md_assemble() local
1113 opcode1 in md_assemble()
1116 if (opcode1 == NULL) in md_assemble()
1122 inst1 = opcode1->bit_sequence; in md_assemble()
1568 opcode1 in md_assemble()
1571 if (opcode1 == NULL) in md_assemble()
1577 inst1 = opcode1->bit_sequence; in md_assemble()
1636 opcode1 in md_assemble()
1639 if (opcode1 == NULL) in md_assemble()
1645 inst1 = opcode1->bit_sequence; in md_assemble()
[all …]
/netbsd-src/external/cddl/osnet/dev/dtrace/x86/
H A Ddis_tables.c2912 uint_t opcode1; /* high 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()
3061 if (opcode1 == 0x4) { 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()
[all …]
/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,
87 let Inst{0-5} = opcode1;
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,
1512 class XLForm_2_and_DSForm_1<bits<6> opcode1, bits<10> xo1, bit lk,
1516 : I2<opcode1, opcode2, OOL, IOL, asmstr, itin> {
1539 class XLForm_2_ext_and_DSForm_1<bits<6> opcode1, bits<10> xo1,
1544 : XLForm_2_and_DSForm_1<opcode1, xo1, lk, opcode2, xo2,
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/arm/
H A Darmcopro.c804 unsigned opcode1, in check_cp14_access() argument
816 if (opcode1 != 0 || opcode2 != 0) in check_cp14_access()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrFormats.td3225 multiclass BinaryRRAndK<string mnemonic, bits<8> opcode1, bits<16> opcode2,
3233 def "" : BinaryRR<mnemonic, opcode1, operator, cls1, cls2>;
3237 multiclass BinaryRREAndK<string mnemonic, bits<16> opcode1, bits<16> opcode2,
3245 def "" : BinaryRRE<mnemonic, opcode1, operator, cls1, cls2>;
3390 multiclass BinaryRIAndK<string mnemonic, bits<12> opcode1, bits<16> opcode2,
3398 def "" : BinaryRI<mnemonic, opcode1, operator, cls, imm>;
3469 multiclass BinaryRSAndK<string mnemonic, bits<8> opcode1, bits<16> opcode2,
3476 def "" : BinaryRS<mnemonic, opcode1, operator, cls>;
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-xtensa.texi170 @var{opcode1} [@var{operands}]
190 @{ [@var{format};] @var{opcode0} [@var{operands}]; @var{opcode1} [@var{operands}]; @var{opcode2} [@…
H A Das.texi4896 @subsection @code{.cfi_fde_data [@var{opcode1} [, @dots{}]]}
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dc-xtensa.texi170 @var{opcode1} [@var{operands}]
190 @{ [@var{format};] @var{opcode0} [@var{operands}]; @var{opcode1} [@var{operands}]; @var{opcode2} [@…
H A Das.texi4979 @subsection @code{.cfi_fde_data [@var{opcode1} [, @dots{}]]}
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstrVFP.td1975 let Inst{27-23} = 0b11101; // opcode1
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-00016763 * config/tc-d30v.c (write_2_short): Disregard opcode1->ecc when
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-00016763 * config/tc-d30v.c (write_2_short): Disregard opcode1->ecc when
/netbsd-src/external/gpl3/binutils.old/dist/gas/po/
H A Drw.po9260 msgid "unknown opcode1: `%s'"
H A Dja.po10696 msgid "unknown opcode1: `%s'"
H A Dfr.po23868 #~ msgid "unknown opcode1: `%s'"
23869 #~ msgstr "opcode1 inconnu: « %s »"
H A Dtr.po8508 msgid "unknown opcode1: `%s'"
/netbsd-src/external/gpl3/binutils/dist/gas/po/
H A Drw.po9260 msgid "unknown opcode1: `%s'"
H A Dja.po10696 msgid "unknown opcode1: `%s'"
H A Dfr.po24704 #~ msgid "unknown opcode1: `%s'"
24705 #~ msgstr "opcode1 inconnu: « %s »"
H A Dtr.po8508 msgid "unknown opcode1: `%s'"

12