Searched refs:global_store_byte (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | store-global.ll | 15 ; GFX9: global_store_byte 35 ; GFX9: global_store_byte 341 ; GFX9: global_store_byte
|
D | store-hi16.ll | 71 ; GFX906-NEXT: global_store_byte v[0:1], v2, off 91 ; GFX906-NEXT: global_store_byte v[0:1], v2, off 160 ; GFX906-NEXT: global_store_byte v[0:1], v2, off 184 ; GFX906-NEXT: global_store_byte v[0:1], v2, off
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AMDGPU/ |
D | flat-global.s | 62 global_store_byte v[3:4], v1, off label
|
D | gfx9_asm_all.s | 4618 global_store_byte v[1:2], v2, off offset:-1 label 4621 global_store_byte v[1:2], v255, off offset:-1 label 4624 global_store_byte v[1:2], v2, off label
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | FLATInstructions.td | 499 defm GLOBAL_STORE_BYTE : FLAT_Global_Store_Pseudo <"global_store_byte", VGPR_32>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | AMDGPUAsmGFX9.rst | 274 …global_store_byte src0, src1, src2 :ref:`flat_offset13<amdgpu_synid_fla…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AMDGPU/ |
D | gfx9_dasm_all.txt | 3972 # CHECK: global_store_byte v[1:2], v2, off offset:-1 ; encoding: [0xff,0x9f,0x60,0xdc,0x01,0x02,… 3975 # CHECK: global_store_byte v[1:2], v255, off offset:-1 ; encoding: [0xff,0x9f,0x60,0xdc,0x01,0xf… 3978 # CHECK: global_store_byte v[1:2], v2, off ; encoding: [0x00,0x80,0x60,0xdc,0x01,0x02,0x7f,0x00]
|