Home
last modified time | relevance | path

Searched refs:s_cmp_gt_u32 (Results 1 – 13 of 13) sorted by relevance

/external/llvm/test/MC/AMDGPU/
Dsopc.s33 s_cmp_gt_u32 s1, s2 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AMDGPU/
Dsopc.s33 s_cmp_gt_u32 s1, s2 label
Dgfx7_asm_all.s21243 s_cmp_gt_u32 s1, s2 label
21246 s_cmp_gt_u32 s103, s2 label
21249 s_cmp_gt_u32 flat_scratch_lo, s2 label
21252 s_cmp_gt_u32 flat_scratch_hi, s2 label
21255 s_cmp_gt_u32 vcc_lo, s2 label
21258 s_cmp_gt_u32 vcc_hi, s2 label
21261 s_cmp_gt_u32 tba_lo, s2 label
21264 s_cmp_gt_u32 tba_hi, s2 label
21267 s_cmp_gt_u32 tma_lo, s2 label
21270 s_cmp_gt_u32 tma_hi, s2 label
[all …]
Dgfx8_asm_all.s22017 s_cmp_gt_u32 s1, s2 label
22020 s_cmp_gt_u32 s101, s2 label
22023 s_cmp_gt_u32 flat_scratch_lo, s2 label
22026 s_cmp_gt_u32 flat_scratch_hi, s2 label
22029 s_cmp_gt_u32 vcc_lo, s2 label
22032 s_cmp_gt_u32 vcc_hi, s2 label
22035 s_cmp_gt_u32 tba_lo, s2 label
22038 s_cmp_gt_u32 tba_hi, s2 label
22041 s_cmp_gt_u32 tma_lo, s2 label
22044 s_cmp_gt_u32 tma_hi, s2 label
[all …]
/external/llvm/test/MC/Disassembler/AMDGPU/
Dsopc_vi.txt27 # GCN: s_cmp_gt_u32 s1, s2 ; encoding: [0x01,0x02,0x08,0xbf]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AMDGPU/
Dsopc_vi.txt27 # GCN: s_cmp_gt_u32 s1, s2 ; encoding: [0x01,0x02,0x08,0xbf]
Dgfx8_dasm_all.txt18753 # CHECK: s_cmp_gt_u32 s1, s2 ; encoding: [0x01,0x02,0x08,0xbf]
18756 # CHECK: s_cmp_gt_u32 s101, s2 ; encoding: [0x65,0x02,0x08,0xbf]
18759 # CHECK: s_cmp_gt_u32 flat_scratch_lo, s2 ; encoding: [0x66,0x02,0x08,0xbf]
18762 # CHECK: s_cmp_gt_u32 flat_scratch_hi, s2 ; encoding: [0x67,0x02,0x08,0xbf]
18765 # CHECK: s_cmp_gt_u32 vcc_lo, s2 ; encoding: [0x6a,0x02,0x08,0xbf]
18768 # CHECK: s_cmp_gt_u32 vcc_hi, s2 ; encoding: [0x6b,0x02,0x08,0xbf]
18771 # CHECK: s_cmp_gt_u32 tba_lo, s2 ; encoding: [0x6c,0x02,0x08,0xbf]
18774 # CHECK: s_cmp_gt_u32 tba_hi, s2 ; encoding: [0x6d,0x02,0x08,0xbf]
18777 # CHECK: s_cmp_gt_u32 tma_lo, s2 ; encoding: [0x6e,0x02,0x08,0xbf]
18780 # CHECK: s_cmp_gt_u32 tma_hi, s2 ; encoding: [0x6f,0x02,0x08,0xbf]
[all …]
Dgfx9_dasm_all.txt17334 # CHECK: s_cmp_gt_u32 s1, s2 ; encoding: [0x01,0x02,0x08,0xbf]
17337 # CHECK: s_cmp_gt_u32 s101, s2 ; encoding: [0x65,0x02,0x08,0xbf]
17340 # CHECK: s_cmp_gt_u32 flat_scratch_lo, s2 ; encoding: [0x66,0x02,0x08,0xbf]
17343 # CHECK: s_cmp_gt_u32 flat_scratch_hi, s2 ; encoding: [0x67,0x02,0x08,0xbf]
17346 # CHECK: s_cmp_gt_u32 vcc_lo, s2 ; encoding: [0x6a,0x02,0x08,0xbf]
17349 # CHECK: s_cmp_gt_u32 vcc_hi, s2 ; encoding: [0x6b,0x02,0x08,0xbf]
17352 # CHECK: s_cmp_gt_u32 m0, s2 ; encoding: [0x7c,0x02,0x08,0xbf]
17355 # CHECK: s_cmp_gt_u32 exec_lo, s2 ; encoding: [0x7e,0x02,0x08,0xbf]
17358 # CHECK: s_cmp_gt_u32 exec_hi, s2 ; encoding: [0x7f,0x02,0x08,0xbf]
17361 # CHECK: s_cmp_gt_u32 0, s2 ; encoding: [0x80,0x02,0x08,0xbf]
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSOPInstructions.td636 def S_CMPK_GT_U32 : SOPK_SCC <"s_cmpk_gt_u32", "s_cmp_gt_u32", 0>;
767 def S_CMP_GT_U32 : SOPC_CMP_32 <0x08, "s_cmp_gt_u32", COND_UGT>;
769 def S_CMP_LT_U32 : SOPC_CMP_32 <0x0a, "s_cmp_lt_u32", COND_ULT, "s_cmp_gt_u32">;
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DAMDGPUAsmGFX7.rst482 s_cmp_gt_u32 src0, src1
DAMDGPUAsmGFX8.rst502 s_cmp_gt_u32 src0, src1
DAMDGPUAsmGFX9.rst654 s_cmp_gt_u32 src0, src1
/external/llvm/lib/Target/AMDGPU/
DSIInstructions.td337 def S_CMP_GT_U32 : SOPC_CMP_32 <0x00000008, "s_cmp_gt_u32", COND_UGT>;