OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPERAND_CFLAG
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/include/opcode/
d10v.h
163
#define
OPERAND_CFLAG
(0x2000)
/toolchain/binutils/binutils-2.25/opcodes/
d10v-dis.c
79
& (OPERAND_GPR | OPERAND_FFLAG |
OPERAND_CFLAG
| OPERAND_CONTROL));
d10v-opc.c
34
{ "c", NULL,
OPERAND_CFLAG
+3 },
151
{ 2, 1, OPERAND_REG |
OPERAND_CFLAG
},
/toolchain/binutils/binutils-2.25/gas/config/
tc-d10v.c
774
else if (flags &
OPERAND_CFLAG
)
907
else if (flags & (OPERAND_FFLAG |
OPERAND_CFLAG
))
1186
| OPERAND_FFLAG |
OPERAND_CFLAG
| OPERAND_CONTROL))
[
all
...]
Completed in 237 milliseconds