HomeSort by: relevance | last modified time | path
    Searched defs:cat1 (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
disasm-a3xx.c 188 instr_cat1_t *cat1 = &instr->cat1; local
190 if (cat1->ul)
193 if (cat1->src_type == cat1->dst_type) {
194 if ((cat1->src_type == TYPE_S16) && (((reg_t)cat1->dst).num == REG_A0)) {
198 fprintf(ctx->out, "mov.%s%s", type[cat1->src_type], type[cat1->dst_type]);
201 fprintf(ctx->out, "cov.%s%s", type[cat1->src_type], type[cat1->dst_type])
    [all...]
ir3.c 165 instr_cat1_t *cat1 = ptr; local
168 iassert_type(dst, type_size(instr->cat1.dst_type) == 32);
170 iassert_type(src, type_size(instr->cat1.src_type) == 32);
173 cat1->iim_val = src->iim_val;
174 cat1->src_im = 1;
176 cat1->off = reg(src, info, instr->repeat,
178 cat1->src_rel = 1;
179 cat1->src_rel_c = !!(src->flags & IR3_REG_CONST);
181 cat1->src = reg(src, info, instr->repeat,
183 cat1->src_c = !!(src->flags & IR3_REG_CONST)
    [all...]
ir3.h 234 } cat1; member in union:ir3_instruction::__anon3483
622 if (instr->cat1.src_type != instr->cat1.dst_type)
1044 mov->cat1.src_type = type;
1045 mov->cat1.dst_type = type;
1065 mov->cat1.src_type = TYPE_F32;
1066 mov->cat1.dst_type = TYPE_F32;
1080 mov->cat1.src_type = TYPE_U32;
1081 mov->cat1.dst_type = TYPE_U32;
1115 instr->cat1.src_type = type
    [all...]
instr-a3xx.h 792 instr_cat1_t cat1; member in union:PACKED
806 uint32_t ss : 1; /* cat1-cat4 (cat0??) and cat7 (?) */
807 uint32_t ul : 1; /* cat2-cat4 (and cat1 in blob.. which may be bug??) */
820 case 1: return instr->cat1.repeat;
  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3.h 318 } cat1; member in union:ir3_instruction::__anon955
805 if (instr->cat1.src_type != instr->cat1.dst_type)
855 type_t src_type = instr->cat1.src_type;
856 type_t dst_type = instr->cat1.dst_type;
1730 mov->cat1.src_type = type;
1731 mov->cat1.dst_type = type;
1751 mov->cat1.src_type = type;
1752 mov->cat1.dst_type = type;
1772 mov->cat1.src_type = type
    [all...]

Completed in 13 milliseconds