Searched refs:TAG_ALU_4 (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_opt_perspective.c57 if (ins->type != TAG_ALU_4) continue;
85 (sub->type == TAG_ALU_4) &&
H A Dmidgard_opt_copy_prop.c34 if (ins->type != TAG_ALU_4) continue;
H A Dmidgard_opt_dce.c139 if (ins->type != TAG_ALU_4) continue;
H A Dmidgard_print.c205 case TAG_ALU_4: {
256 bool is_alu = ins->type == TAG_ALU_4;
H A Dmir.c295 if (ins->type == TAG_ALU_4 && !ins->compact_branch) {
344 if (bundle.tag == TAG_ALU_4) {
432 assert(ins->type == TAG_ALU_4);
H A Dmidgard_schedule.c702 bool alu = (instructions[i]->type == TAG_ALU_4);
772 if (I->type == TAG_ALU_4)
778 if (I->type == TAG_ALU_4)
893 if (instructions[i]->type != TAG_ALU_4)
1168 .tag = TAG_ALU_4,
1402 bundle.tag = (TAG_ALU_4) + (bytes_emitted / 16) - 1;
1462 else if (tag == TAG_ALU_4)
1542 if (!I || I->type != TAG_ALU_4 || !I->writeout)
H A Dmidgard_ra.c190 case TAG_ALU_4:
258 unsigned classes[] = { TAG_LOAD_STORE_4, TAG_TEXTURE_4, TAG_TEXTURE_4, TAG_ALU_4};
464 if (ins->type == TAG_ALU_4 && mir_is_64(ins)) {
521 if (ins->type == TAG_ALU_4 && OP_IS_CSEL_V(ins->op)) {
700 case TAG_ALU_4:
H A Dhelpers.h161 #define IS_ALU(tag) (tag >= TAG_ALU_4)
H A Dcompiler.h537 .type = TAG_ALU_4,
H A Dmidgard_emit.c968 case TAG_ALU_4:
972 case TAG_ALU_4 + 4:
H A Dmidgard.h67 TAG_ALU_4 = 0x8, enumerator in enum:__anon60a087ed0303
H A Dmidgard_ops.c390 [TAG_ALU_4] = {"alu/4", 1},
H A Dmidgard_compile.c187 .type = TAG_ALU_4,
952 .type = TAG_ALU_4,
2520 if (alu->type != TAG_ALU_4) continue;
2750 if (ins->type != TAG_ALU_4) continue;
2912 if (ins->type != TAG_ALU_4) continue;
H A Ddisassemble.c1962 * TAG_ALU_4/8/12/16: by number of instructions/constants
1981 case TAG_ALU_4 ... TAG_ALU_16_WRITEOUT:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dmidgard_compile.c311 .type = TAG_ALU_4,
360 .type = TAG_ALU_4,
377 .type = TAG_ALU_4,
619 case TAG_ALU_4: {
1115 .type = TAG_ALU_4,
1144 .type = TAG_ALU_4,
1400 .type = TAG_ALU_4,
1662 .type = TAG_ALU_4,
1686 .type = TAG_ALU_4,
2131 case TAG_ALU_4
[all...]
H A Dhelpers.h85 #define TAG_ALU_4 0x8 macro

Completed in 29 milliseconds