Home | History | Annotate | Download | only in Mips

Lines Matching refs:N32

48 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r2 -target-abi n32 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64R2-N32 %s
49 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64r2 -target-abi n32 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64R2-N32 %s
50 # MIPS64EL-MIPS64R2-N32: Flags [ (0x80000024)
52 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64r2 -target-abi n32 -mattr=+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64R2-N32-NAN2008 %s
53 # MIPS64EL-MIPS64R2-N32-NAN2008: Flags [ (0x80000424)
55 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64 -target-abi n32 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64-N32 %s
56 # MIPS64EL-MIPS64-N32: Flags [ (0x60000024)
58 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64 -target-abi n32 -mattr=+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64-N32-NAN2008 %s
59 # MIPS64EL-MIPS64-N32-NAN2008: Flags [ (0x60000424)
115 # Default ABI for MIPS64 is N64 as opposed to GCC/GAS (N32)
122 # Default ABI for MIPS64 is N64 as opposed to GCC/GAS (N32)