Searched refs:MISA_EXT_INFO (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | cpu.c | 1395 #define MISA_EXT_INFO(_bit, _propname, _descr) \ macro 1399 MISA_EXT_INFO(RVA, "a", "Atomic instructions"), 1400 MISA_EXT_INFO(RVC, "c", "Compressed instructions"), 1401 MISA_EXT_INFO(RVD, "d", "Double-precision float point"), 1402 MISA_EXT_INFO(RVF, "f", "Single-precision float point"), 1403 MISA_EXT_INFO(RVI, "i", "Base integer instruction set"), 1404 MISA_EXT_INFO(RVE, "e", "Base integer instruction set (embedded)"), 1405 MISA_EXT_INFO(RVM, "m", "Integer multiplication and division"), 1406 MISA_EXT_INFO(RVS, "s", "Supervisor-level instructions"), 1407 MISA_EXT_INFO(RVU, "u", "User-level instructions"), [all …]
|