Lines Matching full:consecutive
41 static_assert(RISCV::X1 == RISCV::X0 + 1, "Register list not consecutive");
42 static_assert(RISCV::X31 == RISCV::X0 + 31, "Register list not consecutive");
43 static_assert(RISCV::F1_H == RISCV::F0_H + 1, "Register list not consecutive");
45 "Register list not consecutive");
46 static_assert(RISCV::F1_F == RISCV::F0_F + 1, "Register list not consecutive");
48 "Register list not consecutive");
49 static_assert(RISCV::F1_D == RISCV::F0_D + 1, "Register list not consecutive");
51 "Register list not consecutive");
52 static_assert(RISCV::V1 == RISCV::V0 + 1, "Register list not consecutive");
53 static_assert(RISCV::V31 == RISCV::V0 + 31, "Register list not consecutive");