Bob Wilson | 8d1b7e5 | 2010-12-15 22:14:01 +0000 | [diff] [blame] | 1 | @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s |
Owen Anderson | 410cb57 | 2010-11-11 21:15:47 +0000 | [diff] [blame] | 2 | |
| 3 | .code 16 |
| 4 | |
Jim Grosbach | d91f4e4 | 2010-12-03 22:31:40 +0000 | [diff] [blame] | 5 | @ CHECK: vrecpe.u32 d16, d16 @ encoding: [0xfb,0xff,0x20,0x04] |
Owen Anderson | 410cb57 | 2010-11-11 21:15:47 +0000 | [diff] [blame] | 6 | vrecpe.u32 d16, d16 |
Jim Grosbach | d91f4e4 | 2010-12-03 22:31:40 +0000 | [diff] [blame] | 7 | @ CHECK: vrecpe.u32 q8, q8 @ encoding: [0xfb,0xff,0x60,0x04] |
Owen Anderson | 410cb57 | 2010-11-11 21:15:47 +0000 | [diff] [blame] | 8 | vrecpe.u32 q8, q8 |
Jim Grosbach | d91f4e4 | 2010-12-03 22:31:40 +0000 | [diff] [blame] | 9 | @ CHECK: vrecpe.f32 d16, d16 @ encoding: [0xfb,0xff,0x20,0x05] |
Owen Anderson | 410cb57 | 2010-11-11 21:15:47 +0000 | [diff] [blame] | 10 | vrecpe.f32 d16, d16 |
Jim Grosbach | d91f4e4 | 2010-12-03 22:31:40 +0000 | [diff] [blame] | 11 | @ CHECK: vrecpe.f32 q8, q8 @ encoding: [0xfb,0xff,0x60,0x05] |
Owen Anderson | 410cb57 | 2010-11-11 21:15:47 +0000 | [diff] [blame] | 12 | vrecpe.f32 q8, q8 |
Jim Grosbach | d91f4e4 | 2010-12-03 22:31:40 +0000 | [diff] [blame] | 13 | @ CHECK: vrecps.f32 d16, d16, d17 @ encoding: [0x40,0xef,0xb1,0x0f] |
Owen Anderson | 410cb57 | 2010-11-11 21:15:47 +0000 | [diff] [blame] | 14 | vrecps.f32 d16, d16, d17 |
Jim Grosbach | d91f4e4 | 2010-12-03 22:31:40 +0000 | [diff] [blame] | 15 | @ CHECK: vrecps.f32 q8, q8, q9 @ encoding: [0x40,0xef,0xf2,0x0f] |
Owen Anderson | 410cb57 | 2010-11-11 21:15:47 +0000 | [diff] [blame] | 16 | vrecps.f32 q8, q8, q9 |
Jim Grosbach | d91f4e4 | 2010-12-03 22:31:40 +0000 | [diff] [blame] | 17 | @ CHECK: vrsqrte.u32 d16, d16 @ encoding: [0xfb,0xff,0xa0,0x04] |
Owen Anderson | 410cb57 | 2010-11-11 21:15:47 +0000 | [diff] [blame] | 18 | vrsqrte.u32 d16, d16 |
Jim Grosbach | d91f4e4 | 2010-12-03 22:31:40 +0000 | [diff] [blame] | 19 | @ CHECK: vrsqrte.u32 q8, q8 @ encoding: [0xfb,0xff,0xe0,0x04] |
Owen Anderson | 410cb57 | 2010-11-11 21:15:47 +0000 | [diff] [blame] | 20 | vrsqrte.u32 q8, q8 |
Jim Grosbach | d91f4e4 | 2010-12-03 22:31:40 +0000 | [diff] [blame] | 21 | @ CHECK: vrsqrte.f32 d16, d16 @ encoding: [0xfb,0xff,0xa0,0x05] |
Owen Anderson | 410cb57 | 2010-11-11 21:15:47 +0000 | [diff] [blame] | 22 | vrsqrte.f32 d16, d16 |
Jim Grosbach | d91f4e4 | 2010-12-03 22:31:40 +0000 | [diff] [blame] | 23 | @ CHECK: vrsqrte.f32 q8, q8 @ encoding: [0xfb,0xff,0xe0,0x05] |
Owen Anderson | 410cb57 | 2010-11-11 21:15:47 +0000 | [diff] [blame] | 24 | vrsqrte.f32 q8, q8 |
Jim Grosbach | d91f4e4 | 2010-12-03 22:31:40 +0000 | [diff] [blame] | 25 | @ CHECK: vrsqrts.f32 d16, d16, d17 @ encoding: [0x60,0xef,0xb1,0x0f] |
Owen Anderson | 410cb57 | 2010-11-11 21:15:47 +0000 | [diff] [blame] | 26 | vrsqrts.f32 d16, d16, d17 |
Jim Grosbach | d91f4e4 | 2010-12-03 22:31:40 +0000 | [diff] [blame] | 27 | @ CHECK: vrsqrts.f32 q8, q8, q9 @ encoding: [0x60,0xef,0xf2,0x0f] |
Owen Anderson | 410cb57 | 2010-11-11 21:15:47 +0000 | [diff] [blame] | 28 | vrsqrts.f32 q8, q8, q9 |