Searched refs:pa_opcodes (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/include/opcode/ |
| D | ChangeLog-9103 | 670 (pa_opcodes): Add entries for missing wide mode ldi,ldo,ldw,stw. 914 * hppa.h (pa_opcodes): New opcodes for PA2.0 wide mode 917 (pa_opcodes): Replaced usage of 'x' as source/target for 1008 * hppa.h (pa_opcodes): Correctly handle immediate for PA2.0 "bb" 1030 * hppa.h (pa_opcodes): Add load and store cache control to 1035 * hppa.h (pa_opcodes): Fix cmpb and cmpib entries. 1037 * hppa.h (pa_opcodes): Add entries for cmpb and cmpib. 1045 * hppa.h (pa_opcodes): Add "call" and "ret". Clean up "b", "bve" 1048 * hppa.h (pa_opcodes): Add initializers to silence compiler. 1054 * hppa.h (pa_opcodes): Fix minor thinkos introduced while cleaning [all …]
|
| D | hppa.h | 311 static const struct pa_opcode pa_opcodes[] = variable 1080 #define NUMOPCODES ((sizeof pa_opcodes)/(sizeof pa_opcodes[0]))
|
| D | ChangeLog-0415 | 942 * hppa.h (pa_opcodes): Use "cX" completer instead of "cx" in fstqx 1398 * hppa.h (pa_opcodes): Revert last change. Exchange 32 and 64-bit 1695 * hppa.h (pa_opcodes): Add a pa10 bb without FLAG_STRICT. 2097 * hppa.h (pa_opcodes): Reorder bb opcodes so that pa10 opcodes come 2180 * hppa.h (pa_opcodes): Add two fcmp opcodes. Reorder ftest opcodes. 2185 * hppa.h (pa_opcodes): Remove lha entries. 2200 * hppa.h (pa_opcodes): Add new "fdc" and "fic" opcode entries. 2237 * hppa.h (pa_opcodes): Allow 0 immediates in PA 2.0 variants of pdtlb 2285 * hppa.h (pa_opcodes): Use cM and cX instead of cm and cx, 2291 (pa_opcodes): Update load and store entries to allow both PA 1.X and
|
| /netbsd/src/external/gpl3/binutils/dist/include/opcode/ |
| D | ChangeLog-9103 | 670 (pa_opcodes): Add entries for missing wide mode ldi,ldo,ldw,stw. 914 * hppa.h (pa_opcodes): New opcodes for PA2.0 wide mode 917 (pa_opcodes): Replaced usage of 'x' as source/target for 1008 * hppa.h (pa_opcodes): Correctly handle immediate for PA2.0 "bb" 1030 * hppa.h (pa_opcodes): Add load and store cache control to 1035 * hppa.h (pa_opcodes): Fix cmpb and cmpib entries. 1037 * hppa.h (pa_opcodes): Add entries for cmpb and cmpib. 1045 * hppa.h (pa_opcodes): Add "call" and "ret". Clean up "b", "bve" 1048 * hppa.h (pa_opcodes): Add initializers to silence compiler. 1054 * hppa.h (pa_opcodes): Fix minor thinkos introduced while cleaning [all …]
|
| D | hppa.h | 311 static const struct pa_opcode pa_opcodes[] = variable 1080 #define NUMOPCODES ((sizeof pa_opcodes)/(sizeof pa_opcodes[0]))
|
| D | ChangeLog-0415 | 942 * hppa.h (pa_opcodes): Use "cX" completer instead of "cx" in fstqx 1398 * hppa.h (pa_opcodes): Revert last change. Exchange 32 and 64-bit 1695 * hppa.h (pa_opcodes): Add a pa10 bb without FLAG_STRICT. 2097 * hppa.h (pa_opcodes): Reorder bb opcodes so that pa10 opcodes come 2180 * hppa.h (pa_opcodes): Add two fcmp opcodes. Reorder ftest opcodes. 2185 * hppa.h (pa_opcodes): Remove lha entries. 2200 * hppa.h (pa_opcodes): Add new "fdc" and "fic" opcode entries. 2237 * hppa.h (pa_opcodes): Allow 0 immediates in PA 2.0 variants of pdtlb 2285 * hppa.h (pa_opcodes): Use cM and cX instead of cm and cx, 2291 (pa_opcodes): Update load and store entries to allow both PA 1.X and
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-hppa.c | 5713 if (&insn[1] - pa_opcodes < (int) NUMOPCODES in pa_ip() 8268 const char *name = pa_opcodes[i].name; in md_begin() 8270 if (str_hash_insert (op_hash, name, &pa_opcodes[i], 0) != NULL) in md_begin() 8275 if ((pa_opcodes[i].match & pa_opcodes[i].mask) in md_begin() 8276 != pa_opcodes[i].match) in md_begin() 8279 pa_opcodes[i].name, pa_opcodes[i].args); in md_begin() 8284 while (i < NUMOPCODES && !strcmp (pa_opcodes[i].name, name)); in md_begin()
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | hppa-dis.c | 377 const struct pa_opcode *opcode = &pa_opcodes[i]; in print_insn_hppa()
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | hppa-dis.c | 377 const struct pa_opcode *opcode = &pa_opcodes[i]; in print_insn_hppa()
|