1*9880d681SAndroid Build Coastguard Worker@ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s 2*9880d681SAndroid Build Coastguard Worker 3*9880d681SAndroid Build Coastguard Worker@ CHECK: vrecpe.u32 d16, d16 @ encoding: [0x20,0x04,0xfb,0xf3] 4*9880d681SAndroid Build Coastguard Worker vrecpe.u32 d16, d16 5*9880d681SAndroid Build Coastguard Worker@ CHECK: vrecpe.u32 q8, q8 @ encoding: [0x60,0x04,0xfb,0xf3] 6*9880d681SAndroid Build Coastguard Worker vrecpe.u32 q8, q8 7*9880d681SAndroid Build Coastguard Worker@ CHECK: vrecpe.f32 d16, d16 @ encoding: [0x20,0x05,0xfb,0xf3] 8*9880d681SAndroid Build Coastguard Worker vrecpe.f32 d16, d16 9*9880d681SAndroid Build Coastguard Worker@ CHECK: vrecpe.f32 q8, q8 @ encoding: [0x60,0x05,0xfb,0xf3] 10*9880d681SAndroid Build Coastguard Worker vrecpe.f32 q8, q8 11*9880d681SAndroid Build Coastguard Worker@ CHECK: vrecps.f32 d16, d16, d17 @ encoding: [0xb1,0x0f,0x40,0xf2] 12*9880d681SAndroid Build Coastguard Worker vrecps.f32 d16, d16, d17 13*9880d681SAndroid Build Coastguard Worker@ CHECK: vrecps.f32 q8, q8, q9 @ encoding: [0xf2,0x0f,0x40,0xf2] 14*9880d681SAndroid Build Coastguard Worker vrecps.f32 q8, q8, q9 15*9880d681SAndroid Build Coastguard Worker@ CHECK: vrsqrte.u32 d16, d16 @ encoding: [0xa0,0x04,0xfb,0xf3] 16*9880d681SAndroid Build Coastguard Worker vrsqrte.u32 d16, d16 17*9880d681SAndroid Build Coastguard Worker@ CHECK: vrsqrte.u32 q8, q8 @ encoding: [0xe0,0x04,0xfb,0xf3] 18*9880d681SAndroid Build Coastguard Worker vrsqrte.u32 q8, q8 19*9880d681SAndroid Build Coastguard Worker@ CHECK: vrsqrte.f32 d16, d16 @ encoding: [0xa0,0x05,0xfb,0xf3] 20*9880d681SAndroid Build Coastguard Worker vrsqrte.f32 d16, d16 21*9880d681SAndroid Build Coastguard Worker@ CHECK: vrsqrte.f32 q8, q8 @ encoding: [0xe0,0x05,0xfb,0xf3] 22*9880d681SAndroid Build Coastguard Worker vrsqrte.f32 q8, q8 23*9880d681SAndroid Build Coastguard Worker@ CHECK: vrsqrts.f32 d16, d16, d17 @ encoding: [0xb1,0x0f,0x60,0xf2] 24*9880d681SAndroid Build Coastguard Worker vrsqrts.f32 d16, d16, d17 25*9880d681SAndroid Build Coastguard Worker@ CHECK: vrsqrts.f32 q8, q8, q9 @ encoding: [0xf2,0x0f,0x60,0xf2] 26*9880d681SAndroid Build Coastguard Worker vrsqrts.f32 q8, q8, q9 27