Searched full:rv64i (Results 1 – 10 of 10) sorted by relevance
44 bool "RV64I"48 Choose this option to target the RV64I base integer instruction set.
155 riscv,isa-base = "rv64i";181 riscv,isa-base = "rv64i";202 riscv,isa-base = "rv64i";
60 - rv64i
16 - RV64I base integer instructions
39 #define TYPE_RISCV_CPU_RV64I RISCV_CPU_TYPE_NAME("rv64i")
24 /* rv32i, rv64i, rv32m */37 /* rv64i, rv64m */
180 # *** RV64I Base Instruction Set (in addition to RV32I) ***194 # *** RV128I Base Instruction Set (in addition to RV64I) ***
77 if (IS_ENABLED(CONFIG_64BIT) && strncasecmp(isa, "rv64i", 5)) { in riscv_early_of_processor_hartid()78 pr_warn("CPU with hartid=%lu does not support rv64i", *hart); in riscv_early_of_processor_hartid()
334 bool "RV64I"
1184 * ISA RV64I. in cpu_set_profile()