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

  /external/llvm/test/MC/AMDGPU/
flat-scratch.s 12 s_mov_b32 flat_scratch_lo, -1 label
14 // CI: s_mov_b32 flat_scratch_lo, -1 ; encoding: [0xc1,0x03,0xe8,0xbe]
15 // VI: s_mov_b32 flat_scratch_lo, -1 ; encoding: [0xc1,0x00,0xe6,0xbe]
17 s_mov_b32 flat_scratch_hi, -1 label
19 // CI: s_mov_b32 flat_scratch_hi, -1 ; encoding: [0xc1,0x03,0xe9,0xbe]
20 // VI: s_mov_b32 flat_scratch_hi, -1 ; encoding: [0xc1,0x00,0xe7,0xbe]
33 s_mov_b32 flat_scratch, -1 label
sop1-err.s 5 s_mov_b32 v1, s2 label
8 s_mov_b32 s1, v0 label
11 s_mov_b32 s[1:2], s0 label
14 s_mov_b32 s0, s[1:2] label
17 s_mov_b32 s220, s0 label
20 s_mov_b32 s0, s220 label
30 s_mov_b32 s1, 0xfffffffff label
41 s_mov_b32 s label
45 s_mov_b32 s102, 1 label
47 // SI: s_mov_b32 s102,
49 s_mov_b32 s103, 1 label
    [all...]
expressions.s 8 s_mov_b32 s0, global label
9 // VI: s_mov_b32 s0, global ; encoding: [0xff,0x00,0x80,0xbe,A,A,A,A]
17 s_mov_b32 s0, gds label
18 // VI: s_mov_b32 s0, gds ; encoding: [0xff,0x00,0x80,0xbe,A,A,A,A]
22 s_mov_b32 s0, gds+4 label
23 // VI: s_mov_b32 s0, gds+4 ; encoding: [0xff,0x00,0x80,0xbe,A,A,A,A]
35 s_mov_b32 s0, foo+2 label
36 // VI: s_mov_b32 s0, 6 ; encoding: [0x86,0x00,0x80,0xbe]
40 s_mov_b32 s0, foo+2 label
41 // VI: s_mov_b32 s0, 514 ; encoding: [0xff,0x00,0x80,0xbe,0x02,0x02,0x00,0x00
    [all...]
reg-syntax-extra.s 6 s_mov_b32 [ttmp5], [ttmp3] label
7 // SICI: s_mov_b32 ttmp5, ttmp3 ; encoding: [0x73,0x03,0xf5,0xbe]
8 // VI: s_mov_b32 ttmp5, ttmp3 ; encoding: [0x73,0x00,0xf5,0xbe]
trap.s 69 s_mov_b32 m0, ttmp8 label
70 // SICI: s_mov_b32 m0, ttmp8 ; encoding: [0x78,0x03,0xfc,0xbe]
71 // VI: s_mov_b32 m0, ttmp8 ; encoding: [0x78,0x00,0xfc,0xbe]
73 s_mov_b32 ttmp10, 0 label
74 // SICI: s_mov_b32 ttmp10, 0 ; encoding: [0x80,0x03,0xfa,0xbe]
75 // VI: s_mov_b32 ttmp10, 0 ; encoding: [0x80,0x00,0xfa,0xbe]
77 s_mov_b32 ttmp11, 0x01024fac label
78 // SICI: s_mov_b32 ttmp11, 0x1024fac ; encoding: [0xff,0x03,0xfb,0xbe,0xac,0x4f,0x02,0x01]
79 // VI: s_mov_b32 ttmp11, 0x1024fac ; encoding: [0xff,0x00,0xfb,0xbe,0xac,0x4f,0x02,0x01]
81 s_mov_b32 ttmp8, m label
85 s_mov_b32 ttmp8, tma_lo label
    [all...]
sop1.s 6 s_mov_b32 s1, s2 label
7 // SICI: s_mov_b32 s1, s2 ; encoding: [0x02,0x03,0x81,0xbe]
8 // VI: s_mov_b32 s1, s2 ; encoding: [0x02,0x00,0x81,0xbe]
10 s_mov_b32 s1, 1 label
11 // SICI: s_mov_b32 s1, 1 ; encoding: [0x81,0x03,0x81,0xbe]
12 // VI: s_mov_b32 s1, 1 ; encoding: [0x81,0x00,0x81,0xbe]
14 s_mov_b32 s1, 100 label
15 // SICI: s_mov_b32 s1, 0x64 ; encoding: [0xff,0x03,0x81,0xbe,0x64,0x00,0x00,0x00]
16 // VI: s_mov_b32 s1, 0x64 ; encoding: [0xff,0x00,0x81,0xbe,0x64,0x00,0x00,0x00]
19 s_mov_b32 s1, 0x8000000 label
24 s_mov_b32 s0, 0xfe5163ab label
    [all...]

Completed in 824 milliseconds