Searched refs:rv32 (Results 1 – 4 of 4) sorted by relevance
57 def GENERIC_RV32 : RISCVProcessorModel<"generic-rv32",68 // to change to the appropriate rv32/rv64 version.71 def ROCKET_RV32 : RISCVProcessorModel<"rocket-rv32",330 def SYNTACORE_SCR3_RV32 : RISCVProcessorModel<"syntacore-scr3-rv32",
12 // configurations (syntacore-scr3-rv32/64).
241 # There are 2 architectures (with variants): rv32* and rv64*.
2873 uint32_t rv32 = 0; in us_compare() local2884 (void) nvlist_lookup_uint32(rnvl, propname, &rv32); in us_compare()2885 if (rv32 != lv32) in us_compare()2886 rc = (rv32 < lv32) ? 1 : -1; in us_compare()