HomeSort by relevance Sort by last modified time
    Searched refs:cmp_opcode (Results 1 - 2 of 2) 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...]

Completed in 268 milliseconds