Searched refs:pa_opcodes (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/legacy/binutils/include/opcode/
H A Dhppa.h312 static const struct pa_opcode pa_opcodes[] = variable in typeref:struct:pa_opcode
1080 #define NUMOPCODES ((sizeof pa_opcodes)/(sizeof pa_opcodes[0]))
/haiku-buildtools/binutils/include/opcode/
H A Dhppa.h311 static const struct pa_opcode pa_opcodes[] = variable in typeref:struct:pa_opcode
1080 #define NUMOPCODES ((sizeof pa_opcodes)/(sizeof pa_opcodes[0]))
/haiku-buildtools/binutils/gas/config/
H A Dtc-hppa.c5704 if (&insn[1] - pa_opcodes < (int) NUMOPCODES
8250 const char *name = pa_opcodes[i].name;
8252 retval = hash_insert (op_hash, name, (struct pa_opcode *) &pa_opcodes[i]);
8261 if ((pa_opcodes[i].match & pa_opcodes[i].mask)
8262 != pa_opcodes[i].match)
8265 pa_opcodes[i].name, pa_opcodes[i].args);
8270 while (i < NUMOPCODES && !strcmp (pa_opcodes[i].name, name));
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-hppa.c1467 const char *name = pa_opcodes[i].name;
1468 retval = hash_insert (op_hash, name, (struct pa_opcode *) &pa_opcodes[i]);
1476 if ((pa_opcodes[i].match & pa_opcodes[i].mask)
1477 != pa_opcodes[i].match)
1480 pa_opcodes[i].name, pa_opcodes[i].args);
1485 while (i < NUMOPCODES && !strcmp (pa_opcodes[i].name, name));
3976 if (&insn[1] - pa_opcodes < (int) NUMOPCODES
/haiku-buildtools/legacy/binutils/opcodes/
H A Dhppa-dis.c376 const struct pa_opcode *opcode = &pa_opcodes[i];
/haiku-buildtools/binutils/opcodes/
H A Dhppa-dis.c377 const struct pa_opcode *opcode = &pa_opcodes[i];

Completed in 135 milliseconds