1*9880d681SAndroid Build Coastguard Worker// RUN: llvm-mc -arch=amdgcn -mcpu=tonga -show-encoding %s | FileCheck -check-prefix=GCN -check-prefix=VI %s 2*9880d681SAndroid Build Coastguard Worker// RUN: not llvm-mc -arch=amdgcn -mcpu=tahiti %s 2>&1 | FileCheck -check-prefix=NOSI %s 3*9880d681SAndroid Build Coastguard Worker// RUN: not llvm-mc -arch=amdgcn -mcpu=bonaire %s 2>&1 | FileCheck -check-prefix=NOSI %s 4*9880d681SAndroid Build Coastguard Worker 5*9880d681SAndroid Build Coastguard Workers_dcache_wb 6*9880d681SAndroid Build Coastguard Worker// VI: s_dcache_wb ; encoding: [0x00,0x00,0x84,0xc0,0x00,0x00,0x00,0x00] 7*9880d681SAndroid Build Coastguard Worker// NOSI: error: instruction not supported on this GPU 8*9880d681SAndroid Build Coastguard Worker 9*9880d681SAndroid Build Coastguard Workers_dcache_wb_vol 10*9880d681SAndroid Build Coastguard Worker// VI: s_dcache_wb_vol ; encoding: [0x00,0x00,0x8c,0xc0,0x00,0x00,0x00,0x00] 11*9880d681SAndroid Build Coastguard Worker// NOSI: error: instruction not supported on this GPU 12*9880d681SAndroid Build Coastguard Worker 13*9880d681SAndroid Build Coastguard Workers_memrealtime s[4:5] 14*9880d681SAndroid Build Coastguard Worker// VI: s_memrealtime s[4:5] ; encoding: [0x00,0x01,0x94,0xc0,0x00,0x00,0x00,0x00] 15*9880d681SAndroid Build Coastguard Worker// NOSI: error: instruction not supported on this GPU 16