1 .text 2 .amdgcn_target "amdgcn--amdpal--gfx1030" 3 .globl sample 4 .p2align 2 5 .type sample,@function 6sample: 7 s_waitcnt vmcnt(0) expcnt(0) lgkmcnt(0) 8 v_mul_f32_e32 v0, v0, v0 9 s_setpc_b64 s[30:31] 10.Lfunc_end0: 11 .size sample, .Lfunc_end0-sample 12 13 .p2alignl 6, 3214868480 14 .fill 48, 4, 3214868480 15 .section ".note.GNU-stack","",@progbits 16 .amd_amdgpu_isa "amdgcn--amdpal--gfx1030" 17 .amdgpu_pal_metadata 18--- 19amdpal.pipelines: 20 - .api: !str '' 21 .shader_functions: 22 sample: 23 .backend_stack_size: 0 24 .lds_size: 0 25 .sgpr_count: 0x20 26 .stack_frame_size_in_bytes: 0 27 .vgpr_count: 0x1 28amdpal.version: 29 - 0x3 30 - 0 31... 32 .end_amdgpu_pal_metadata 33