2013-05-07 01:50:26 +08:00
|
|
|
|
2015-02-04 05:53:27 +08:00
|
|
|
; RUN: llc < %s -march=r600 -mcpu=redwood -show-mc-encoding -o - | FileCheck --check-prefix=EG %s
|
|
|
|
; RUN: llc < %s -march=r600 -mcpu=rv710 -show-mc-encoding -o - | FileCheck --check-prefix=R600 %s
|
2013-05-07 01:50:26 +08:00
|
|
|
|
2015-02-04 05:53:27 +08:00
|
|
|
; EG: .long 257
|
2015-03-17 22:34:42 +08:00
|
|
|
; EG: {{^}}call_fs:
|
2015-02-04 05:53:27 +08:00
|
|
|
; EG: CALL_FS ; encoding: [0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0x84]
|
|
|
|
; R600: .long 257
|
2015-03-17 22:34:42 +08:00
|
|
|
; R600: {{^}}call_fs:
|
2015-02-04 05:53:27 +08:00
|
|
|
; R600:CALL_FS ; encoding: [0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x89]
|
2013-05-07 01:50:26 +08:00
|
|
|
|
|
|
|
|
2016-04-07 03:40:20 +08:00
|
|
|
define amdgpu_vs void @call_fs() {
|
2013-05-07 01:50:26 +08:00
|
|
|
ret void
|
|
|
|
}
|