test: Move target dependent test in their own folder for c API test
[oota-llvm.git] / test / Bindings / llvm-c / X86 / disassemble.test
1 ; RUN: llvm-c-test --disassemble < %s | FileCheck %s
2
3 x86_64-linux-unknown  NULL  48 83 c4 38 5b 5d 41 5c 41 5d 41 5e 41 5f c3
4 ;CHECK: triple: x86_64-linux-unknown, features: NULL
5 ;CHECK: addq    $56, %rsp
6 ;CHECK: popq    %rbx
7 ;CHECK: popq    %rbp
8 ;CHECK: popq    %r12
9 ;CHECK: popq    %r13
10 ;CHECK: popq    %r14
11 ;CHECK: popq    %r15
12 ;CHECK: ret
13
14 i686-apple-darwin     NULL  0f b7 4c 24 0a e8 29 ce ff ff
15 ;CHECK: triple: i686-apple-darwin, features: NULL
16 ;CHECK: movzwl  10(%esp), %ecx
17 ;CHECK: calll   -12759
18
19 i686-linux-unknown    NULL  dd 44 24 04 d9 e1 c3
20 ;CHECK: triple: i686-linux-unknown, features: NULL
21 ;CHECK: fldl    4(%esp)
22 ;CHECK: fabs
23 ;CHECK: ret