7#if defined(TARGET_ARCH_RISCV32) || defined(TARGET_ARCH_RISCV64)
13#if !defined(FFI_UNIT_TESTS)
15 use_compressed_instructions,
17 "Use instructions from the C extension");
21 "zero",
"ra",
"sp",
"gp",
"tp",
"t0",
"t1",
"t2",
"fp",
"thr",
"a0",
22 "a1",
"a2",
"tmp",
"tmp2",
"pp",
"a6",
"a7",
"s2",
"s3",
"s4",
"s5",
23 "s6",
"s7",
"s8",
"s9",
"null",
"wbs",
"t3",
"t4",
"t5",
"t6",
27 "zero",
"ra",
"sp",
"gp",
"tp",
"t0",
"t1",
"t2",
"s0",
"s1",
"a0",
28 "a1",
"a2",
"a3",
"a4",
"a5",
"a6",
"a7",
"s2",
"s3",
"s4",
"s5",
29 "s6",
"s7",
"s8",
"s9",
"s10",
"s11",
"t3",
"t4",
"t5",
"t6",
33 "ft0",
"ft1",
"ft2",
"ft3",
"ft4",
"ft5",
"ft6",
"ft7",
34 "fs0",
"fs1",
"fa0",
"fa1",
"fa2",
"fa3",
"fa4",
"fa5",
35 "fa6",
"fa7",
"fs2",
"fs3",
"fs4",
"fs5",
"fs6",
"fs7",
36 "fs8",
"fs9",
"fs10",
"fs11",
"ft8",
"ft9",
"ft10",
"ft11",
static const FpuRegister FpuArgumentRegisters[]
static const Register ArgumentRegisters[]
const char *const fpu_reg_names[kNumberOfFpuRegisters]
const int kNumberOfFpuRegisters
DEFINE_FLAG(bool, print_cluster_information, false, "Print information about clusters written to snapshot")
const char *const cpu_reg_names[kNumberOfCpuRegisters]
const char *const cpu_reg_abi_names[kNumberOfCpuRegisters]