Home
last modified time | relevance | path

Searched refs:instlen (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/utils/testgen/
Dmc-bundling-x86-gen.py46 for instlen in range(1, BUNDLE_SIZE + 1):
51 print('INSTRLEN_{0}_OFFSET_{1}:'.format(instlen, offset))
54 print_bundle_locked_sequence(instlen, align_to_end)
70 if offset + instlen == BUNDLE_SIZE:
73 elif offset + instlen < BUNDLE_SIZE:
75 offset_to_end = base_offset + (BUNDLE_SIZE - instlen)
81 offset_to_end = base_offset + (BUNDLE_SIZE * 2 - instlen)
86 if offset + instlen > BUNDLE_SIZE:
88 aligned_offset = (inst_orig_offset + instlen) & ~(BUNDLE_SIZE - 1)
/external/llvm/utils/testgen/
Dmc-bundling-x86-gen.py46 for instlen in range(1, BUNDLE_SIZE + 1):
51 print('INSTRLEN_{0}_OFFSET_{1}:'.format(instlen, offset))
54 print_bundle_locked_sequence(instlen, align_to_end)
70 if offset + instlen == BUNDLE_SIZE:
73 elif offset + instlen < BUNDLE_SIZE:
75 offset_to_end = base_offset + (BUNDLE_SIZE - instlen)
81 offset_to_end = base_offset + (BUNDLE_SIZE * 2 - instlen)
86 if offset + instlen > BUNDLE_SIZE:
88 aligned_offset = (inst_orig_offset + instlen) & ~(BUNDLE_SIZE - 1)
/external/mesa3d/src/freedreno/common/
Ddisasm.h43 int instructions, instlen; member
/external/mesa3d/src/freedreno/.gitlab-ci/reference/
DdEQP-VK.draw.indirect_draw.indexed.indirect_draw_count.triangle_list.log823 - shaderdb: 13 instructions, 7 nops, 6 non-nops, (10 instlen), 0 last-baryf, 0 half, 3 full
850 - shaderdb: 13 instructions, 7 nops, 6 non-nops, (10 instlen), 0 last-baryf, 0 half, 3 full
915 - shaderdb: 9 instructions, 4 nops, 5 non-nops, (9 instlen), 3 last-baryf, 0 half, 2 full
941 - shaderdb: 9 instructions, 4 nops, 5 non-nops, (9 instlen), 3 last-baryf, 0 half, 2 full
1509 - shaderdb: 13 instructions, 7 nops, 6 non-nops, (10 instlen), 0 last-baryf, 0 half, 3 full
1544 - shaderdb: 9 instructions, 4 nops, 5 non-nops, (9 instlen), 3 last-baryf, 0 half, 2 full
Dglxgears-a420.log436 - shaderdb: 5 instructions, 4 nops, 1 non-nops, (5 instlen), 0 last-baryf, 0 half, 0 full
462 - shaderdb: 9 instructions, 4 nops, 5 non-nops, (9 instlen), 0 last-baryf, 0 half, 1 full
1050 - shaderdb: 74 instructions, 27 nops, 47 non-nops, (61 instlen), 0 last-baryf, 0 half, 4 full
1092 - shaderdb: 11 instructions, 5 nops, 6 non-nops, (11 instlen), 5 last-baryf, 0 half, 1 full
1682 - shaderdb: 67 instructions, 23 nops, 44 non-nops, (56 instlen), 0 last-baryf, 0 half, 5 full
1723 - shaderdb: 11 instructions, 5 nops, 6 non-nops, (11 instlen), 5 last-baryf, 0 half, 1 full
2115 - shaderdb: 67 instructions, 23 nops, 44 non-nops, (56 instlen), 0 last-baryf, 0 half, 5 full
2154 - shaderdb: 9 instructions, 4 nops, 5 non-nops, (9 instlen), 3 last-baryf, 0 half, 2 full
2509 - shaderdb: 74 instructions, 27 nops, 47 non-nops, (61 instlen), 0 last-baryf, 0 half, 4 full
2551 - shaderdb: 11 instructions, 5 nops, 6 non-nops, (11 instlen), 5 last-baryf, 0 half, 1 full
[all …]
Dfd-clouds.log646 - shaderdb: 5 instructions, 4 nops, 1 non-nops, (5 instlen), 0 last-baryf, 0 half, 0 full
668 - shaderdb: 5 instructions, 4 nops, 1 non-nops, (5 instlen), 0 last-baryf, 0 half, 0 full
1116 - shaderdb: 5 instructions, 4 nops, 1 non-nops, (5 instlen), 0 last-baryf, 0 half, 0 full
1961 - shaderdb: 5 instructions, 4 nops, 1 non-nops, (5 instlen), 0 last-baryf, 0 half, 0 full
1983 - shaderdb: 5 instructions, 4 nops, 1 non-nops, (5 instlen), 0 last-baryf, 0 half, 0 full
3504 …- shaderdb: 2414 instructions, 1114 nops, 1300 non-nops, (1406 instlen), 0 last-baryf, 0 half, 19 …
4927 …- shaderdb: 2414 instructions, 1114 nops, 1300 non-nops, (1406 instlen), 0 last-baryf, 0 half, 19 …
5341 - shaderdb: 5 instructions, 4 nops, 1 non-nops, (5 instlen), 0 last-baryf, 0 half, 0 full
6779 …- shaderdb: 2414 instructions, 1114 nops, 1300 non-nops, (1406 instlen), 0 last-baryf, 0 half, 19 …
/external/mesa3d/src/freedreno/decode/
Dpgmdump2.c351 unsigned dwords = 2 * stats.instlen; in decode_shader_descriptor_block()
/external/mesa3d/src/freedreno/ir3/
Ddisasm-a3xx.c276 ctx->stats->instructions - ctx->stats->nops, ctx->stats->instlen, in print_reg_stats()
1535 ctx->stats->instlen++; in print_instr()