OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m68hc11_opcode
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
tc-m68hc11.c
159
struct
m68hc11_opcode
*opcode;
192
static int cmp_opcode (struct
m68hc11_opcode
*, struct
m68hc11_opcode
*);
193
static char *print_opcode_format (struct
m68hc11_opcode
*, int);
206
static void build_dbranch_insn (struct
m68hc11_opcode
*,
211
static struct
m68hc11_opcode
*find (struct m68hc11_opcode_def *,
213
static struct
m68hc11_opcode
*find_opcode (struct m68hc11_opcode_def *,
215
static void build_jump_insn (struct
m68hc11_opcode
*, operand *, int, int);
216
static void build_insn_xg (struct
m68hc11_opcode
*, operand *, int);
217
static void build_insn (struct
m68hc11_opcode
*, operand *, int)
[
all
...]
/toolchain/binutils/binutils-2.25/include/opcode/
m68hc11.h
419
/* The opcode table is an array of struct
m68hc11_opcode
. */
420
struct
m68hc11_opcode
struct
447
extern const struct
m68hc11_opcode
m68hc11_opcodes[];
/toolchain/binutils/binutils-2.25/opcodes/
m68hc11-dis.c
242
const struct
m68hc11_opcode
*opcode;
m68hc11-opc.c
115
const struct
m68hc11_opcode
m68hc11_opcodes[] = {
[
all
...]
Completed in 118 milliseconds