/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | nds32-dis.c | 105 if (pfd->hw_res == HW_INT || pfd->hw_res == HW_UINT) in nds32_parse_audio_ext() 107 if (pfd->hw_res == HW_INT) in nds32_parse_audio_ext() 298 else if ((pfd->hw_res == HW_INT) || (pfd->hw_res == HW_UINT)) in nds32_parse_opcode() 300 if (pfd->hw_res == HW_INT) in nds32_parse_opcode() 336 else if (pfd->hw_res == HW_INT) in nds32_parse_opcode() 359 else if (pfd->hw_res < HW_INT) in nds32_parse_opcode() 388 else if ((pfd->hw_res == HW_INT) || (pfd->hw_res == HW_UINT)) in nds32_parse_opcode() 390 if (pfd->hw_res == HW_INT) in nds32_parse_opcode() 452 else if (pfd->hw_res == HW_INT) in nds32_parse_opcode()
|
H A D | nds32-asm.c | 156 {"i5s", 0, 5, 0, HW_INT, NULL}, 157 {"i10s", 0, 10, 0, HW_INT, NULL}, 158 {"i15s", 0, 15, 0, HW_INT, NULL}, 159 {"i19s", 0, 19, 0, HW_INT, NULL}, 160 {"i20s", 0, 20, 0, HW_INT, NULL}, 161 {"i8s1", 0, 8, 1, HW_INT, NULL}, 162 {"i11br3", 8, 11, 0, HW_INT, NULL}, 163 {"i14s1", 0, 14, 1, HW_INT, NULL}, 164 {"i15s1", 0, 15, 1, HW_INT, NULL}, 165 {"i16s1", 0, 16, 1, HW_INT, NULL}, [all …]
|
H A D | nds32-asm.h | 138 HW_INT = 0x1000, enumerator
|
H A D | ChangeLog-2018 | 482 SYN_ROPT and upadte HW_GPR and HW_INT.
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | nds32-dis.c | 105 if (pfd->hw_res == HW_INT || pfd->hw_res == HW_UINT) in nds32_parse_audio_ext() 107 if (pfd->hw_res == HW_INT) in nds32_parse_audio_ext() 298 else if ((pfd->hw_res == HW_INT) || (pfd->hw_res == HW_UINT)) in nds32_parse_opcode() 300 if (pfd->hw_res == HW_INT) in nds32_parse_opcode() 336 else if (pfd->hw_res == HW_INT) in nds32_parse_opcode() 359 else if (pfd->hw_res < HW_INT) in nds32_parse_opcode() 388 else if ((pfd->hw_res == HW_INT) || (pfd->hw_res == HW_UINT)) in nds32_parse_opcode() 390 if (pfd->hw_res == HW_INT) in nds32_parse_opcode() 452 else if (pfd->hw_res == HW_INT) in nds32_parse_opcode()
|
H A D | nds32-asm.c | 156 {"i5s", 0, 5, 0, HW_INT, NULL}, 157 {"i10s", 0, 10, 0, HW_INT, NULL}, 158 {"i15s", 0, 15, 0, HW_INT, NULL}, 159 {"i19s", 0, 19, 0, HW_INT, NULL}, 160 {"i20s", 0, 20, 0, HW_INT, NULL}, 161 {"i8s1", 0, 8, 1, HW_INT, NULL}, 162 {"i11br3", 8, 11, 0, HW_INT, NULL}, 163 {"i14s1", 0, 14, 1, HW_INT, NULL}, 164 {"i15s1", 0, 15, 1, HW_INT, NULL}, 165 {"i16s1", 0, 16, 1, HW_INT, NULL}, [all …]
|
H A D | nds32-asm.h | 138 HW_INT = 0x1000, enumerator
|
H A D | ChangeLog-2018 | 482 SYN_ROPT and upadte HW_GPR and HW_INT.
|
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/ |
H A D | ChangeLog-2018 | 482 SYN_ROPT and upadte HW_GPR and HW_INT.
|
/netbsd-src/external/gpl3/gdb/dist/opcodes/ |
H A D | ChangeLog-2018 | 482 SYN_ROPT and upadte HW_GPR and HW_INT.
|