| /llvm-project-15.0.7/llvm/test/MC/Mips/ |
| H A D | private-prefix.s | 1 # RUN: llvm-mc %s -triple=mips --target-abi=o32 | FileCheck %s --check-prefix=O32 2 # RUN: llvm-mc %s -triple=mips --target-abi=n32 | FileCheck %s --check-prefix=N32 3 # RUN: llvm-mc %s -triple=mips --target-abi=n64 | FileCheck %s --check-prefix=N64 7 # RUN: llvm-mc %s -triple=mips | FileCheck %s --check-prefix=O32 8 # RUN: llvm-mc %s -triple=mips-gnu | FileCheck %s --check-prefix=O32 9 # RUN: llvm-mc %s -triple=mips-gnuabin32 | FileCheck %s --check-prefix=N32 10 # RUN: llvm-mc %s -triple=mips-gnuabi64 | FileCheck %s --check-prefix=O32 11 # RUN: llvm-mc %s -triple=mips64 | FileCheck %s --check-prefix=N64 12 # RUN: llvm-mc %s -triple=mips64-gnu | FileCheck %s --check-prefix=N64 13 # RUN: llvm-mc %s -triple=mips64-gnuabin32 | FileCheck %s --check-prefix=N32 [all …]
|
| H A D | elf_eflags.s | 4 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r6 -target-abi n64 %s -o -| l… 48 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32r6 %s -o -| llvm-readobj -h -… 54 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32r2 %s -o -| llvm-readobj -h -… 64 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| llvm-readobj -h - |… 113 # RUN: llvm-mc -filetype=obj -triple mips64-unknown-linux -mcpu=mips5 %s -o -| llvm-readobj -h - | … 119 # RUN: llvm-mc -filetype=obj -triple mips64-unknown-linux -mcpu=mips4 %s -o -| llvm-readobj -h - | … 125 # RUN: llvm-mc -filetype=obj -triple mips64-unknown-linux -mcpu=mips3 %s -o -| llvm-readobj -h - | … 149 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips2 %s -o -| llvm-readobj -h - | … 155 # RUN: llvm-mc -filetype=obj -triple mips-unknown-linux -mcpu=mips1 %s -o -| llvm-readobj -h - | Fi… 196 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux \ [all …]
|
| H A D | elf_header.s | 2 # RUN: llvm-mc -filetype=obj -triple mips-unknown-linux -mcpu=mips1 … 3 # RUN: llvm-mc -filetype=obj -triple mips-unknown-linux -mcpu=mips2 … 4 # RUN: llvm-mc -filetype=obj -triple mips-unknown-linux -mcpu=mips3 … 7 # RUN: llvm-mc -filetype=obj -triple mips-unknown-linux … 8 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux … 9 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux … 10 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32r2 … 11 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32r3 … 12 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32r5 … 19 # FIXME: llvm-mc -filetype=obj -triple mips64-unknown-linux -mcpu=mips1 -target-abi=o32 … [all …]
|
| H A D | cpadd.s | 1 # RUN: llvm-mc -triple=mips-unknown-linux-gnu -position-independent %s \ 3 # RUN: llvm-mc -triple=mips64-unknown-linux-gnu -position-independent %s \ 5 # RUN: llvm-mc -triple=mips-unknown-linux-gnu %s \ 8 # RUN: llvm-mc -triple=mips-unknown-linux-gnu \ 11 # RUN: llvm-mc -triple=mips64-unknown-linux-gnu \ 15 # RUN: llvm-mc -triple=mips-unknown-linux-gnu \ 18 # RUN: llvm-mc -triple=mips64-unknown-linux-gnu \
|
| /llvm-project-15.0.7/llvm/test/MC/X86/ |
| H A D | x86_nop.s | 1 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=generic %s | llvm-objdump -d - | FileCheck… 2 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i386 %s | llvm-objdump -d - | FileCheck %s 3 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i486 %s | llvm-objdump -d - | FileCheck %s 4 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i586 %s | llvm-objdump -d - | FileCheck %s 5 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=pentium %s | llvm-objdump -d - | FileCheck… 7 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=geode %s | llvm-objdump -d - | FileCheck %s 8 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i686 %s | llvm-objdump -d - | FileCheck %s 9 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=k6 %s | llvm-objdump -d - | FileCheck %s 10 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=k6-2 %s | llvm-objdump -d - | FileCheck %s 11 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=k6-3 %s | llvm-objdump -d - | FileCheck %s [all …]
|
| H A D | x86_long_nop.s | 1 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=x86_64-pc-linux-gnu -mcpu=pentiumpro %s | llvm-objdu… 2 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-pc-linux-gnu %s -mcpu=pentiumpro | llvm-objdump… 4 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-apple-darwin8 -mcpu=pentiumpro %s | llvm-objdum… 5 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-pc-linux-gnu -mcpu=slm %s | llvm-objdump -d --n… 6 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-pc-linux-gnu -mcpu=silvermont %s | llvm-objdump… 7 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-pc-linux-gnu -mcpu=lakemont %s | llvm-objdump -… 8 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=x86_64-pc-linux-gnu -mcpu=bdver1 %s | llvm-objdump -… 9 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-pc-linux-gnu %s -mcpu=bdver1 | llvm-objdump -d … 11 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-pc-linux-gnu %s -mcpu=btver1 | llvm-objdump -d … 13 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-pc-linux-gnu %s -mcpu=btver2 | llvm-objdump -d … [all …]
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/AArch64/ |
| H A D | armv8.3a-rcpc.txt | 1 # RUN: llvm-mc -triple aarch64-none-linux-gnu -mattr=+v8.2a -mattr=+rcpc --disassemble < %s | FileC… 2 # RUN: llvm-mc -triple aarch64-none-linux-gnu -mattr=+v8.3a --disassemble < %s | FileCheck %s 3 # RUN: llvm-mc -triple aarch64-none-linux-gnu -mattr=+v8r --disassemble < %s | FileCheck %s 4 # RUN: llvm-mc -triple aarch64-none-linux-gnu -mcpu=cortex-r82 --disassemble < %s | FileCheck %s 5 # RUN: llvm-mc -triple aarch64-none-linux-gnu -mcpu=cortex-a55 --disassemble < %s | FileCheck %s 6 # RUN: llvm-mc -triple aarch64-none-linux-gnu -mcpu=cortex-a65 --disassemble < %s | FileCheck %s 8 # RUN: llvm-mc -triple aarch64-none-linux-gnu -mcpu=cortex-a75 --disassemble < %s | FileCheck %s 9 # RUN: llvm-mc -triple aarch64-none-linux-gnu -mcpu=cortex-a77 --disassemble < %s | FileCheck %s 10 # RUN: llvm-mc -triple aarch64-none-linux-gnu -mcpu=cortex-a78 --disassemble < %s | FileCheck %s 11 # RUN: llvm-mc -triple aarch64-none-linux-gnu -mcpu=cortex-x1 --disassemble < %s | FileCheck %s [all …]
|
| H A D | arm64-basic-a64-undefined.txt | 4 # RUN: echo "0x00 0x08 0x20 0xf8" | llvm-mc -triple arm64 -disassemble 2>&1 | FileCheck %s 5 # RUN: echo "0x00 0x88 0x20 0xf8" | llvm-mc -triple arm64 -disassemble 2>&1 | FileCheck %s 9 # RUN: echo "0x00 0x10 0xa0 0x0b" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s 10 # RUN: echo "0x00 0x10 0x60 0x0b" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s 11 # RUN: echo "0x00 0x14 0x20 0x0b" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s 14 # RUN: echo "0x00 0x00 0xc0 0x72" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s 17 # RUN: echo "0x00 0x00 0xc0 0xeb" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s 18 # RUN: echo "0x00 0x80 0x80 0x6b" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s 21 # RUN: echo "0x00 0x80 0x00 0x53" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s 24 # RUN: echo "0x00 0x40 0x00 0x2e" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s [all …]
|
| H A D | armv8.5a-ssbs.txt | 1 # RUN: llvm-mc -triple=aarch64 -mattr=+ssbs -disassemble < %s | FileCheck %s 2 # RUN: llvm-mc -triple=aarch64 -mattr=+v8.5a -disassemble < %s | FileCheck %s 3 # RUN: llvm-mc -triple=aarch64 -mcpu=cortex-a76 -disassemble < %s | FileCheck %s 4 # RUN: llvm-mc -triple=aarch64 -mcpu=cortex-a76ae -disassemble < %s | FileCheck %s 5 # RUN: llvm-mc -triple=aarch64 -mattr=+v8r -disassemble < %s | FileCheck %s --check-prefix=NOSPECID 6 # RUN: llvm-mc -triple=aarch64 -mattr=-ssbs -disassemble < %s | FileCheck %s --check-prefix=NOSPEC…
|
| /llvm-project-15.0.7/llvm/test/MC/Hexagon/ |
| H A D | arch-support.s | 1 # RUN: llvm-mc -arch=hexagon -mv5 -filetype=obj %s | llvm-readelf -h - | FileCheck --check-prefix=C… 2 # RUN: llvm-mc -arch=hexagon -mv55 -filetype=obj %s | llvm-readelf -h - | FileCheck --check-prefix=… 3 # RUN: llvm-mc -arch=hexagon -mv60 -filetype=obj %s | llvm-readelf -h - | FileCheck --check-prefix=… 4 # RUN: llvm-mc -arch=hexagon -mv62 -filetype=obj %s | llvm-readelf -h - | FileCheck --check-prefix=… 5 # RUN: llvm-mc -arch=hexagon -mv65 -filetype=obj %s | llvm-readelf -h - | FileCheck --check-prefix=… 6 # RUN: llvm-mc -arch=hexagon -mv67 -filetype=obj %s | llvm-readelf -h - | FileCheck --check-prefix=… 7 # RUN: llvm-mc -arch=hexagon -mv68 -filetype=obj %s | llvm-readelf -h - | FileCheck --check-prefix=… 8 # RUN: llvm-mc -arch=hexagon -mv69 -filetype=obj %s | llvm-readelf -h - | FileCheck --check-prefix=… 10 # RUN: llvm-mc -arch=hexagon -mv5 -filetype=obj %s | llvm-objdump --disassemble - | FileCheck --che… 11 # RUN: llvm-mc -arch=hexagon -mv55 -filetype=obj %s | llvm-objdump --disassemble - | FileCheck --ch… [all …]
|
| /llvm-project-15.0.7/llvm/test/MC/RISCV/ |
| H A D | target-abi-invalid.s | 1 # RUN: llvm-mc -triple=riscv32 -target-abi foo < %s 2>&1 \ 3 # RUN: llvm-mc -triple=riscv32 -mattr=+f -target-abi ilp32foof < %s 2>&1 \ 9 # RUN: llvm-mc -triple=riscv64 -target-abi ilp32 < %s 2>&1 \ 11 # RUN: llvm-mc -triple=riscv64 -mattr=+f -target-abi ilp32f < %s 2>&1 \ 13 # RUN: llvm-mc -triple=riscv64 -mattr=+d -target-abi ilp32d < %s 2>&1 \ 15 # RUN: llvm-mc -triple=riscv64 -target-abi ilp32e < %s 2>&1 \ 23 # RUN: llvm-mc -triple=riscv32 -target-abi lp64 < %s 2>&1 \ 43 # RUN: llvm-mc -triple=riscv32 -target-abi ilp32f < %s 2>&1 \ 45 # RUN: llvm-mc -triple=riscv64 -target-abi lp64f < %s 2>&1 \ 51 # RUN: llvm-mc -triple=riscv32 -target-abi ilp32d < %s 2>&1 \ [all …]
|
| H A D | target-abi-valid.s | 1 # RUN: llvm-mc -triple=riscv32 -filetype=obj < %s \ 4 # RUN: llvm-mc -triple=riscv32 -target-abi ilp32 -filetype=obj < %s \ 7 # RUN: llvm-mc -triple=riscv32 -mattr=+f -target-abi ilp32 -filetype=obj < %s \ 10 # RUN: llvm-mc -triple=riscv32 -mattr=+d -target-abi ilp32 -filetype=obj < %s \ 13 # RUN: llvm-mc -triple=riscv64 -filetype=obj < %s \ 16 # RUN: llvm-mc -triple=riscv64 -target-abi lp64 -filetype=obj < %s \ 19 # RUN: llvm-mc -triple=riscv64 -mattr=+f -target-abi lp64 -filetype=obj < %s \ 22 # RUN: llvm-mc -triple=riscv64 -mattr=+d -target-abi lp64 -filetype=obj < %s \ 26 # RUN: llvm-mc -triple=riscv32 -mattr=+f -target-abi ilp32f -filetype=obj < %s \ 32 # RUN: llvm-mc -triple=riscv64 -mattr=+f -target-abi lp64f -filetype=obj < %s \ [all …]
|
| H A D | option-nopic.s | 1 # RUN: llvm-mc -triple riscv32 -mattr=-relax -riscv-no-aliases < %s \ 3 # RUN: llvm-mc -filetype=obj -triple riscv32 < %s \ 6 # RUN: llvm-mc -triple riscv32 -mattr=-relax -riscv-no-aliases \ 8 # RUN: llvm-mc -filetype=obj -triple riscv32 -position-independent < %s \ 11 # RUN: llvm-mc -triple riscv64 -mattr=-relax -riscv-no-aliases < %s \ 13 # RUN: llvm-mc -filetype=obj -triple riscv64 < %s \ 16 # RUN: llvm-mc -triple riscv64 -mattr=-relax -riscv-no-aliases \ 18 # RUN: llvm-mc -filetype=obj -triple riscv64 -position-independent < %s \
|
| H A D | option-pic.s | 1 # RUN: llvm-mc -triple riscv32 -mattr=-relax -riscv-no-aliases < %s \ 3 # RUN: llvm-mc -filetype=obj -triple riscv32 < %s \ 6 # RUN: llvm-mc -triple riscv32 -mattr=-relax -riscv-no-aliases \ 8 # RUN: llvm-mc -filetype=obj -triple riscv32 -position-independent < %s \ 11 # RUN: llvm-mc -triple riscv64 -mattr=-relax -riscv-no-aliases < %s \ 13 # RUN: llvm-mc -filetype=obj -triple riscv64 < %s \ 16 # RUN: llvm-mc -triple riscv64 -mattr=-relax -riscv-no-aliases \ 18 # RUN: llvm-mc -filetype=obj -triple riscv64 -position-independent < %s \
|
| H A D | rvzihintpause-aliases-valid.s | 1 # RUN: llvm-mc %s -triple=riscv32 -mattr=+zihintpause -M no-aliases \ 3 # RUN: llvm-mc %s -triple=riscv32 -mattr=+zihintpause \ 5 # RUN: llvm-mc %s -triple=riscv64 -mattr=+zihintpause -M no-aliases \ 7 # RUN: llvm-mc %s -triple=riscv64 -mattr=+zihintpause \ 9 # RUN: llvm-mc -filetype=obj -triple riscv32 -mattr=+zihintpause < %s \ 12 # RUN: llvm-mc -filetype=obj -triple riscv32 -mattr=+zihintpause < %s \ 15 # RUN: llvm-mc -filetype=obj -triple riscv64 -mattr=+zihintpause < %s \ 18 # RUN: llvm-mc -filetype=obj -triple riscv64 -mattr=+zihintpause < %s \
|
| /llvm-project-15.0.7/llvm/test/MC/ARM/ |
| H A D | pkhbt-archs.s | 1 @ RUN: llvm-mc -triple thumbv7 %s -o - -show-encoding 2>&1 | FileCheck %s --check-prefix=CHECK-VALID 2 @ RUN: llvm-mc -triple thumbv8 %s -o - -show-encoding 2>&1 | FileCheck %s --check-prefix=CHECK-VALID 3 @ RUN: llvm-mc -triple thumbv7em %s -o - -show-encoding 2>&1 | FileCheck %s --check-prefix=CHECK-VA… 4 @ RUN: llvm-mc -triple thumbv6t2 %s -o - -show-encoding 2>&1 | FileCheck %s --check-prefix=CHECK-VA… 6 @ RUN: not llvm-mc -triple thumbv6 %s -o - -show-encoding 2>&1 | FileCheck %s --check-prefix=CHECK-… 7 @ RUN: not llvm-mc -triple thumbv7m %s -o - -show-encoding 2>&1 | FileCheck %s --check-prefix=CHECK… 8 @ RUN: not llvm-mc -triple thumbv8m.main %s -o - -show-encoding 2>&1 | FileCheck %s --check-prefix=… 9 @ RUN: not llvm-mc -triple thumbv8m.base %s -o - -show-encoding 2>&1 | FileCheck %s --check-prefix=…
|
| H A D | arm-thumb-cpus.s | 1 @ RUN: not llvm-mc -show-encoding -triple=arm-eabi < %s 2>&1 \ 4 @ RUN: llvm-mc -show-encoding -triple=armv4t < %s 2>&1 \ 7 @ RUN: llvm-mc -show-encoding -triple=arm-eabi -mcpu=cortex-a15 < %s 2>&1 \ 10 @ RUN: not llvm-mc -show-encoding -triple=arm-eabi -mcpu=cortex-m3 < %s 2>&1 \ 13 @ RUN: not llvm-mc -show-encoding -triple=armv7m-eabi < %s 2>&1 \ 16 @ RUN: not llvm-mc -show-encoding -triple=armv6m-eabi < %s 2>&1 \ 19 @ RUN: not llvm-mc -show-encoding -triple=armv6sm-eabi < %s 2>&1 \ 22 @ RUN: not llvm-mc -show-encoding -triple=thumbv7-win32-gnu < %s 2>&1 \
|
| H A D | ldr-pseudo-unpredictable.s | 1 @RUN: llvm-mc -triple armv5-unknown-linux-gnueabi %s | FileCheck --check-prefix=CHECK-ARM %s 2 @RUN: llvm-mc -triple thumbv7-unknown-linux-gnueabi %s 2>&1 | FileCheck --check-prefix=CHECK-T2 %s 3 @RUN: not llvm-mc -triple thumbv5-unknown-linux-gnueabi %s 2>&1 | FileCheck --check-prefix=CHECK-NO… 4 @RUN: llvm-mc -triple armv5-base-apple-darwin %s | FileCheck --check-prefix=CHECK-DARWIN-ARM %s 5 @RUN: llvm-mc -triple thumbv7-base-apple-darwin %s 2>&1 | FileCheck --check-prefix=CHECK-DARWIN-T2 … 6 @RUN: not llvm-mc -triple thumbv5-base.apple.darwin %s 2>&1 | FileCheck --check-prefix=CHECK-NONE %s
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/ARM/ |
| H A D | armv8a-fpmul-t32.txt | 1 # RUN: llvm-mc -triple thumb -mattr=+neon,+fp16fml --disassemble < %s | FileCheck %s 2 # RUN: llvm-mc -triple thumb -mattr=+neon,-fullfp16,+fp16fml --disassemble < %s | FileCheck %s 3 # RUN: not llvm-mc -triple thumb --disassemble < %s 2>&1 | FileCheck %s --check-prefixes=CHECK-INVA… 4 # RUN: not llvm-mc -triple thumb -mattr=+v8.2a --disassemble < %s 2>&1 | FileCheck %s --check-prefi… 5 # RUN: not llvm-mc -triple thumb -mattr=+v8.2a,+fp16fml --disassemble < %s 2>&1 | FileCheck %s --ch… 6 # RUN: not llvm-mc -triple thumb -mattr=+v8.2a,+fullfp16 --disassemble < %s 2>&1 | FileCheck %s --c… 7 # RUN: not llvm-mc -triple thumb -mattr=+v8.2a,+fullfp16,-fp16fml --disassemble < %s 2>&1 | FileChe… 8 # RUN: not llvm-mc -triple thumb -mattr=+v8.2a,-fp16fml,+fullfp16 --disassemble < %s 2>&1 | FileChe… 9 # RUN: not llvm-mc -triple thumb -mattr=+v8.2a,+fullfp16,+fp16fml --disassemble < %s 2>&1 | FileChe… 11 # RUN: not llvm-mc -triple thumb -mattr=+v8.2a,+neon --disassemble < %s 2>&1 | FileCheck %s --check… [all …]
|
| H A D | armv8a-fpmul-a32.txt | 1 # RUN: llvm-mc -triple arm-none-linux-gnu -mattr=+neon,+fp16fml --disassemble < %s | FileCheck … 2 # RUN: llvm-mc -triple arm-none-linux-gnu -mattr=+neon,-fullfp16,+fp16fml --disassemble < %s | … 3 # RUN: llvm-mc -triple arm-none-linux-gnu --disassemble < %s 2>&1 | FileCheck %s --check-prefix… 4 # RUN: not llvm-mc -triple arm-none-linux-gnu -mattr=+v8.2a --disassemble < %s 2>&1 | FileCheck %s … 5 # RUN: not llvm-mc -triple arm-none-linux-gnu -mattr=+v8.2a,+fp16fml --disassemble < %s 2>&1 | File… 6 # RUN: not llvm-mc -triple arm-none-linux-gnu -mattr=+v8.2a,+fullfp16 --disassemble < %s 2>&1 | Fil… 7 # RUN: not llvm-mc -triple arm-none-linux-gnu -mattr=+v8.2a,+fullfp16,-fp16fml --disassemble < %s 2… 8 # RUN: not llvm-mc -triple arm-none-linux-gnu -mattr=+v8.2a,-fp16fml,+fullfp16 --disassemble < %s 2… 9 # RUN: not llvm-mc -triple arm-none-linux-gnu -mattr=+v8.2a,+fullfp16,+fp16fml --disassemble < %s 2… 11 # RUN: not llvm-mc -triple arm-none-linux-gnu -mattr=+v8.2a,+neon --disassemble < %s 2>&1 | FileChe… [all …]
|
| /llvm-project-15.0.7/llvm/test/MC/Mips/eva/ |
| H A D | invalid-noeva.s | 3 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips32r2 2>%t1 5 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips32r3 2>%t1 7 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips32r5 2>%t1 9 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips32r6 2>%t1 11 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips64r2 2>%t1 13 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips64r3 2>%t1 15 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips64r5 2>%t1 17 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips64r6 2>%t1
|
| /llvm-project-15.0.7/libcxx/test/std/containers/associative/set/ |
| H A D | count.pass.cpp | 147 const M& mc = m; in main() local 149 R r = mc.count(5); in main() 151 r = mc.count(6); in main() 153 r = mc.count(7); in main() 155 r = mc.count(8); in main() 157 r = mc.count(9); in main() 159 r = mc.count(10); in main() 161 r = mc.count(11); in main() 163 r = mc.count(12); in main() 165 r = mc.count(4); in main()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/ |
| H A D | debug_info_offset.test | 1 RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o - \ 8 RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o - \ 13 RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o - \ 17 RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o - \ 24 RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o - \ 28 RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o - \ 32 RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o - \ 36 RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o - \ 40 RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o - \ 44 RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o - \
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | assert-side-effect.cpp | 95 MyClass mc; in main() local 97 assert(mc.badFunc(0, 1)); in main() 99 assert(mc.badButIgnoredFunc(0, 1)); in main() 106 assert(mc.goodFunc(0, 1)); in main() 109 assert(mc2 = mc); in main() 112 assert(-mc > 0); in main() 126 msvc_assert(mc2 = mc); in main()
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | cstring-align.s | 3 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %t/align-empty.s -o %t/align-empty.o 4 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %t/align-4-0.s -o %t/align-4-0.o 5 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %t/align-4-2.s -o %t/align-4-2.o 6 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %t/align-16-0.s -o %t/align-16-0.o 7 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %t/align-16-2.s -o %t/align-16-2.o 8 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %t/align-16-4.s -o %t/align-16-4.o 9 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %t/align-16-8.s -o %t/align-16-8.o
|