OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPERAND_ATPAR
(Results
1 - 8
of
8
) sorted by null
/toolchain/binutils/binutils-2.25/include/opcode/
d10v.h
151
#define
OPERAND_ATPAR
(0x200)
d30v.h
244
#define
OPERAND_ATPAR
(0x1000)
/toolchain/binutils/binutils-2.25/opcodes/
d10v-dis.c
59
if (oper->flags ==
OPERAND_ATPAR
)
172
if (oper->flags ==
OPERAND_ATPAR
)
222
if (oper->flags ==
OPERAND_ATPAR
)
d30v-dis.c
193
if (oper->flags ==
OPERAND_ATPAR
)
d10v-opc.c
157
{ 0, 0,
OPERAND_ATPAR
},
d30v-opc.c
399
{ 0, 0, 0,
OPERAND_ATPAR
},
/toolchain/binutils/binutils-2.25/gas/config/
tc-d10v.c
373
exp[numops].X_add_number =
OPERAND_ATPAR
;
[
all
...]
tc-d30v.c
419
exp[numops].X_add_number =
OPERAND_ATPAR
;
1185
|| ((flags &
OPERAND_ATPAR
)
1186
&& (X_op != O_absent || num !=
OPERAND_ATPAR
))
[
all
...]
Completed in 40 milliseconds