Home
last modified time | relevance | path

Searched refs:cmp_opcode (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-xgate.c107 static int cmp_opcode (struct xgate_opcode *, struct xgate_opcode *);
312 (int (*)(const void *, const void *)) cmp_opcode); in md_begin()
901 cmp_opcode (struct xgate_opcode *op1, struct xgate_opcode *op2) in cmp_opcode() function
Dtc-m68hc11.c192 static int cmp_opcode (struct m68hc11_opcode *, struct m68hc11_opcode *);
591 cmp_opcode (struct m68hc11_opcode *op1, struct m68hc11_opcode *op2) in cmp_opcode() function
645 (int (*) (const void*, const void*)) cmp_opcode); in md_begin()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-0001937 * config/tc-m68hc11.c (cmp_opcode): Define prototype.