OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PARONLY
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/include/opcode/
d10v.h
72
#define
PARONLY
1 /* parallel only */
/toolchain/binutils/binutils-2.25/opcodes/
d10v-opc.c
218
{ "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/gas/config/
tc-d10v.c
650
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
)))
[
all
...]
Completed in 1314 milliseconds