mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
7e3ac796de
Update the list of s_sendmsg messages known to the assembler and disassembler and validate the ones that were added or removed in gfx9 and gfx10. Differential Revision: https://reviews.llvm.org/D97295
24 lines
893 B
ArmAsm
24 lines
893 B
ArmAsm
// RUN: llvm-mc -arch=amdgcn -mcpu=gfx1010 -show-encoding %s | FileCheck --check-prefix=GFX10 %s
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
// s_sendmsg
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
s_sendmsg 9
|
|
// GFX10: s_sendmsg sendmsg(MSG_GS_ALLOC_REQ) ; encoding: [0x09,0x00,0x90,0xbf]
|
|
|
|
s_sendmsg sendmsg(MSG_GS_ALLOC_REQ)
|
|
// GFX10: s_sendmsg sendmsg(MSG_GS_ALLOC_REQ) ; encoding: [0x09,0x00,0x90,0xbf]
|
|
|
|
s_sendmsg 10
|
|
// GFX10: s_sendmsg sendmsg(MSG_GET_DOORBELL) ; encoding: [0x0a,0x00,0x90,0xbf]
|
|
|
|
s_sendmsg sendmsg(MSG_GET_DOORBELL)
|
|
// GFX10: s_sendmsg sendmsg(MSG_GET_DOORBELL) ; encoding: [0x0a,0x00,0x90,0xbf]
|
|
|
|
s_sendmsg 11
|
|
// GFX10: s_sendmsg sendmsg(MSG_GET_DDID) ; encoding: [0x0b,0x00,0x90,0xbf]
|
|
|
|
s_sendmsg sendmsg(MSG_GET_DDID)
|
|
// GFX10: s_sendmsg sendmsg(MSG_GET_DDID) ; encoding: [0x0b,0x00,0x90,0xbf]
|