view test/MC/ARM/neon-vswp.s @ 17:5e1f5bc27634

remove codeFlag for llvm type and add __CodeTy
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Sat, 05 Oct 2013 22:04:18 +0900
parents 9ad51c7bc036
children
line wrap: on
line source

@ RUN: llvm-mc -mcpu=cortex-a8 -triple armv7-apple-darwin -show-encoding < %s | FileCheck %s

vswp d1, d2
vswp q1, q2

@ CHECK: vswp	d1, d2                  @ encoding: [0x02,0x10,0xb2,0xf3]
@ CHECK: vswp	q1, q2                  @ encoding: [0x44,0x20,0xb2,0xf3]