Searched refs:rv64 (Results 1 – 4 of 4) sorted by relevance
62 def GENERIC_RV64 : RISCVProcessorModel<"generic-rv64",68 // to change to the appropriate rv32/rv64 version.77 def ROCKET_RV64 : RISCVProcessorModel<"rocket-rv64",340 def SYNTACORE_SCR3_RV64 : RISCVProcessorModel<"syntacore-scr3-rv64",
1684 // rv64's sext.w is defined above, using InstAlias<"sext.w ...
2875 uint64_t rv64 = 0; in us_compare() local2895 &rv64); in us_compare()2896 if (rv64 != lv64) in us_compare()2897 rc = (rv64 < lv64) ? 1 : -1; in us_compare()2917 (void) nvlist_lookup_uint64(rnvl, propname, &rv64); in us_compare()2918 if (rv64 != lv64) in us_compare()2919 rc = (rv64 < lv64) ? 1 : -1; in us_compare()
241 # There are 2 architectures (with variants): rv32* and rv64*.