Searched refs:HW_INT (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | nds32-dis.c | 150 if (pfd->hw_res == HW_INT || pfd->hw_res == HW_UINT) in nds32_parse_audio_ext() 152 if (pfd->hw_res == HW_INT) in nds32_parse_audio_ext() 329 else if ((pfd->hw_res == HW_INT) || (pfd->hw_res == HW_UINT)) in nds32_parse_opcode() 331 if (pfd->hw_res == HW_INT) in nds32_parse_opcode() 374 else if (pfd->hw_res == HW_INT) in nds32_parse_opcode() 420 else if ((pfd->hw_res == HW_INT) || (pfd->hw_res == HW_UINT)) in nds32_parse_opcode() 422 if (pfd->hw_res == HW_INT) in nds32_parse_opcode() 492 else if (pfd->hw_res == HW_INT) in nds32_parse_opcode()
|
D | nds32-asm.c | 152 {"i5s", 0, 5, 0, HW_INT, NULL}, 153 {"i10s", 0, 10, 0, HW_INT, NULL}, 154 {"i15s", 0, 15, 0, HW_INT, NULL}, 155 {"i19s", 0, 19, 0, HW_INT, NULL}, 156 {"i20s", 0, 20, 0, HW_INT, NULL}, 157 {"i8s1", 0, 8, 1, HW_INT, NULL}, 158 {"i11br3", 8, 11, 0, HW_INT, NULL}, 159 {"i14s1", 0, 14, 1, HW_INT, NULL}, 160 {"i15s1", 0, 15, 1, HW_INT, NULL}, 161 {"i16s1", 0, 16, 1, HW_INT, NULL}, [all …]
|
D | nds32-asm.h | 130 HW_INT, enumerator
|