mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
[mips] Add explicit N32 and N64 tests to nabi-regs.s test
llvm-svn: 201684
This commit is contained in:
parent
4d23355419
commit
b0b9c3767b
@ -3,10 +3,14 @@
|
||||
# for 4 more register parameters (A registers) offsetting
|
||||
# the T registers.
|
||||
#
|
||||
# For now just check N64
|
||||
# RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding \
|
||||
# RUN: -mcpu=mips64r2 -arch=mips64 | \
|
||||
# RUN: FileCheck %s
|
||||
# RUN: -mcpu=mips64r2 -arch=mips64 | FileCheck %s
|
||||
#
|
||||
# RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding \
|
||||
# RUN: -mcpu=mips64r2 -arch=mips64 -mattr=+n32 | FileCheck %s
|
||||
#
|
||||
# RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding \
|
||||
# RUN: -mcpu=mips64r2 -arch=mips64 -mattr=+n64 | FileCheck %s
|
||||
|
||||
.text
|
||||
foo:
|
||||
|
Loading…
Reference in New Issue
Block a user