Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-xgate.c292 struct xgate_opcode *xgate_op_table = NULL; in md_begin() local
301 xgate_op_table = (struct xgate_opcode *) in md_begin()
304 memset (xgate_op_table, 0, in md_begin()
309 xgate_op_table[i] = xgate_opcode_ptr[i]; in md_begin()
311 qsort (xgate_op_table, xgate_num_opcodes, sizeof(struct xgate_opcode), in md_begin()
317 for (xgate_opcode_ptr = xgate_op_table, i = 0; i < xgate_num_opcodes; in md_begin()
332 for (xgate_opcode_ptr = xgate_op_table, i = 0, j = 0; i < xgate_num_opcodes; in md_begin()