Home
last modified time | relevance | path

Searched refs:PARONLY (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dd10v-opc.c217 { "exef0f", SHORT_2, 1, EITHER, PARONLY, 0x4e04, 0x7fff, { 0 } },
218 { "exef0t", SHORT_2, 1, EITHER, PARONLY, 0x4e24, 0x7fff, { 0 } },
219 { "exef1f", SHORT_2, 1, EITHER, PARONLY, 0x4e40, 0x7fff, { 0 } },
220 { "exef1t", SHORT_2, 1, EITHER, PARONLY, 0x4e42, 0x7fff, { 0 } },
221 { "exefaf", SHORT_2, 1, EITHER, PARONLY, 0x4e00, 0x7fff, { 0 } },
222 { "exefat", SHORT_2, 1, EITHER, PARONLY, 0x4e02, 0x7fff, { 0 } },
223 { "exetaf", SHORT_2, 1, EITHER, PARONLY, 0x4e20, 0x7fff, { 0 } },
224 { "exetat", SHORT_2, 1, EITHER, PARONLY, 0x4e22, 0x7fff, { 0 } },
/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Dd10v.h72 #define PARONLY 1 /* parallel only */ macro
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-d10v.c683 if (opcode->exec_type & PARONLY) in write_1_short()
736 || ! ((op1->exec_type & PAR) || (op1->exec_type & PARONLY))) in check_resource_conflict()
744 || ! ((op2->exec_type & PAR) || (op2->exec_type & PARONLY))) in check_resource_conflict()
1003 && ((opcode1->exec_type & PARONLY) || (opcode2->exec_type & PARONLY))) in write_2_short()