/external/llvm/test/CodeGen/AMDGPU/ |
D | max.ll | 39 ; SI: s_max_i32 50 ; SI: s_max_i32 {{s[0-9]+}}, {{s[0-9]+}}, 9 76 ; SI: s_max_i32 {{s[0-9]+}}, {{s[0-9]+}}, 9 87 ; SI: s_max_i32 {{s[0-9]+}}, {{s[0-9]+}}, 9 88 ; SI: s_max_i32 {{s[0-9]+}}, {{s[0-9]+}}, 9 113 ; SI: s_max_i32 241 ; SI: s_max_i32 [[MAX:s[0-9]+]], [[A]], [[B]] 262 ; SI: s_max_i32
|
D | sminmax.ll | 158 ; GCN-DAG: s_max_i32 s{{[0-9]+}}, [[VAL0]], [[VAL1]] 193 ; GCN-DAG: s_max_i32 194 ; GCN-DAG: s_max_i32 195 ; GCN-DAG: s_max_i32 196 ; GCN-DAG: s_max_i32
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | max.ll | 39 ; SI: s_max_i32 50 ; SI: s_max_i32 {{s[0-9]+}}, {{s[0-9]+}}, 9 76 ; SI: s_max_i32 {{s[0-9]+}}, {{s[0-9]+}}, 9 87 ; SI: s_max_i32 {{s[0-9]+}}, {{s[0-9]+}}, 9 88 ; SI: s_max_i32 {{s[0-9]+}}, {{s[0-9]+}}, 9 113 ; SI: s_max_i32 241 ; SI: s_max_i32 [[MAX:s[0-9]+]], [[A]], [[B]] 262 ; SI: s_max_i32
|
D | sminmax.ll | 195 ; GCN-DAG: s_max_i32 s{{[0-9]+}}, [[VAL0]], [[VAL1]] 230 ; GCN-DAG: s_max_i32 231 ; GCN-DAG: s_max_i32 232 ; GCN-DAG: s_max_i32 233 ; GCN-DAG: s_max_i32
|
D | sminmax.v2i16.ll | 14 ; CIVI: s_max_i32 15 ; CIVI: s_max_i32
|
/external/llvm/test/MC/AMDGPU/ |
D | sop2.s | 31 s_max_i32 s1, s2, s3 label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AMDGPU/ |
D | sop2.s | 37 s_max_i32 s1, s2, s3 label
|
D | gfx7_asm_all.s | 15498 s_max_i32 s5, s1, s2 label 15501 s_max_i32 s103, s1, s2 label 15504 s_max_i32 flat_scratch_lo, s1, s2 label 15507 s_max_i32 flat_scratch_hi, s1, s2 label 15510 s_max_i32 vcc_lo, s1, s2 label 15513 s_max_i32 vcc_hi, s1, s2 label 15516 s_max_i32 tba_lo, s1, s2 label 15519 s_max_i32 tba_hi, s1, s2 label 15522 s_max_i32 tma_lo, s1, s2 label 15525 s_max_i32 tma_hi, s1, s2 label [all …]
|
D | gfx8_asm_all.s | 16170 s_max_i32 s5, s1, s2 label 16173 s_max_i32 s101, s1, s2 label 16176 s_max_i32 flat_scratch_lo, s1, s2 label 16179 s_max_i32 flat_scratch_hi, s1, s2 label 16182 s_max_i32 vcc_lo, s1, s2 label 16185 s_max_i32 vcc_hi, s1, s2 label 16188 s_max_i32 tba_lo, s1, s2 label 16191 s_max_i32 tba_hi, s1, s2 label 16194 s_max_i32 tma_lo, s1, s2 label 16197 s_max_i32 tma_hi, s1, s2 label [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SOPInstructions.td | 370 def S_MAX_I32 : SOP2_32 <"s_max_i32",
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | AMDGPUAsmGFX7.rst | 447 s_max_i32 dst, src0, src1
|
D | AMDGPUAsmGFX8.rst | 465 s_max_i32 dst, src0, src1
|
D | AMDGPUAsmGFX9.rst | 612 s_max_i32 dst, src0, src1
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstructions.td | 224 defm S_MAX_I32 : SOP2_32 <sop2<0x08>, "s_max_i32",
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AMDGPU/ |
D | gfx8_dasm_all.txt | 12906 # CHECK: s_max_i32 s5, s1, s2 ; encoding: [0x01,0x02,0x05,0x84] 12909 # CHECK: s_max_i32 s101, s1, s2 ; encoding: [0x01,0x02,0x65,0x84] 12912 # CHECK: s_max_i32 flat_scratch_lo, s1, s2 ; encoding: [0x01,0x02,0x66,0x84] 12915 # CHECK: s_max_i32 flat_scratch_hi, s1, s2 ; encoding: [0x01,0x02,0x67,0x84] 12918 # CHECK: s_max_i32 vcc_lo, s1, s2 ; encoding: [0x01,0x02,0x6a,0x84] 12921 # CHECK: s_max_i32 vcc_hi, s1, s2 ; encoding: [0x01,0x02,0x6b,0x84] 12924 # CHECK: s_max_i32 tba_lo, s1, s2 ; encoding: [0x01,0x02,0x6c,0x84] 12927 # CHECK: s_max_i32 tba_hi, s1, s2 ; encoding: [0x01,0x02,0x6d,0x84] 12930 # CHECK: s_max_i32 tma_lo, s1, s2 ; encoding: [0x01,0x02,0x6e,0x84] 12933 # CHECK: s_max_i32 tma_hi, s1, s2 ; encoding: [0x01,0x02,0x6f,0x84] [all …]
|
D | gfx9_dasm_all.txt | 12738 # CHECK: s_max_i32 s5, s1, s2 ; encoding: [0x01,0x02,0x05,0x84] 12741 # CHECK: s_max_i32 s101, s1, s2 ; encoding: [0x01,0x02,0x65,0x84] 12744 # CHECK: s_max_i32 flat_scratch_lo, s1, s2 ; encoding: [0x01,0x02,0x66,0x84] 12747 # CHECK: s_max_i32 flat_scratch_hi, s1, s2 ; encoding: [0x01,0x02,0x67,0x84] 12750 # CHECK: s_max_i32 vcc_lo, s1, s2 ; encoding: [0x01,0x02,0x6a,0x84] 12753 # CHECK: s_max_i32 vcc_hi, s1, s2 ; encoding: [0x01,0x02,0x6b,0x84] 12756 # CHECK: s_max_i32 m0, s1, s2 ; encoding: [0x01,0x02,0x7c,0x84] 12759 # CHECK: s_max_i32 exec_lo, s1, s2 ; encoding: [0x01,0x02,0x7e,0x84] 12762 # CHECK: s_max_i32 exec_hi, s1, s2 ; encoding: [0x01,0x02,0x7f,0x84] 12765 # CHECK: s_max_i32 s5, s101, s2 ; encoding: [0x65,0x02,0x05,0x84] [all …]
|