R600/SI: Add patterns for 64-bit shift operations
[oota-llvm.git] / test / CodeGen / R600 / call_fs.ll
1
2 ; RUN: llc < %s -march=r600 -mcpu=redwood -show-mc-encoding -o - | FileCheck --check-prefix=EG-CHECK %s
3 ; RUN: llc < %s -march=r600 -mcpu=rv710 -show-mc-encoding -o - | FileCheck --check-prefix=R600-CHECK %s
4
5 ; EG-CHECK: @call_fs
6 ; EG-CHECK: CALL_FS  ; encoding: [0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0x84]
7 ; R600-CHECK: @call_fs
8 ; R600-CHECK:CALL_FS ; encoding: [0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x89]
9
10
11 define void @call_fs() #0 {
12   ret void
13 }
14
15 attributes #0 = { "ShaderType"="1" } ; Vertex Shader