1*9880d681SAndroid Build Coastguard Worker@ RUN: llvm-mc -mcpu=cortex-a8 -triple armv7-apple-darwin -show-encoding < %s | FileCheck %s 2*9880d681SAndroid Build Coastguard Worker 3*9880d681SAndroid Build Coastguard Workervswp d1, d2 4*9880d681SAndroid Build Coastguard Workervswp q1, q2 5*9880d681SAndroid Build Coastguard Worker 6*9880d681SAndroid Build Coastguard Worker@ CHECK: vswp d1, d2 @ encoding: [0x02,0x10,0xb2,0xf3] 7*9880d681SAndroid Build Coastguard Worker@ CHECK: vswp q1, q2 @ encoding: [0x44,0x20,0xb2,0xf3] 8