OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:d10v_operand
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/include/opcode/
d10v.h
102
/* The operands table is an array of struct
d10v_operand
. */
103
struct
d10v_operand
struct
118
extern const struct
d10v_operand
d10v_operands[];
120
/* Values defined for the flags field of a struct
d10v_operand
. */
/toolchain/binutils/binutils-2.25/opcodes/
d10v-dis.c
31
print_operand (struct
d10v_operand
*oper,
157
struct
d10v_operand
*oper;
171
oper = (struct
d10v_operand
*) &d10v_operands[op->operands[i]];
202
struct
d10v_operand
*oper;
221
oper = (struct
d10v_operand
*) &d10v_operands[op->operands[i]];
d10v-opc.c
98
const struct
d10v_operand
d10v_operands[] =
/toolchain/binutils/binutils-2.25/gas/config/
tc-d10v.c
329
get_reloc (struct
d10v_operand
*op)
568
get_reloc ((struct
d10v_operand
*) &d10v_operands[opcode->operands[i]]);
[
all
...]
Completed in 47 milliseconds