brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.2 KiB · 8b466c1 Raw
36 lines · plain
1// +tbl-rmi required for RIPA*/RVA*2// +xs required for *NXS3 4// RUN: not llvm-mc -triple aarch64 -mattr=+d128,+tlb-rmi,+xs -show-encoding %s -o - 2>&1 | FileCheck %s --check-prefix=ERRORS5 6// sysp #<op1>, <Cn>, <Cm>, #<op2>{, <Xt1>, <Xt2>}7// registers with 128-bit formats (op0, op1, Cn, Cm, op2)8// For sysp, op0 is 09 10sysp #0, c2, c0, #0, x0, x211// ERRORS: error: expected second odd register of a consecutive same-size even/odd register pair12sysp #0, c2, c0, #0, x013// ERRORS: error: expected comma14sysp #0, c2, c0, #0, x1, x215// ERRORS: error: expected first even register of a consecutive same-size even/odd register pair16sysp #0, c2, c0, #0, x31, x017// ERRORS: error: xzr must be followed by xzr18sysp #0, c2, c0, #0, xzr, x3019// ERRORS: error: xzr must be followed by xzr20sysp #0, c2, c0, #0, xzr21// ERRORS: error: expected comma22sysp #0, c2, c0, #0, xzr,23// ERRORS: error: expected register operand24 25 26tlbip RVAE3IS27// ERRORS: error: expected comma28tlbip RVAE3IS,29// ERRORS: error: expected register identifier30tlbip VAE3,31// ERRORS: error: expected register identifier32tlbip IPAS2E1, x4, x833// ERRORS: error: specified tlbip op requires a pair of registers34tlbip RVAE3, x11, x1135// ERRORS: error: specified tlbip op requires a pair of registers36