Home
last modified time | relevance | path

Searched refs:exec_type (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-d10v.c649 if (opcode->exec_type & PARONLY) in write_1_short()
701 if ((op1->exec_type & SEQ) in check_resource_conflict()
702 || ! ((op1->exec_type & PAR) || (op1->exec_type & PARONLY))) in check_resource_conflict()
709 if ((op2->exec_type & SEQ) in check_resource_conflict()
710 || ! ((op2->exec_type & PAR) || (op2->exec_type & PARONLY))) in check_resource_conflict()
751 if (op->exec_type & BRANCH_LINK) in check_resource_conflict()
794 if (op->exec_type & WMEM) in check_resource_conflict()
796 else if (op->exec_type & WF0) in check_resource_conflict()
798 else if (op->exec_type & WCAR) in check_resource_conflict()
832 packing_type exec_type) in parallel_ok() argument
[all …]
H A Dtc-d30v.c680 exec_type_enum exec_type) in parallel_ok() argument
695 if (exec_type != EXEC_PARALLEL in parallel_ok()
936 exec_type_enum exec_type, in write_2_short() argument
943 if (exec_type == EXEC_SEQ in write_2_short()
960 switch (exec_type) in write_2_short()
964 && parallel_ok (opcode1, insn1, opcode2, insn2, exec_type) in write_2_short()
972 exec_type = EXEC_PARALLEL; in write_2_short()
1016 exec_type = EXEC_REVSEQ; in write_2_short()
1023 exec_type = EXEC_SEQ; in write_2_short()
1029 if (! parallel_ok (opcode1, insn1, opcode2, insn2, exec_type)) in write_2_short()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-d10v.c649 if (opcode->exec_type & PARONLY) in write_1_short()
701 if ((op1->exec_type & SEQ) in check_resource_conflict()
702 || ! ((op1->exec_type & PAR) || (op1->exec_type & PARONLY))) in check_resource_conflict()
709 if ((op2->exec_type & SEQ) in check_resource_conflict()
710 || ! ((op2->exec_type & PAR) || (op2->exec_type & PARONLY))) in check_resource_conflict()
751 if (op->exec_type & BRANCH_LINK) in check_resource_conflict()
794 if (op->exec_type & WMEM) in check_resource_conflict()
796 else if (op->exec_type & WF0) in check_resource_conflict()
798 else if (op->exec_type & WCAR) in check_resource_conflict()
832 packing_type exec_type) in parallel_ok() argument
[all …]
H A Dtc-d30v.c680 exec_type_enum exec_type) in parallel_ok() argument
695 if (exec_type != EXEC_PARALLEL in parallel_ok()
936 exec_type_enum exec_type, in write_2_short() argument
943 if (exec_type == EXEC_SEQ in write_2_short()
960 switch (exec_type) in write_2_short()
964 && parallel_ok (opcode1, insn1, opcode2, insn2, exec_type) in write_2_short()
972 exec_type = EXEC_PARALLEL; in write_2_short()
1016 exec_type = EXEC_REVSEQ; in write_2_short()
1023 exec_type = EXEC_SEQ; in write_2_short()
1029 if (! parallel_ok (opcode1, insn1, opcode2, insn2, exec_type)) in write_2_short()
[all …]
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dd10v.h75 int exec_type; member
H A DChangeLog-9103868 * d10v.h: added ALONE attribute for d10v_opcode.exec_type.
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dd10v.h75 int exec_type; member
H A DChangeLog-9103868 * d10v.h: added ALONE attribute for d10v_opcode.exec_type.
/netbsd-src/external/gpl3/gdb/dist/include/opcode/
H A DChangeLog-9103868 * d10v.h: added ALONE attribute for d10v_opcode.exec_type.
/netbsd-src/external/gpl3/gdb.old/dist/include/opcode/
H A DChangeLog-9103868 * d10v.h: added ALONE attribute for d10v_opcode.exec_type.
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-969742 (write_2_short): Make exec_type argument enum, not int.
53 integers. Reset exec_type for default operations. For explicit
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-969742 (write_2_short): Make exec_type argument enum, not int.
53 integers. Reset exec_type for default operations. For explicit