/external/llvm/test/CodeGen/AMDGPU/ |
D | sminmax.ll | 5 ; FUNC-LABEL: {{^}}s_abs_i32: 6 ; GCN: s_abs_i32 10 define void @s_abs_i32(i32 addrspace(1)* %out, i32 %val) nounwind { 36 ; GCN: s_abs_i32 37 ; GCN: s_abs_i32 83 ; TODO: this should use s_abs_i32 84 ; GCN: s_abs_i32 85 ; GCN: s_abs_i32 86 ; GCN: s_abs_i32 87 ; GCN: s_abs_i32
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | sminmax.ll | 6 ; FUNC-LABEL: {{^}}s_abs_i32: 7 ; GCN: s_abs_i32 11 define amdgpu_kernel void @s_abs_i32(i32 addrspace(1)* %out, i32 %val) nounwind { 56 ; GCN: s_abs_i32 57 ; GCN: s_abs_i32 109 ; TODO: this should use s_abs_i32 110 ; GCN: s_abs_i32 111 ; GCN: s_abs_i32 112 ; GCN: s_abs_i32 113 ; GCN: s_abs_i32
|
/external/llvm/test/MC/AMDGPU/ |
D | sop1.s | 239 s_abs_i32 s1, s2 label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AMDGPU/ |
D | sop1.s | 250 s_abs_i32 s1, s2 label
|
D | gfx7_asm_all.s | 14052 s_abs_i32 s5, s1 label 14055 s_abs_i32 s103, s1 label 14058 s_abs_i32 flat_scratch_lo, s1 label 14061 s_abs_i32 flat_scratch_hi, s1 label 14064 s_abs_i32 vcc_lo, s1 label 14067 s_abs_i32 vcc_hi, s1 label 14070 s_abs_i32 tba_lo, s1 label 14073 s_abs_i32 tba_hi, s1 label 14076 s_abs_i32 tma_lo, s1 label 14079 s_abs_i32 tma_hi, s1 label [all …]
|
D | gfx8_asm_all.s | 14670 s_abs_i32 s5, s1 label 14673 s_abs_i32 s101, s1 label 14676 s_abs_i32 flat_scratch_lo, s1 label 14679 s_abs_i32 flat_scratch_hi, s1 label 14682 s_abs_i32 vcc_lo, s1 label 14685 s_abs_i32 vcc_hi, s1 label 14688 s_abs_i32 tba_lo, s1 label 14691 s_abs_i32 tba_hi, s1 label 14694 s_abs_i32 tma_lo, s1 label 14697 s_abs_i32 tma_hi, s1 label [all …]
|
/external/llvm/test/MC/Disassembler/AMDGPU/ |
D | sop1_vi.txt | 171 # VI: s_abs_i32 s1, s2 ; encoding: [0x02,0x30,0x81,0xbe]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AMDGPU/ |
D | sop1_vi.txt | 180 # VI: s_abs_i32 s1, s2 ; encoding: [0x02,0x30,0x81,0xbe]
|
D | gfx8_dasm_all.txt | 11406 # CHECK: s_abs_i32 s5, s1 ; encoding: [0x01,0x30,0x85,0xbe] 11409 # CHECK: s_abs_i32 s101, s1 ; encoding: [0x01,0x30,0xe5,0xbe] 11412 # CHECK: s_abs_i32 flat_scratch_lo, s1 ; encoding: [0x01,0x30,0xe6,0xbe] 11415 # CHECK: s_abs_i32 flat_scratch_hi, s1 ; encoding: [0x01,0x30,0xe7,0xbe] 11418 # CHECK: s_abs_i32 vcc_lo, s1 ; encoding: [0x01,0x30,0xea,0xbe] 11421 # CHECK: s_abs_i32 vcc_hi, s1 ; encoding: [0x01,0x30,0xeb,0xbe] 11424 # CHECK: s_abs_i32 tba_lo, s1 ; encoding: [0x01,0x30,0xec,0xbe] 11427 # CHECK: s_abs_i32 tba_hi, s1 ; encoding: [0x01,0x30,0xed,0xbe] 11430 # CHECK: s_abs_i32 tma_lo, s1 ; encoding: [0x01,0x30,0xee,0xbe] 11433 # CHECK: s_abs_i32 tma_hi, s1 ; encoding: [0x01,0x30,0xef,0xbe] [all …]
|
D | gfx9_dasm_all.txt | 11673 # CHECK: s_abs_i32 s5, s1 ; encoding: [0x01,0x30,0x85,0xbe] 11676 # CHECK: s_abs_i32 s101, s1 ; encoding: [0x01,0x30,0xe5,0xbe] 11679 # CHECK: s_abs_i32 flat_scratch_lo, s1 ; encoding: [0x01,0x30,0xe6,0xbe] 11682 # CHECK: s_abs_i32 flat_scratch_hi, s1 ; encoding: [0x01,0x30,0xe7,0xbe] 11685 # CHECK: s_abs_i32 vcc_lo, s1 ; encoding: [0x01,0x30,0xea,0xbe] 11688 # CHECK: s_abs_i32 vcc_hi, s1 ; encoding: [0x01,0x30,0xeb,0xbe] 11691 # CHECK: s_abs_i32 m0, s1 ; encoding: [0x01,0x30,0xfc,0xbe] 11694 # CHECK: s_abs_i32 exec_lo, s1 ; encoding: [0x01,0x30,0xfe,0xbe] 11697 # CHECK: s_abs_i32 exec_hi, s1 ; encoding: [0x01,0x30,0xff,0xbe] 11700 # CHECK: s_abs_i32 s5, s101 ; encoding: [0x65,0x30,0x85,0xbe] [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SOPInstructions.td | 247 def S_ABS_I32 : SOP1_32 <"s_abs_i32">;
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | AMDGPUAsmGFX7.rst | 369 s_abs_i32 dst, src0
|
D | AMDGPUAsmGFX8.rst | 386 s_abs_i32 dst, src0
|
D | AMDGPUAsmGFX9.rst | 524 s_abs_i32 dst, src0
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstructions.td | 187 defm S_ABS_I32 : SOP1_32 <sop1<0x34, 0x30>, "s_abs_i32", []>;
|