Home | History | Annotate | Download | only in Mips

Lines Matching refs:n64

61 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64r2 -target-abi n64 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64R2-N64 %s
62 # MIPS64EL-MIPS64R2-N64: Flags [ (0x80000006)
64 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64r2 -target-abi n64 -mattr=+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64R2-N64-NAN2008 %s
65 # MIPS64EL-MIPS64R2-N64-NAN2008: Flags [ (0x80000406)
67 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64 %s -target-abi n64 -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64-N64 %s
68 # MIPS64EL-MIPS64-N64: Flags [ (0x60000006)
70 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64 %s -target-abi n64 -mattr=+nan2008 -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64-N64-NAN2008 %s
71 # MIPS64EL-MIPS64-N64-NAN2008: Flags [ (0x60000406)
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)