OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cmp_opcode
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
tc-xgate.c
107
static int
cmp_opcode
(struct xgate_opcode *, struct xgate_opcode *);
312
(int (*)(const void *, const void *))
cmp_opcode
);
901
cmp_opcode
(struct xgate_opcode *op1, struct xgate_opcode *op2)
function
[
all
...]
tc-m68hc11.c
192
static int
cmp_opcode
(struct m68hc11_opcode *, struct m68hc11_opcode *);
593
cmp_opcode
(struct m68hc11_opcode *op1, struct m68hc11_opcode *op2)
647
(int (*) (const void*, const void*))
cmp_opcode
);
591
cmp_opcode
(struct m68hc11_opcode *op1, struct m68hc11_opcode *op2)
function
[
all
...]
/toolchain/binutils/binutils-2.25/gas/
ChangeLog-0001
937
* config/tc-m68hc11.c (
cmp_opcode
): Define prototype.
[
all
...]
Completed in 248 milliseconds