HomeSort by relevance Sort by last modified time
    Searched defs:s_mov_b64 (Results 1 - 6 of 6) sorted by null

  /external/llvm/test/MC/AMDGPU/
flat-scratch.s 7 s_mov_b64 flat_scratch, -1 label
9 // CI: s_mov_b64 flat_scratch, -1 ; encoding: [0xc1,0x04,0xe8,0xbe]
10 // VI: s_mov_b64 flat_scratch, -1 ; encoding: [0xc1,0x01,0xe6,0xbe]
23 s_mov_b64 flat_scratch_lo, -1 label
28 s_mov_b64 flat_scratch_hi, -1 label
sop1-err.s 23 s_mov_b64 s1, s[0:1] label
26 s_mov_b64 s[0:1], s1 label
34 s_mov_b64 s[0:1], 0xfffffffff label
37 s_mov_b64 s[0:1], 0x0000000200000000 label
53 s_mov_b64 s[102:103], -1 label
55 // SI: s_mov_b64 s[102:103], -1
out-of-range-registers.s 16 s_mov_b64 s[0:17], -1 label
19 s_mov_b64 s[103:104], -1 label
22 s_mov_b64 s[104:105], -1 label
reg-syntax-extra.s 10 s_mov_b64 [ttmp4,ttmp5], [ttmp2,ttmp3] label
11 // SICI: s_mov_b64 ttmp[4:5], ttmp[2:3] ; encoding: [0x72,0x04,0xf4,0xbe]
12 // VI: s_mov_b64 ttmp[4:5], ttmp[2:3] ; encoding: [0x72,0x01,0xf4,0xbe]
14 s_mov_b64 ttmp[4:5], ttmp[2:3] label
15 // SICI: s_mov_b64 ttmp[4:5], ttmp[2:3] ; encoding: [0x72,0x04,0xf4,0xbe]
16 // VI: s_mov_b64 ttmp[4:5], ttmp[2:3] ; encoding: [0x72,0x01,0xf4,0xbe]
18 s_mov_b64 [s6,s7], s[8:9] label
19 // SICI: s_mov_b64 s[6:7], s[8:9] ; encoding: [0x08,0x04,0x86,0xbe]
20 // VI: s_mov_b64 s[6:7], s[8:9] ; encoding: [0x08,0x01,0x86,0xbe]
22 s_mov_b64 s[6:7], [s8,s9 label
26 s_mov_b64 [exec_lo,exec_hi], s[2:3] label
30 s_mov_b64 [flat_scratch_lo,flat_scratch_hi], s[2:3] label
34 s_mov_b64 [vcc_lo,vcc_hi], s[2:3] label
38 s_mov_b64 [tba_lo,tba_hi], s[2:3] label
42 s_mov_b64 [tma_lo,tma_hi], s[2:3] label
    [all...]
trap.s 101 s_mov_b64 ttmp[4:5], exec label
102 // SICI: s_mov_b64 ttmp[4:5], exec ; encoding: [0x7e,0x04,0xf4,0xbe]
103 // VI: s_mov_b64 ttmp[4:5], exec ; encoding: [0x7e,0x01,0xf4,0xbe]
105 s_mov_b64 [ttmp4,ttmp5], exec label
106 // SICI: s_mov_b64 ttmp[4:5], exec ; encoding: [0x7e,0x04,0xf4,0xbe]
107 // VI: s_mov_b64 ttmp[4:5], exec ; encoding: [0x7e,0x01,0xf4,0xbe]
109 s_mov_b64 exec, [ttmp4,ttmp5] label
110 // SICI: s_mov_b64 exec, ttmp[4:5] ; encoding: [0x74,0x04,0xfe,0xbe]
111 // VI: s_mov_b64 exec, ttmp[4:5] ; encoding: [0x74,0x01,0xfe,0xbe]
113 s_mov_b64 tba, ttmp[4:5 label
117 s_mov_b64 ttmp[4:5], tba label
121 s_mov_b64 tma, ttmp[4:5] label
125 s_mov_b64 ttmp[4:5], tma label
    [all...]
sop1.s 28 s_mov_b64 s[2:3], s[4:5] label
29 // SICI: s_mov_b64 s[2:3], s[4:5] ; encoding: [0x04,0x04,0x82,0xbe]
30 // VI: s_mov_b64 s[2:3], s[4:5] ; encoding: [0x04,0x01,0x82,0xbe]
32 s_mov_b64 s[2:3], 0xffffffffffffffff label
33 // SICI: s_mov_b64 s[2:3], -1 ; encoding: [0xc1,0x04,0x82,0xbe]
34 // VI: s_mov_b64 s[2:3], -1 ; encoding: [0xc1,0x01,0x82,0xbe]
36 s_mov_b64 s[2:3], 0xffffffff label
37 // SICI: s_mov_b64 s[2:3], 0xffffffff ; encoding: [0xff,0x04,0x82,0xbe,0xff,0xff,0xff,0xff]
38 // VI: s_mov_b64 s[2:3], 0xffffffff ; encoding: [0xff,0x01,0x82,0xbe,0xff,0xff,0xff,0xff]
40 s_mov_b64 s[0:1], 0x8000000 label
44 s_mov_b64 s[102:103], -1 label
    [all...]

Completed in 102 milliseconds