Searched refs:PARONLY (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/legacy/binutils/include/opcode/
H A Dd10v.h72 #define PARONLY 1 /* parallel only */ macro
/haiku-buildtools/binutils/include/opcode/
H A Dd10v.h76 #define PARONLY 1 /* parallel only */ macro
/haiku-buildtools/legacy/binutils/opcodes/
H A 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 } },
/haiku-buildtools/binutils/opcodes/
H A Dd10v-opc.c218 { "exef0f", SHORT_2, 1, EITHER, PARONLY, 0x4e04, 0x7fff, { 0 } },
219 { "exef0t", SHORT_2, 1, EITHER, PARONLY, 0x4e24, 0x7fff, { 0 } },
220 { "exef1f", SHORT_2, 1, EITHER, PARONLY, 0x4e40, 0x7fff, { 0 } },
221 { "exef1t", SHORT_2, 1, EITHER, PARONLY, 0x4e42, 0x7fff, { 0 } },
222 { "exefaf", SHORT_2, 1, EITHER, PARONLY, 0x4e00, 0x7fff, { 0 } },
223 { "exefat", SHORT_2, 1, EITHER, PARONLY, 0x4e02, 0x7fff, { 0 } },
224 { "exetaf", SHORT_2, 1, EITHER, PARONLY, 0x4e20, 0x7fff, { 0 } },
225 { "exetat", SHORT_2, 1, EITHER, PARONLY, 0x4e22, 0x7fff, { 0 } },
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-d10v.c683 if (opcode->exec_type & PARONLY)
736 || ! ((op1->exec_type & PAR) || (op1->exec_type & PARONLY)))
744 || ! ((op2->exec_type & PAR) || (op2->exec_type & PARONLY)))
1003 && ((opcode1->exec_type & PARONLY) || (opcode2->exec_type & PARONLY)))
/haiku-buildtools/binutils/gas/config/
H A Dtc-d10v.c650 if (opcode->exec_type & PARONLY)
703 || ! ((op1->exec_type & PAR) || (op1->exec_type & PARONLY)))
711 || ! ((op2->exec_type & PAR) || (op2->exec_type & PARONLY)))
970 && ((opcode1->exec_type & PARONLY) || (opcode2->exec_type & PARONLY)))

Completed in 60 milliseconds