Lines Matching +full:mingw +full:- +full:long +full:- +full:test
1 … RUN: llc < %s -march=amdgcn -mcpu=SI -verify-machineinstrs -filetype=obj | llvm-readobj -s -symbo…
2 ; RUN: llc < %s -march=amdgcn -mcpu=SI -verify-machineinstrs -o - | FileCheck --check-prefix=CONFIG…
3 …RUN: llc < %s -march=amdgcn -mcpu=tonga -verify-machineinstrs -filetype=obj | llvm-readobj -s -sym…
4 ; RUN: llc < %s -march=amdgcn -mcpu=tonga -verify-machineinstrs -o - | FileCheck --check-prefix=CON…
5 …UN: llc < %s -march=amdgcn -mcpu=carrizo -verify-machineinstrs -filetype=obj | llvm-readobj -s -sy…
6 ; RUN: llc < %s -march=amdgcn -mcpu=carrizo -verify-machineinstrs -o - | FileCheck --check-prefix=C…
8 ; Test that we don't try to produce a COFF file on windows
9 … llc < %s -mtriple=amdgcn-pc-mingw -mcpu=SI -verify-machineinstrs -filetype=obj | llvm-readobj -s …
18 ; ELF: Name: test
22 ; CONFIG-NEXT: .long 45096
23 ; TYPICAL-NEXT: .long 0
24 ; TONGA-NEXT: .long 576
26 ; CONFIG: test:
27 define amdgpu_ps void @test(i32 %p) {