about summary refs log tree commit diff
path: root/tests/ui/asm/aarch64/arm64ec-sve.stderr
blob: d654eb4ba1a1992e0082cffcd24dc95073e6535b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: cannot use register `p0`: x13, x14, x23, x24, x28, v16-v31, p*, ffr cannot be used for Arm64EC
  --> $DIR/arm64ec-sve.rs:18:18
   |
LL |         asm!("", out("p0") _);
   |                  ^^^^^^^^^^^

error: cannot use register `ffr`: x13, x14, x23, x24, x28, v16-v31, p*, ffr cannot be used for Arm64EC
  --> $DIR/arm64ec-sve.rs:20:18
   |
LL |         asm!("", out("ffr") _);
   |                  ^^^^^^^^^^^^

error: aborting due to 2 previous errors