OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sparc_opcode
(Results
1 - 7
of
7
) sorted by null
/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
...]
ChangeLog-2012
882
into new struct
sparc_opcode
'hwcaps' field instead of 'flags'.
[
all
...]
sparc-opc.c
185
const struct
sparc_opcode
sparc_opcodes[] = {
[
all
...]
/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[];
ChangeLog
62
* sparc.h (
sparc_opcode
): new field `hwcaps2'.
637
* sparc.h (struct
sparc_opcode
): New field 'hwcaps'.
695
* sparc.h (struct
sparc_opcode
): Expand 'flags' to unsigned int.
[
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
...]
/toolchain/binutils/binutils-2.25/gas/
ChangeLog-2011
446
sparc_opcode
->flags of instruction into hwcap_seen.
[
all
...]
Completed in 440 milliseconds