| # RUN: llvm-mc -arch=amdgcn -mcpu=tonga -disassemble -show-encoding < %s | FileCheck %s -check-prefix=GCN |
| |
| # GCN: s_nop 0 ; encoding: [0x00,0x00,0x80,0xbf] |
| 0x00 0x00 0x80 0xbf |
| |
| # GCN: s_nop 0xffff ; encoding: [0xff,0xff,0x80,0xbf] |
| 0xff 0xff 0x80 0xbf |
| |
| # GCN: s_nop 1 ; encoding: [0x01,0x00,0x80,0xbf] |
| 0x01 0x00 0x80 0xbf |
| |
| # GCN: s_endpgm ; encoding: [0x00,0x00,0x81,0xbf] |
| 0x00 0x00 0x81 0xbf |
| |
| # GCN: s_branch 2 ; encoding: [0x02,0x00,0x82,0xbf] |
| 0x02 0x00 0x82 0xbf |
| |
| # GCN: s_cbranch_scc0 3 ; encoding: [0x03,0x00,0x84,0xbf] |
| 0x03 0x00 0x84 0xbf |
| |
| # GCN: s_cbranch_scc1 4 ; encoding: [0x04,0x00,0x85,0xbf] |
| 0x04 0x00 0x85 0xbf |
| |
| # GCN: s_cbranch_vccz 5 ; encoding: [0x05,0x00,0x86,0xbf] |
| 0x05 0x00 0x86 0xbf |
| |
| # GCN: s_cbranch_vccnz 6 ; encoding: [0x06,0x00,0x87,0xbf] |
| 0x06 0x00 0x87 0xbf |
| |
| # GCN: s_cbranch_execz 7 ; encoding: [0x07,0x00,0x88,0xbf] |
| 0x07 0x00 0x88 0xbf |
| |
| # GCN: s_cbranch_execnz 8 ; encoding: [0x08,0x00,0x89,0xbf] |
| 0x08 0x00 0x89 0xbf |
| |
| # GCN: s_barrier ; encoding: [0x00,0x00,0x8a,0xbf] |
| 0x00 0x00 0x8a 0xbf |
| |
| # GCN: s_waitcnt vmcnt(0) expcnt(0) lgkmcnt(0) ; encoding: [0x00,0x00,0x8c,0xbf] |
| 0x00 0x00 0x8c 0xbf |
| |
| # GCN: s_waitcnt vmcnt(0) expcnt(0) lgkmcnt(0) ; encoding: [0x00,0x00,0x8c,0xbf] |
| 0x00 0x00 0x8c 0xbf |
| |
| # GCN: s_waitcnt vmcnt(0) expcnt(0) lgkmcnt(0) ; encoding: [0x00,0x00,0x8c,0xbf] |
| 0x00 0x00 0x8c 0xbf |
| |
| # GCN: s_waitcnt vmcnt(0) expcnt(0) lgkmcnt(0) ; encoding: [0x00,0x00,0x8c,0xbf] |
| 0x00 0x00 0x8c 0xbf |
| |
| # GCN: s_waitcnt vmcnt(1) ; encoding: [0x71,0x0f,0x8c,0xbf] |
| 0x71 0x0f 0x8c 0xbf |
| |
| # GCN: s_waitcnt vmcnt(9) ; encoding: [0x79,0x0f,0x8c,0xbf] |
| 0x79 0x0f 0x8c 0xbf |
| |
| # GCN: s_waitcnt expcnt(2) ; encoding: [0x2f,0x0f,0x8c,0xbf] |
| 0x2f 0x0f 0x8c 0xbf |
| |
| # GCN: s_waitcnt lgkmcnt(3) ; encoding: [0x7f,0x03,0x8c,0xbf] |
| 0x7f 0x03 0x8c 0xbf |
| |
| # GCN: s_waitcnt lgkmcnt(9) ; encoding: [0x7f,0x09,0x8c,0xbf] |
| 0x7f 0x09 0x8c 0xbf |
| |
| # GCN: s_waitcnt vmcnt(0) expcnt(0) ; encoding: [0x00,0x0f,0x8c,0xbf] |
| 0x00 0x0f 0x8c 0xbf |
| |
| # GCN: s_sethalt 9 ; encoding: [0x09,0x00,0x8d,0xbf] |
| 0x09 0x00 0x8d 0xbf |
| |
| # GCN: s_sleep 10 ; encoding: [0x0a,0x00,0x8e,0xbf] |
| 0x0a 0x00 0x8e 0xbf |
| |
| # GCN: s_setprio 1 ; encoding: [0x01,0x00,0x8f,0xbf] |
| 0x01 0x00 0x8f 0xbf |
| |
| # GCN: s_sendmsg Gs(nop), [m0] ; encoding: [0x02,0x00,0x90,0xbf] |
| 0x02 0x00 0x90 0xbf |
| |
| # GCN: s_sendmsghalt 3 ; encoding: [0x03,0x00,0x91,0xbf] |
| 0x03 0x00 0x91 0xbf |
| |
| # GCN: s_trap 4 ; encoding: [0x04,0x00,0x92,0xbf] |
| 0x04 0x00 0x92 0xbf |
| |
| # GCN: s_icache_inv ; encoding: [0x00,0x00,0x93,0xbf] |
| 0x00 0x00 0x93 0xbf |
| |
| # GCN: s_incperflevel 5 ; encoding: [0x05,0x00,0x94,0xbf] |
| 0x05 0x00 0x94 0xbf |
| |
| # GCN: s_decperflevel 6 ; encoding: [0x06,0x00,0x95,0xbf] |
| 0x06 0x00 0x95 0xbf |
| |
| # GCN: s_ttracedata ; encoding: [0x00,0x00,0x96,0xbf] |
| 0x00 0x00 0x96 0xbf |