1*9880d681SAndroid Build Coastguard Worker// RUN: llvm-mc -arch=amdgcn -mcpu=SI -show-encoding %s | FileCheck %s --check-prefix=SICI 2*9880d681SAndroid Build Coastguard Worker// RUN: llvm-mc -arch=amdgcn -mcpu=tonga -show-encoding %s | FileCheck %s --check-prefix=VI 3*9880d681SAndroid Build Coastguard Worker// XFAIL: * 4*9880d681SAndroid Build Coastguard Worker 5*9880d681SAndroid Build Coastguard Worker// FIXME: We should be printing _e64 suffixes for these. 6*9880d681SAndroid Build Coastguard Worker// FIXME: When this is fixed delete this file and fix test case in vop3.s 7*9880d681SAndroid Build Coastguard Worker 8*9880d681SAndroid Build Coastguard Workerv_nop_e64 9*9880d681SAndroid Build Coastguard Worker// SICI: v_nop_e64 ; encoding: [0x00,0x00,0x00,0xd3,0x00,0x00,0x00,0x00] 10*9880d681SAndroid Build Coastguard Worker// VI: v_nop_e64 ; encoding: [0x00,0x00,0x40,0xd1,0x00,0x00,0x00,0x00] 11*9880d681SAndroid Build Coastguard Worker 12*9880d681SAndroid Build Coastguard Workerv_clrexcp_e64 13*9880d681SAndroid Build Coastguard Worker// SICI: v_clrexcp_e64 ; encoding: [0x00,0x00,0x82,0xd3,0x00,0x00,0x00,0x00] 14*9880d681SAndroid Build Coastguard Worker// VI: v_clrexcp_e64 ; encoding: [0x00,0x00,0x75,0xd1,0x00,0x00,0x00,0x00] 15