OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPERAND_SPECIAL
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/include/opcode/
d30v.h
254
#define
OPERAND_SPECIAL
(0x8000)
/toolchain/binutils/binutils-2.25/opcodes/
d30v-dis.c
200
if (oper->flags ==
OPERAND_SPECIAL
)
d30v-opc.c
415
{ 6, 2, 12,
OPERAND_SPECIAL
},
/toolchain/binutils/binutils-2.25/gas/config/
tc-d30v.c
502
&& !(flags & OPERAND_NAME) && !(flags &
OPERAND_SPECIAL
))
529
else if (flags &
OPERAND_SPECIAL
)
1164
if (flags &
OPERAND_SPECIAL
)
[
all
...]
Completed in 3279 milliseconds