/external/llvm-project/llvm/test/MC/Disassembler/AMDGPU/ |
D | sop1_gfx9.txt | 15 # GFX9: s_andn2_wrexec_b64 s[10:11], s[100:101] ; encoding: [0x64,0x36,0x8a,0xbe] 18 # GFX9: s_andn2_wrexec_b64 s[10:11], -1 ; encoding: [0xc1,0x36,0x8a,0xbe]
|
D | gfx10_dasm_all.txt | 9707 # GFX10: s_andn2_wrexec_b64 exec, s[2:3] ; encoding: [0x02,0x3a,0xfe,0xbe] 9710 # GFX10: s_andn2_wrexec_b64 s[0:1], -1 ; encoding: [0xc1,0x3a,0x80,0xbe] 9713 # GFX10: s_andn2_wrexec_b64 s[0:1], -4.0 ; encoding: [0xf7,0x3a,0x80,0xbe] 9716 # GFX10: s_andn2_wrexec_b64 s[0:1], 0 ; encoding: [0x80,0x3a,0x80,0xbe] 9719 # GFX10: s_andn2_wrexec_b64 s[0:1], 0.5 ; encoding: [0xf0,0x3a,0x80,0xbe] 9722 # GFX10: s_andn2_wrexec_b64 s[0:1], 0x3f717273 ; encoding: [0xff,0x3a,0x80,0xbe,0x73,0x72,0x71,0x… 9725 # GFX10: s_andn2_wrexec_b64 s[0:1], 0xaf123456 ; encoding: [0xff,0x3a,0x80,0xbe,0x56,0x34,0x12,0x… 9728 # GFX10: s_andn2_wrexec_b64 s[0:1], exec ; encoding: [0x7e,0x3a,0x80,0xbe] 9731 # GFX10: s_andn2_wrexec_b64 s[0:1], s[102:103] ; encoding: [0x66,0x3a,0x80,0xbe] 9734 # GFX10: s_andn2_wrexec_b64 s[0:1], s[2:3] ; encoding: [0x02,0x3a,0x80,0xbe] [all …]
|
/external/llvm-project/llvm/test/MC/AMDGPU/ |
D | gfx10_asm_err.s | 117 s_andn2_wrexec_b64 s[0:1], s[2:3] label
|
D | sop1.s | 351 s_andn2_wrexec_b64 s[12:13], s[2:3] label
|
D | gfx8_unsupported.s | 310 s_andn2_wrexec_b64 exec, s[2:3] label
|
D | gfx7_unsupported.s | 316 s_andn2_wrexec_b64 exec, s[2:3] label
|
D | gfx10_asm_all.s | 12934 s_andn2_wrexec_b64 s[0:1], s[2:3] label 12937 s_andn2_wrexec_b64 s[104:105], s[102:103] label 12940 s_andn2_wrexec_b64 s[0:1], s[102:103] label 12943 s_andn2_wrexec_b64 s[104:105], s[2:3] label 12946 s_andn2_wrexec_b64 exec, s[2:3] label 12949 s_andn2_wrexec_b64 vcc, s[2:3] label 12952 s_andn2_wrexec_b64 s[0:1], exec label 12955 s_andn2_wrexec_b64 s[0:1], vcc label 12958 s_andn2_wrexec_b64 s[0:1], 0 label 12961 s_andn2_wrexec_b64 s[0:1], -1 label [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SOPInstructions.td | 296 def S_ANDN2_WREXEC_B64 : SOP1_64<"s_andn2_wrexec_b64">;
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SOPInstructions.td | 309 def S_ANDN2_WREXEC_B64 : SOP1_64<"s_andn2_wrexec_b64">;
|
/external/llvm-project/llvm/docs/AMDGPU/ |
D | AMDGPUAsmGFX9.rst | 633 …s_andn2_wrexec_b64 :ref:`sdst<amdgpu_synid9_sdst64_0>`, :ref:`ssrc<amdgpu_synid9_s…
|
D | AMDGPUAsmGFX10.rst | 1106 …s_andn2_wrexec_b64 :ref:`sdst<amdgpu_synid10_sdst64_0>`, :ref:`ssrc<amdgpu_synid10…
|