Lines Matching defs:s_prefetch_inst
7 s_prefetch_inst s[12:13], 16, s4, 2
8 // GFX12: s_prefetch_inst s[12:13], 0x10, s4, 2 ; encoding: [0x86,0x80,0x04,0xf4,0x10,0x00,0x00,0x08]
10 s_prefetch_inst s[14:15], 0, m0, 7
11 // GFX12: s_prefetch_inst s[14:15], 0x0, m0, 7 ; encoding: [0xc7,0x81,0x04,0xf4,0x00,0x00,0x00,0xfa]
13 s_prefetch_inst s[14:15], 0x7fffff, m0, 7
14 // GFX12: s_prefetch_inst s[14:15], 0x7fffff, m0, 7 ; encoding: [0xc7,0x81,0x04,0xf4,0xff,0xff,0x7f,0xfa]
16 s_prefetch_inst s[14:15], -1, m0, 7
17 // GFX12: s_prefetch_inst s[14:15], -0x1, m0, 7 ; encoding: [0xc7,0x81,0x04,0xf4,0xff,0xff,0xff,0xfa]
19 s_prefetch_inst s[14:15], 100, m0, 31
20 // GFX12: s_prefetch_inst s[14:15], 0x64, m0, 31 ; encoding: [0xc7,0x87,0x04,0xf4,0x64,0x00,0x00,0xfa]