OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sparc_opcode
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/include/opcode/
sparc.h
72
These are short's because
sparc_opcode
.architecture is. */
94
typedef struct
sparc_opcode
struct
105
}
sparc_opcode
;
typedef in typeref:struct:sparc_opcode
281
extern const struct
sparc_opcode
sparc_opcodes[];
/toolchain/binutils/binutils-2.25/opcodes/
sparc-dis.c
38
static const
sparc_opcode
**sorted_opcodes;
53
const
sparc_opcode
*opcode;
200
const
sparc_opcode
*opcode = op->opcode;
253
sparc_opcode
*op0 = * (
sparc_opcode
**) a;
254
sparc_opcode
*op1 = * (
sparc_opcode
**) b;
408
build_hash_table (const
sparc_opcode
**opcode_table,
485
xmalloc (sparc_num_opcodes * sizeof (
sparc_opcode
*));
524
const
sparc_opcode
*opcode = op->opcode
[
all
...]
sparc-opc.c
185
const struct
sparc_opcode
sparc_opcodes[] = {
[
all
...]
/toolchain/binutils/binutils-2.25/gas/config/
tc-sparc.c
38
static int sparc_ip (char *, const struct
sparc_opcode
**);
214
static void output_insn (const struct
sparc_opcode
*, struct sparc_it *);
910
const struct
sparc_opcode
*insn;
914
insn = (struct
sparc_opcode
*) hash_find (op_hash, name);
1108
static const struct
sparc_opcode
*last_insn;
1116
synthetize_setuw (const struct
sparc_opcode
*insn)
[
all
...]
Completed in 474 milliseconds