Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
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 } },
/toolchain/binutils/binutils-2.25/include/opcode/
Dd10v.h72 #define PARONLY 1 /* parallel only */ macro
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-d10v.c650 if (opcode->exec_type & PARONLY) in write_1_short()
703 || ! ((op1->exec_type & PAR) || (op1->exec_type & PARONLY))) in check_resource_conflict()
711 || ! ((op2->exec_type & PAR) || (op2->exec_type & PARONLY))) in check_resource_conflict()
970 && ((opcode1->exec_type & PARONLY) || (opcode2->exec_type & PARONLY))) in write_2_short()