Searched refs:DIS_RISCV_R32 (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libdisasm/common/ |
H A D | dis_riscv.c | 886 #define DIS_RISCV_R32(str, op, f3, f7) \ macro 1004 DIS_RISCV_R32("add", 0x33, 0x0, 0x00), 1005 DIS_RISCV_R32("sub", 0x33, 0x0, 0x20), 1006 DIS_RISCV_R32("sll", 0x33, 0x1, 0x00), 1007 DIS_RISCV_R32("slt", 0x33, 0x2, 0x00), 1008 DIS_RISCV_R32("sltu", 0x33, 0x3, 0x00), 1009 DIS_RISCV_R32("xor", 0x33, 0x4, 0x00), 1010 DIS_RISCV_R32("srl", 0x33, 0x5, 0x00), 1011 DIS_RISCV_R32("sra", 0x33, 0x5, 0x20), 1012 DIS_RISCV_R32("or", 0x33, 0x6, 0x00), [all …]
|