HomeSort by: relevance | last modified time | path
    Searched defs:spu_opcodes (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
spu-opc.c 35 const struct spu_opcode spu_opcodes[] = {
46 sizeof (spu_opcodes) / sizeof (spu_opcodes[0]);
34 const struct spu_opcode spu_opcodes[] = { variable in typeref:struct:spu_opcode
  /src/external/gpl3/binutils.old/dist/opcodes/
spu-opc.c 35 const struct spu_opcode spu_opcodes[] = {
46 sizeof (spu_opcodes) / sizeof (spu_opcodes[0]);
34 const struct spu_opcode spu_opcodes[] = { variable in typeref:struct:spu_opcode
  /src/external/gpl3/gdb.old/dist/opcodes/
spu-opc.c 35 const struct spu_opcode spu_opcodes[] = {
46 sizeof (spu_opcodes) / sizeof (spu_opcodes[0]);
34 const struct spu_opcode spu_opcodes[] = { variable in typeref:struct:spu_opcode
  /src/external/gpl3/gdb/dist/opcodes/
spu-opc.c 35 const struct spu_opcode spu_opcodes[] = {
46 sizeof (spu_opcodes) / sizeof (spu_opcodes[0]);
34 const struct spu_opcode spu_opcodes[] = { variable in typeref:struct:spu_opcode
  /src/external/gpl3/binutils/dist/gas/config/
tc-spu.c 27 const struct spu_opcode spu_opcodes[] = { variable in typeref:struct:spu_opcode
38 sizeof (spu_opcodes) / sizeof (spu_opcodes[0]);
120 str_hash_insert (op_hash, spu_opcodes[i].mnemonic, &spu_opcodes[i], 0);
303 insn.tag = format - spu_opcodes;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-spu.c 27 const struct spu_opcode spu_opcodes[] = { variable in typeref:struct:spu_opcode
38 sizeof (spu_opcodes) / sizeof (spu_opcodes[0]);
120 str_hash_insert (op_hash, spu_opcodes[i].mnemonic, &spu_opcodes[i], 0);
303 insn.tag = format - spu_opcodes;

Completed in 54 milliseconds