/external/llvm-project/llvm/test/MC/Disassembler/X86/ |
D | moffs.txt | 5 # 16: movb 0x5a5a, %al # encoding: [0xa0,0x5a,0x5a] 6 # 32: movb 0x5a5a5a5a, %al # encoding: [0xa0,0x5a,0x5a,0x5a,0x5a] 7 # 64: movabsb 0x5a5a5a5a5a5a5a5a, %al # encoding: [0xa0,0x5a,0x5a,0x5a,0x5a,0x5a,0x5a,0x5a,0x5a] 8 0xa0 0x5a 0x5a 0x5a 0x5a 0x5a 0x5a 0x5a 0x5a 10 # 16: movb 0x5a5a5a5a, %al # encoding: [0x67,0xa0,0x5a,0x5a,0x5a,0x5a] 11 # 32: movb 0x5a5a, %al # encoding: [0x67,0xa0,0x5a,0x5a] 12 # 64: movb 0x5a5a5a5a, %al # encoding: [0x67,0xa0,0x5a,0x5a,0x5a,0x5a] 13 0x67 0xa0 0x5a 0x5a 0x5a 0x5a 0x5a 0x5a 0x5a 0x5a 15 # 16: movw 0x5a5a, %ax # encoding: [0xa1,0x5a,0x5a] 16 # 32: movl 0x5a5a5a5a, %eax # encoding: [0xa1,0x5a,0x5a,0x5a,0x5a] [all …]
|
D | x86-64.txt | 318 0x48 0xa1 0x5a 0x5a 0x5a 0x5a 0x5a 0x5a 0x5a 0x5a 321 0x67, 0x48 0xa1 0x5a 0x5a 0x5a 0x5a 324 0x48 0xa3 0x5a 0x5a 0x5a 0x5a 0x5a 0x5a 0x5a 0x5a 327 0x67, 0x48 0xa3 0x5a 0x5a 0x5a 0x5a
|
/external/llvm/test/MC/Disassembler/X86/ |
D | moffs.txt | 5 # 16: movb 0x5a5a, %al # encoding: [0xa0,0x5a,0x5a] 6 # 32: movb 0x5a5a5a5a, %al # encoding: [0xa0,0x5a,0x5a,0x5a,0x5a] 7 # 64: movabsb 0x5a5a5a5a5a5a5a5a, %al # encoding: [0xa0,0x5a,0x5a,0x5a,0x5a,0x5a,0x5a,0x5a,0x5a] 8 0xa0 0x5a 0x5a 0x5a 0x5a 0x5a 0x5a 0x5a 0x5a 10 # 16: movb 0x5a5a5a5a, %al # encoding: [0x67,0xa0,0x5a,0x5a,0x5a,0x5a] 11 # 32: movb 0x5a5a, %al # encoding: [0x67,0xa0,0x5a,0x5a] 12 # 64: movb 0x5a5a5a5a, %al # encoding: [0x67,0xa0,0x5a,0x5a,0x5a,0x5a] 13 0x67 0xa0 0x5a 0x5a 0x5a 0x5a 0x5a 0x5a 0x5a 0x5a 15 # 16: movw 0x5a5a, %ax # encoding: [0xa1,0x5a,0x5a] 16 # 32: movl 0x5a5a5a5a, %eax # encoding: [0xa1,0x5a,0x5a,0x5a,0x5a] [all …]
|
D | x86-64.txt | 294 0x48 0xa1 0x5a 0x5a 0x5a 0x5a 0x5a 0x5a 0x5a 0x5a 297 0x67, 0x48 0xa1 0x5a 0x5a 0x5a 0x5a 300 0x48 0xa3 0x5a 0x5a 0x5a 0x5a 0x5a 0x5a 0x5a 0x5a 303 0x67, 0x48 0xa3 0x5a 0x5a 0x5a 0x5a
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | vec_fpext.ll | 12 ; SSE-NEXT: cvtps2pd %xmm0, %xmm0 # encoding: [0x0f,0x5a,0xc0] 17 ; AVX-NEXT: vcvtps2pd %xmm0, %xmm0 # encoding: [0xc5,0xf8,0x5a,0xc0] 22 ; AVX512VL-NEXT: vcvtps2pd %xmm0, %xmm0 # EVEX TO VEX Compression encoding: [0xc5,0xf8,0x5a,0xc0] 32 ; SSE-NEXT: cvtps2pd %xmm0, %xmm0 # encoding: [0x0f,0x5a,0xc0] 37 ; AVX-NEXT: vcvtps2pd %xmm0, %xmm0 # encoding: [0xc5,0xf8,0x5a,0xc0] 43 ; AVX512VL-NEXT: vcvtps2pd %ymm0, %zmm0 # encoding: [0x62,0xf1,0x7c,0x48,0x5a,0xc0] 55 ; SSE-NEXT: cvtps2pd %xmm0, %xmm2 # encoding: [0x0f,0x5a,0xd0] 58 ; SSE-NEXT: cvtps2pd %xmm0, %xmm1 # encoding: [0x0f,0x5a,0xc8] 64 ; AVX-NEXT: vcvtps2pd %xmm0, %ymm0 # encoding: [0xc5,0xfc,0x5a,0xc0] 69 ; AVX512VL-NEXT: vcvtps2pd %ymm0, %zmm0 # encoding: [0x62,0xf1,0x7c,0x48,0x5a,0xc0] [all …]
|
/external/llvm-project/llvm/test/MC/Disassembler/X86/AMX/ |
D | x86-64-amx-bf16-att.txt | 4 0xc4,0xe2,0x5a,0x5c,0xf5 10 0xc4,0xe2,0x5a,0x5c,0xf5 16 0xc4,0xe2,0x5a,0x5c,0xf5 22 0xc4,0xe2,0x5a,0x5c,0xf5
|
D | x86-64-amx-bf16-intel.txt | 4 0xc4,0xe2,0x5a,0x5c,0xf5 10 0xc4,0xe2,0x5a,0x5c,0xf5 16 0xc4,0xe2,0x5a,0x5c,0xf5 22 0xc4,0xe2,0x5a,0x5c,0xf5
|
D | x86-64-amx-int8-intel.txt | 10 0xc4,0xe2,0x5a,0x5e,0xf5 34 0xc4,0xe2,0x5a,0x5e,0xf5 58 0xc4,0xe2,0x5a,0x5e,0xf5 82 0xc4,0xe2,0x5a,0x5e,0xf5
|
D | x86-64-amx-int8-att.txt | 10 0xc4,0xe2,0x5a,0x5e,0xf5 34 0xc4,0xe2,0x5a,0x5e,0xf5 58 0xc4,0xe2,0x5a,0x5e,0xf5 82 0xc4,0xe2,0x5a,0x5e,0xf5
|
/external/skqp/src/compute/hs/vk/amd/gcn/u32/ |
D | hs_bs_2.spv.xxd | 232 0x41, 0x00, 0x06, 0x00, 0x23, 0x00, 0x00, 0x00, 0x5a, 0x00, 0x00, 0x00, 235 0x5a, 0x00, 0x00, 0x00, 0x80, 0x00, 0x05, 0x00, 0x06, 0x00, 0x00, 0x00, 548 0x16, 0x00, 0x00, 0x00, 0x68, 0x02, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 550 0x43, 0x01, 0x00, 0x00, 0x67, 0x02, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 563 0x7e, 0x01, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 565 0x67, 0x02, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 578 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 0x99, 0x02, 0x00, 0x00, 580 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 0x9c, 0x02, 0x00, 0x00, 592 0x99, 0x02, 0x00, 0x00, 0xf6, 0x01, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 594 0x2b, 0x02, 0x00, 0x00, 0x67, 0x02, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, [all …]
|
D | hs_bc_0.spv.xxd | 157 0x5a, 0x00, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 159 0x5b, 0x00, 0x00, 0x00, 0x5a, 0x00, 0x00, 0x00, 0x80, 0x00, 0x05, 0x00, 193 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 0x8d, 0x00, 0x00, 0x00, 200 0x25, 0x00, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 207 0x98, 0x00, 0x00, 0x00, 0x2b, 0x00, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 215 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 0xae, 0x00, 0x00, 0x00, 222 0x37, 0x00, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 229 0xb9, 0x00, 0x00, 0x00, 0x3d, 0x00, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 237 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 0xcf, 0x00, 0x00, 0x00, 244 0x49, 0x00, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, [all …]
|
D | hs_bs_3.spv.xxd | 232 0x41, 0x00, 0x06, 0x00, 0x23, 0x00, 0x00, 0x00, 0x5a, 0x00, 0x00, 0x00, 235 0x5a, 0x00, 0x00, 0x00, 0x80, 0x00, 0x05, 0x00, 0x06, 0x00, 0x00, 0x00, 548 0x16, 0x00, 0x00, 0x00, 0x68, 0x02, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 550 0x43, 0x01, 0x00, 0x00, 0x67, 0x02, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 563 0x7e, 0x01, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 565 0x67, 0x02, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 578 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 0x99, 0x02, 0x00, 0x00, 580 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 0x9c, 0x02, 0x00, 0x00, 592 0x99, 0x02, 0x00, 0x00, 0xf6, 0x01, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 594 0x2b, 0x02, 0x00, 0x00, 0x67, 0x02, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, [all …]
|
D | hs_bs_1.spv.xxd | 220 0x41, 0x00, 0x06, 0x00, 0x23, 0x00, 0x00, 0x00, 0x5a, 0x00, 0x00, 0x00, 223 0x5a, 0x00, 0x00, 0x00, 0x80, 0x00, 0x05, 0x00, 0x06, 0x00, 0x00, 0x00, 536 0x16, 0x00, 0x00, 0x00, 0x68, 0x02, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 538 0x43, 0x01, 0x00, 0x00, 0x67, 0x02, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 551 0x7e, 0x01, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 553 0x67, 0x02, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 566 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 0x99, 0x02, 0x00, 0x00, 568 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 0x9c, 0x02, 0x00, 0x00, 580 0x99, 0x02, 0x00, 0x00, 0xf6, 0x01, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 582 0x2b, 0x02, 0x00, 0x00, 0x67, 0x02, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, [all …]
|
D | hs_bs_0.spv.xxd | 177 0x5a, 0x00, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 179 0x5b, 0x00, 0x00, 0x00, 0x5a, 0x00, 0x00, 0x00, 0x80, 0x00, 0x05, 0x00, 493 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 0x6d, 0x02, 0x00, 0x00, 495 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 0x70, 0x02, 0x00, 0x00, 507 0x6d, 0x02, 0x00, 0x00, 0x7e, 0x01, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 509 0xbb, 0x01, 0x00, 0x00, 0x67, 0x02, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 522 0xd6, 0x01, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 524 0x67, 0x02, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 537 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 0xaf, 0x02, 0x00, 0x00, 539 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 0xb2, 0x02, 0x00, 0x00, [all …]
|
/external/llvm/test/MC/Disassembler/Mips/msa/ |
D | test_3rf.txt | 6 0x78 0x33 0x08 0x5a # CHECK: fcaf.d $w1, $w1, $w19 7 0x78 0x90 0xb8 0x5a # CHECK: fceq.w $w1, $w23, $w16 18 0x78 0xe7 0x1f 0x5a # CHECK: fcueq.d $w29, $w3, $w7 19 0x79 0xc3 0x2c 0x5a # CHECK: fcule.w $w17, $w5, $w3 24 0x78 0x63 0x5f 0x5a # CHECK: fcun.d $w29, $w11, $w3 47 0x7a 0x0a 0x2e 0x5a # CHECK: fsaf.w $w25, $w5, $w10 48 0x7a 0x3d 0x1e 0x5a # CHECK: fsaf.d $w25, $w3, $w29 50 0x7a 0xbf 0x07 0x5a # CHECK: fseq.d $w29, $w0, $w31
|
/external/llvm-project/llvm/test/MC/Disassembler/Mips/msa/ |
D | test_3rf.txt | 6 0x78 0x33 0x08 0x5a # CHECK: fcaf.d $w1, $w1, $w19 7 0x78 0x90 0xb8 0x5a # CHECK: fceq.w $w1, $w23, $w16 18 0x78 0xe7 0x1f 0x5a # CHECK: fcueq.d $w29, $w3, $w7 19 0x79 0xc3 0x2c 0x5a # CHECK: fcule.w $w17, $w5, $w3 24 0x78 0x63 0x5f 0x5a # CHECK: fcun.d $w29, $w11, $w3 47 0x7a 0x0a 0x2e 0x5a # CHECK: fsaf.w $w25, $w5, $w10 48 0x7a 0x3d 0x1e 0x5a # CHECK: fsaf.d $w25, $w3, $w29 50 0x7a 0xbf 0x07 0x5a # CHECK: fseq.d $w29, $w0, $w31
|
/external/llvm-project/llvm/test/MC/Disassembler/ARM/ |
D | thumb-vmrs_vmsr.txt | 23 [0xf6,0xee,0x10,0x5a] 34 # CHECK-V7A: vmrs r5, mvfr1 @ encoding: [0xf6,0xee,0x10,0x5a] 45 # CHECK-V7M: vmrs r5, mvfr1 @ encoding: [0xf6,0xee,0x10,0x5a] 56 # CHECK-V8A: vmrs r5, mvfr1 @ encoding: [0xf6,0xee,0x10,0x5a] 67 # CHECK-V8M: vmrs r5, mvfr1 @ encoding: [0xf6,0xee,0x10,0x5a] 126 [0xf6,0xee,0x10,0x5a] 132 # CHECK-V7A: vmrsne r5, mvfr1 @ encoding: [0xf6,0xee,0x10,0x5a] 138 # CHECK-V7M: vmrsne r5, mvfr1 @ encoding: [0xf6,0xee,0x10,0x5a] 144 # CHECK-V8A: vmrsne r5, mvfr1 @ encoding: [0xf6,0xee,0x10,0x5a] 150 # CHECK-V8M: vmrsne r5, mvfr1 @ encoding: [0xf6,0xee,0x10,0x5a]
|
/external/skqp/src/compute/hs/vk/nvidia/sm_35/u32/ |
D | hs_bs_3.spv.xxd | 2 0x5a, 0x25, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0x00, 0x02, 0x00, 137 0x2b, 0x00, 0x04, 0x00, 0x06, 0x00, 0x00, 0x00, 0x5a, 0x12, 0x00, 0x00, 230 0x5a, 0x00, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 232 0x5b, 0x00, 0x00, 0x00, 0x5a, 0x00, 0x00, 0x00, 0x80, 0x00, 0x05, 0x00, 546 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 0x6d, 0x02, 0x00, 0x00, 548 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 0x70, 0x02, 0x00, 0x00, 560 0x6d, 0x02, 0x00, 0x00, 0x7e, 0x01, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 562 0xbb, 0x01, 0x00, 0x00, 0x67, 0x02, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 575 0xd6, 0x01, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 577 0x67, 0x02, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, [all …]
|
D | hs_bs_0.spv.xxd | 175 0x41, 0x00, 0x06, 0x00, 0x23, 0x00, 0x00, 0x00, 0x5a, 0x00, 0x00, 0x00, 178 0x5a, 0x00, 0x00, 0x00, 0x80, 0x00, 0x05, 0x00, 0x06, 0x00, 0x00, 0x00, 491 0x16, 0x00, 0x00, 0x00, 0x68, 0x02, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 493 0x43, 0x01, 0x00, 0x00, 0x67, 0x02, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 506 0x7e, 0x01, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 508 0x67, 0x02, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 521 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 0x99, 0x02, 0x00, 0x00, 523 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 0x9c, 0x02, 0x00, 0x00, 535 0x99, 0x02, 0x00, 0x00, 0xf6, 0x01, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 537 0x2b, 0x02, 0x00, 0x00, 0x67, 0x02, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, [all …]
|
D | hs_bc_0.spv.xxd | 39 0x47, 0x00, 0x04, 0x00, 0x5a, 0x05, 0x00, 0x00, 0x0b, 0x00, 0x00, 0x00, 92 0x5a, 0x05, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x67, 0x03, 0x00, 0x00, 155 0x41, 0x00, 0x06, 0x00, 0x23, 0x00, 0x00, 0x00, 0x5a, 0x00, 0x00, 0x00, 158 0x5a, 0x00, 0x00, 0x00, 0x80, 0x00, 0x05, 0x00, 0x06, 0x00, 0x00, 0x00, 191 0x16, 0x00, 0x00, 0x00, 0x87, 0x00, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 199 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 0x97, 0x00, 0x00, 0x00, 206 0x2b, 0x00, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 213 0xa2, 0x00, 0x00, 0x00, 0x31, 0x00, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 221 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 0xb8, 0x00, 0x00, 0x00, 228 0x3d, 0x00, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, [all …]
|
D | hs_bs_1.spv.xxd | 218 0x5a, 0x00, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 220 0x5b, 0x00, 0x00, 0x00, 0x5a, 0x00, 0x00, 0x00, 0x80, 0x00, 0x05, 0x00, 534 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 0x6d, 0x02, 0x00, 0x00, 536 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 0x70, 0x02, 0x00, 0x00, 548 0x6d, 0x02, 0x00, 0x00, 0x7e, 0x01, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 550 0xbb, 0x01, 0x00, 0x00, 0x67, 0x02, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 563 0xd6, 0x01, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 565 0x67, 0x02, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 578 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 0xaf, 0x02, 0x00, 0x00, 580 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 0xb2, 0x02, 0x00, 0x00, [all …]
|
D | hs_bs_2.spv.xxd | 230 0x5a, 0x00, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 232 0x5b, 0x00, 0x00, 0x00, 0x5a, 0x00, 0x00, 0x00, 0x80, 0x00, 0x05, 0x00, 546 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 0x6d, 0x02, 0x00, 0x00, 548 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 0x70, 0x02, 0x00, 0x00, 560 0x6d, 0x02, 0x00, 0x00, 0x7e, 0x01, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 562 0xbb, 0x01, 0x00, 0x00, 0x67, 0x02, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 575 0xd6, 0x01, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 577 0x67, 0x02, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 590 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 0xaf, 0x02, 0x00, 0x00, 592 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 0xb2, 0x02, 0x00, 0x00, [all …]
|
D | hs_bs_4.spv.xxd | 222 0x5a, 0x00, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 224 0x5b, 0x00, 0x00, 0x00, 0x5a, 0x00, 0x00, 0x00, 0x80, 0x00, 0x05, 0x00, 538 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 0x6d, 0x02, 0x00, 0x00, 540 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 0x70, 0x02, 0x00, 0x00, 552 0x6d, 0x02, 0x00, 0x00, 0x7e, 0x01, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 554 0xbb, 0x01, 0x00, 0x00, 0x67, 0x02, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 567 0xd6, 0x01, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 569 0x67, 0x02, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 582 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 0xaf, 0x02, 0x00, 0x00, 584 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 0xb2, 0x02, 0x00, 0x00, [all …]
|
/external/skqp/src/compute/hs/vk/intel/gen8/u32/ |
D | hs_bs_3.spv.xxd | 270 0x0f, 0x00, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 272 0xab, 0x00, 0x00, 0x00, 0xf7, 0x00, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 285 0xc6, 0x00, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 287 0xf7, 0x00, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 300 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 0x29, 0x01, 0x00, 0x00, 302 0x5a, 0x01, 0x06, 0x00, 0x06, 0x00, 0x00, 0x00, 0x2c, 0x01, 0x00, 0x00, 314 0x29, 0x01, 0x00, 0x00, 0xeb, 0x00, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 316 0xe3, 0x00, 0x00, 0x00, 0xf7, 0x00, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 388 0x0f, 0x00, 0x00, 0x00, 0xb8, 0x01, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, 390 0x96, 0x01, 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x5a, 0x01, 0x06, 0x00, [all …]
|
/external/angle/src/libANGLE/renderer/vulkan/shaders/gen/ |
D | ImageCopy.frag.00000005.inc | 16 0x34,0x28,0x33,0x4a,0x91,0x7c,0x94,0x94,0x8f,0x5e,0x62,0x25,0x5a,0x89,0x5a,0x4d, 26 0x17,0x36,0x07,0xb6,0x5a,0x58,0x31,0xac,0x51,0x58,0x09,0xac,0x49,0xd8,0x5c,0x58, 35 0xdb,0xeb,0x6e,0x7e,0xf7,0x8a,0x66,0x8f,0x53,0x4f,0x6f,0xb9,0xff,0x5a,0xf6,0x75, 36 0xfb,0x3a,0x6a,0x63,0x75,0xd9,0xc0,0x5a,0xdf,0x77,0x23,0xf1,0x8c,0xd7,0x04,0x05, 47 0x4d,0xfc,0x5a,0xfc,0xfd,0x5e,0x19,0xff,0x29,0xf8,0x2c,0x93,0xf7,0xcc,0xfa,0xf6, 52 0xf0,0xbe,0x5a,0xec,0x35,0xa2,0xe5,0x21,0xb4,0xac,0x15,0xfd,0x0f,0xc3,0x5d,0x7f, 55 0x5b,0x1f,0x7b,0x2f,0x1b,0x7b,0xbd,0x9c,0x7b,0x1b,0x5a,0xac,0xef,0xb2,0xfd,0x98, 56 0x65,0x6d,0x72,0xff,0xbd,0x27,0xda,0xd1,0xe8,0x71,0x5a,0x89,0x63,0x6f,0xc2,0xe3, 81 0x5a,0xb5,0x37,0x3f,0x81,0xbb,0xcf,0x79,0x7c,0xfc,0x77,0xf0,0x3c,0x3e,0xa6,0x77, 86 0x5a,0xd1,0xf2,0x0d,0xdc,0xb5,0x4c,0x8b,0x16,0xb3,0x5d,0x0d,0x63,0x9a,0xd8,0x57, [all …]
|