OSDN Git Service

Add armv7-a-neon build target
authorColin Cross <ccross@android.com>
Tue, 9 Mar 2010 21:23:40 +0000 (13:23 -0800)
committerColin Cross <ccross@android.com>
Tue, 9 Mar 2010 21:23:40 +0000 (13:23 -0800)
commitfd7e221cce6d3c63fd26599d58e0a35db7f5d1fa
tree95a3f3fc0f8df6b038831b3e17b4a50ae21d3a48
parent631bbbff684e9fe41a5a08ffa3e13fa3bed01212
Add armv7-a-neon build target

Change-Id: I981d55b53f6b3c185fe93384924bdbe18057132c
12 files changed:
vm/compiler/codegen/arm/armv7-a-neon/ArchVariant.c [new file with mode: 0644]
vm/compiler/codegen/arm/armv7-a-neon/ArchVariant.h [new file with mode: 0644]
vm/compiler/codegen/arm/armv7-a-neon/CallingConvention.S [new file with mode: 0644]
vm/compiler/codegen/arm/armv7-a-neon/Codegen.c [new file with mode: 0644]
vm/compiler/template/armv7-a-neon/TemplateOpList.h [new file with mode: 0644]
vm/compiler/template/config-armv7-a-neon [new file with mode: 0644]
vm/compiler/template/out/CompilerTemplateAsm-armv7-a-neon.S [new file with mode: 0644]
vm/compiler/template/rebuild.sh
vm/mterp/config-armv7-a-neon [new file with mode: 0644]
vm/mterp/out/InterpAsm-armv7-a-neon.S [new file with mode: 0644]
vm/mterp/out/InterpC-armv7-a-neon.c [new file with mode: 0644]
vm/mterp/rebuild.sh