Lines Matching +full:0 +full:x90
9 s_nop 0
10 // GCN: s_nop 0 ; encoding: [0x00,0x00,0x80,0xbf]
12 s_nop 0xffff
13 // GCN: s_nop 0xffff ; encoding: [0xff,0xff,0x80,0xbf]
20 // GCN: s_nop 1 ; encoding: [0x01,0x00,0x80,0xbf]
23 // GCN: s_endpgm ; encoding: [0x00,0x00,0x81,0xbf]
26 // GCN: s_branch 2 ; encoding: [0x02,0x00,0x82,0xbf]
29 // GCN: s_cbranch_scc0 3 ; encoding: [0x03,0x00,0x84,0xbf]
32 // GCN: s_cbranch_scc1 4 ; encoding: [0x04,0x00,0x85,0xbf]
35 // GCN: s_cbranch_vccz 5 ; encoding: [0x05,0x00,0x86,0xbf]
38 // GCN: s_cbranch_vccnz 6 ; encoding: [0x06,0x00,0x87,0xbf]
41 // GCN: s_cbranch_execz 7 ; encoding: [0x07,0x00,0x88,0xbf]
44 // GCN: s_cbranch_execnz 8 ; encoding: [0x08,0x00,0x89,0xbf]
47 // GCN: s_barrier ; encoding: [0x00,0x00,0x8a,0xbf]
53 s_waitcnt 0
54 // GCN: s_waitcnt vmcnt(0) expcnt(0) lgkmcnt(0) ; encoding: [0x00,0x00,0x8c,0xbf]
56 s_waitcnt vmcnt(0) & expcnt(0) & lgkmcnt(0)
57 // GCN: s_waitcnt vmcnt(0) expcnt(0) lgkmcnt(0) ; encoding: [0x00,0x00,0x8c,0xbf]
59 s_waitcnt vmcnt(0) expcnt(0) lgkmcnt(0)
60 // GCN: s_waitcnt vmcnt(0) expcnt(0) lgkmcnt(0) ; encoding: [0x00,0x00,0x8c,0xbf]
62 s_waitcnt vmcnt(0), expcnt(0), lgkmcnt(0)
63 // GCN: s_waitcnt vmcnt(0) expcnt(0) lgkmcnt(0) ; encoding: [0x00,0x00,0x8c,0xbf]
66 // GCN: s_waitcnt vmcnt(1) ; encoding: [0x71,0x0f,0x8c,0xbf]
69 // GCN: s_waitcnt vmcnt(9) ; encoding: [0x79,0x0f,0x8c,0xbf]
72 // GCN: s_waitcnt expcnt(2) ; encoding: [0x2f,0x0f,0x8c,0xbf]
75 // GCN: s_waitcnt lgkmcnt(3) ; encoding: [0x7f,0x03,0x8c,0xbf]
78 // GCN: s_waitcnt lgkmcnt(9) ; encoding: [0x7f,0x09,0x8c,0xbf]
80 s_waitcnt vmcnt(0), expcnt(0)
81 // GCN: s_waitcnt vmcnt(0) expcnt(0) ; encoding: [0x00,0x0f,0x8c,0xbf]
85 // GCN: s_sethalt 9 ; encoding: [0x09,0x00,0x8d,0xbf]
88 // GCN: s_sleep 10 ; encoding: [0x0a,0x00,0x8e,0xbf]
91 // GCN: s_setprio 1 ; encoding: [0x01,0x00,0x8f,0xbf]
94 // GCN: s_sendmsg 2 ; encoding: [0x02,0x00,0x90,0xbf]
96 s_sendmsg 0x1
97 // GCN: s_sendmsg sendmsg(MSG_INTERRUPT) ; encoding: [0x01,0x00,0x90,0xbf]
100 // GCN: s_sendmsg sendmsg(MSG_INTERRUPT) ; encoding: [0x01,0x00,0x90,0xbf]
103 // GCN: s_sendmsg sendmsg(MSG_INTERRUPT) ; encoding: [0x01,0x00,0x90,0xbf]
105 s_sendmsg 0x12
106 // GCN: s_sendmsg sendmsg(MSG_GS, GS_OP_CUT, 0) ; encoding: [0x12,0x00,0x90,0xbf]
109 // GCN: s_sendmsg sendmsg(MSG_GS, GS_OP_CUT, 0) ; encoding: [0x12,0x00,0x90,0xbf]
111 s_sendmsg sendmsg(MSG_GS, GS_OP_CUT, 0)
112 // GCN: s_sendmsg sendmsg(MSG_GS, GS_OP_CUT, 0) ; encoding: [0x12,0x00,0x90,0xbf]
114 s_sendmsg 0x122
115 // GCN: s_sendmsg sendmsg(MSG_GS, GS_OP_EMIT, 1) ; encoding: [0x22,0x01,0x90,0xbf]
118 // GCN: s_sendmsg sendmsg(MSG_GS, GS_OP_EMIT, 1) ; encoding: [0x22,0x01,0x90,0xbf]
121 // GCN: s_sendmsg sendmsg(MSG_GS, GS_OP_EMIT, 1) ; encoding: [0x22,0x01,0x90,0xbf]
123 s_sendmsg 0x232
124 // GCN: s_sendmsg sendmsg(MSG_GS, GS_OP_EMIT_CUT, 2) ; encoding: [0x32,0x02,0x90,0xbf]
127 // GCN: s_sendmsg sendmsg(MSG_GS, GS_OP_EMIT_CUT, 2) ; encoding: [0x32,0x02,0x90,0xbf]
130 // GCN: s_sendmsg sendmsg(MSG_GS, GS_OP_EMIT_CUT, 2) ; encoding: [0x32,0x02,0x90,0xbf]
132 s_sendmsg 0x3
133 // GCN: s_sendmsg sendmsg(MSG_GS_DONE, GS_OP_NOP) ; encoding: [0x03,0x00,0x90,0xbf]
135 s_sendmsg sendmsg(3, 0)
136 // GCN: s_sendmsg sendmsg(MSG_GS_DONE, GS_OP_NOP) ; encoding: [0x03,0x00,0x90,0xbf]
139 // GCN: s_sendmsg sendmsg(MSG_GS_DONE, GS_OP_NOP) ; encoding: [0x03,0x00,0x90,0xbf]
141 s_sendmsg 0x4
142 // GCN: s_sendmsg 4 ; encoding: [0x04,0x00,0x90,0xbf]
145 // GCN: s_sendmsg 11 ; encoding: [0x0b,0x00,0x90,0xbf]
147 s_sendmsg 0x1f
148 // GCN: s_sendmsg sendmsg(MSG_SYSMSG, SYSMSG_OP_ECC_ERR_INTERRUPT) ; encoding: [0x1f,0x00,0x90,0xbf]
151 // GCN: s_sendmsg sendmsg(MSG_SYSMSG, SYSMSG_OP_ECC_ERR_INTERRUPT) ; encoding: [0x1f,0x00,0x90,0xbf]
154 // GCN: s_sendmsg sendmsg(MSG_SYSMSG, SYSMSG_OP_ECC_ERR_INTERRUPT) ; encoding: [0x1f,0x00,0x90,0xbf]
156 s_sendmsg 0x6f
157 // GCN: s_sendmsg 111 ; encoding: [0x6f,0x00,0x90,0xbf]
160 // GCN: s_sendmsghalt sendmsg(MSG_GS_DONE, GS_OP_NOP) ; encoding: [0x03,0x00,0x91,0xbf]
163 // GCN: s_sendmsghalt sendmsg(MSG_GS, GS_OP_EMIT, 1) ; encoding: [0x22,0x01,0x91,0xbf]
166 // GCN: s_trap 4 ; encoding: [0x04,0x00,0x92,0xbf]
169 // GCN: s_icache_inv ; encoding: [0x00,0x00,0x93,0xbf]
172 // GCN: s_incperflevel 5 ; encoding: [0x05,0x00,0x94,0xbf]
175 // GCN: s_decperflevel 6 ; encoding: [0x06,0x00,0x95,0xbf]
178 // GCN: s_ttracedata ; encoding: [0x00,0x00,0x96,0xbf]