Searched refs:exec_type (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-d10v.c | 649 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 D | tc-d30v.c | 680 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 D | tc-d10v.c | 649 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 D | tc-d30v.c | 680 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 D | d10v.h | 75 int exec_type; member
|
H A D | ChangeLog-9103 | 868 * d10v.h: added ALONE attribute for d10v_opcode.exec_type.
|
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
H A D | d10v.h | 75 int exec_type; member
|
H A D | ChangeLog-9103 | 868 * d10v.h: added ALONE attribute for d10v_opcode.exec_type.
|
/netbsd-src/external/gpl3/gdb/dist/include/opcode/ |
H A D | ChangeLog-9103 | 868 * d10v.h: added ALONE attribute for d10v_opcode.exec_type.
|
/netbsd-src/external/gpl3/gdb.old/dist/include/opcode/ |
H A D | ChangeLog-9103 | 868 * d10v.h: added ALONE attribute for d10v_opcode.exec_type.
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | ChangeLog-9697 | 42 (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 D | ChangeLog-9697 | 42 (write_2_short): Make exec_type argument enum, not int. 53 integers. Reset exec_type for default operations. For explicit
|