Searched refs:DIS_RISCV_FP_RS2_IFP (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libdisasm/common/ |
H A D | dis_riscv.c | 944 #define DIS_RISCV_FP_RS2_IFP(str, op, rs2, f7) \ macro 1115 DIS_RISCV_FP_RS2_IFP("fcvt.s.w", 0x53, 0x00, 0x68), 1116 DIS_RISCV_FP_RS2_IFP("fcvt.s.wu", 0x53, 0x01, 0x68), 1123 DIS_RISCV_FP_RS2_IFP("fcvt.s.l", 0x53, 0x02, 0x68), 1124 DIS_RISCV_FP_RS2_IFP("fcvt.s.lu", 0x53, 0x03, 0x68), 1160 DIS_RISCV_FP_RS2_IFP("fcvt.d.l", 0x53, 0x02, 0x69), 1161 DIS_RISCV_FP_RS2_IFP("fcvt.d.lu", 0x53, 0x03, 0x69),
|