Searched refs:base_riscv_exts (Results 1 – 1 of 1) sorted by relevance
175 static const char base_riscv_exts[13] = "imafdqcbkjpvh"; variable184 for (i = 0; i < sizeof(base_riscv_exts); i++) { in print_isa()185 if (__riscv_isa_extension_available(NULL, base_riscv_exts[i] - 'a')) in print_isa()187 seq_write(f, &base_riscv_exts[i], 1); in print_isa()