Searched refs:powerpc_opcd_indices (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dppc-dis.c384 static unsigned short powerpc_opcd_indices[PPC_OPCD_SEGS + 1]; variable
398 if (powerpc_opcd_indices[PPC_OPCD_SEGS] == 0)
405 powerpc_opcd_indices[seg] = idx;
537 opcode_end = powerpc_opcodes + powerpc_opcd_indices[op + 1];
539 for (opcode = powerpc_opcodes + powerpc_opcd_indices[op];
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dppc-dis.c404 static unsigned short powerpc_opcd_indices[PPC_OPCD_SEGS + 1]; variable
442 if (powerpc_opcd_indices[PPC_OPCD_SEGS] == 0)
449 powerpc_opcd_indices[seg] = idx;
590 opcode_end = powerpc_opcodes + powerpc_opcd_indices[op + 1];
591 for (opcode = powerpc_opcodes + powerpc_opcd_indices[op];
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dppc-dis.c394 static unsigned short powerpc_opcd_indices[PPC_OPCD_SEGS + 1]; variable
432 if (powerpc_opcd_indices[PPC_OPCD_SEGS] == 0)
439 powerpc_opcd_indices[seg] = idx;
571 opcode_end = powerpc_opcodes + powerpc_opcd_indices[op + 1];
573 for (opcode = powerpc_opcodes + powerpc_opcd_indices[op];
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dppc-dis.c426 static unsigned short powerpc_opcd_indices[PPC_OPCD_SEGS + 1]; variable
466 if (powerpc_opcd_indices[PPC_OPCD_SEGS] == 0)
473 powerpc_opcd_indices[seg] = idx;
626 opcode_end = powerpc_opcodes + powerpc_opcd_indices[op + 1];
627 for (opcode = powerpc_opcodes + powerpc_opcd_indices[op];

Completed in 107 milliseconds