| // RUN: not llvm-mc -arch=amdgcn -show-encoding %s 2>&1 | FileCheck %s | |
| // RUN: not llvm-mc -arch=amdgcn -mcpu=SI -show-encoding %s 2>&1 | FileCheck %s | |
| v_add_f32_e64 v0, v1 | |
| // CHECK: error: too few operands for instruction | |
| v_div_scale_f32 v24, vcc, v22, 1.1, v22 | |
| // CHECK: error: invalid operand for instruction |