Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Dhppa.h287 static const struct pa_opcode pa_opcodes[] = variable
989 #define NUMOPCODES ((sizeof pa_opcodes)/(sizeof pa_opcodes[0]))
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-hppa.c1459 const char *name = pa_opcodes[i].name; in md_begin()
1460 retval = hash_insert (op_hash, name, (struct pa_opcode *) &pa_opcodes[i]); in md_begin()
1468 if ((pa_opcodes[i].match & pa_opcodes[i].mask) in md_begin()
1469 != pa_opcodes[i].match) in md_begin()
1472 pa_opcodes[i].name, pa_opcodes[i].args); in md_begin()
1477 while (i < NUMOPCODES && !strcmp (pa_opcodes[i].name, name)); in md_begin()
3967 if (&insn[1] - pa_opcodes < (int) NUMOPCODES
/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dhppa-dis.c376 const struct pa_opcode *opcode = &pa_opcodes[i]; in print_insn_hppa()