Home | History | Annotate | Download | only in AMDGPU
      1 // RUN: not llvm-mc -arch=amdgcn -show-encoding %s 2>&1 | FileCheck %s
      2 // RUN: not llvm-mc -arch=amdgcn -mcpu=SI -show-encoding %s 2>&1 | FileCheck %s
      3 
      4 v_add_f32_e64 v0, v1
      5 // CHECK: error: too few operands for instruction
      6 
      7 v_div_scale_f32  v24, vcc, v22, 1.1, v22
      8 // CHECK: error: invalid operand for instruction
      9