HomeSort by relevance Sort by last modified time
    Searched refs:HW_UINT (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
nds32-asm.c 113 {"sh", 5, 5, 0, HW_UINT, NULL}, /* sh in ALU instructions. */
114 {"sv", 8, 2, 0, HW_UINT, NULL}, /* sv in MEM instructions. */
118 {"ridx", 10, 10, 0, HW_UINT, NULL}, /* Raw value for mfusr/mfsr. */
119 {"enb4", 6, 4, 0, HW_UINT, NULL}, /* Enable4 for LSMW. */
120 {"swid", 5, 15, 0, HW_UINT, NULL},
123 {"tlbop_stx", 5, 5, 0, HW_UINT, NULL},
130 {"cctl_stx", 5, 5, 0, HW_UINT, NULL},
133 {"msync_stx", 5, 3, 0, HW_UINT, NULL},
145 {"fe5", 0, 5, 2, HW_UINT, parse_fe5}, /* imm5u in lwi45.fe. */
146 {"pi5", 0, 5, 0, HW_UINT, parse_pi5}, /* imm5u in movpi45. *
    [all...]
nds32-asm.h 131 HW_UINT
nds32-dis.c 150 if (pfd->hw_res == HW_INT || pfd->hw_res == HW_UINT)
329 else if ((pfd->hw_res == HW_INT) || (pfd->hw_res == HW_UINT))
381 else /* if(pfd->hw_res == HW_UINT). */
420 else if ((pfd->hw_res == HW_INT) || (pfd->hw_res == HW_UINT))
499 else /* if(pfd->hw_res == HW_UINT). */

Completed in 8856 milliseconds