HomeSort by relevance Sort by last modified time
    Searched refs:cat5 (Results 1 - 8 of 8) sorted by null

  /external/libvpx/libvpx/vp8/common/
entropy.c 122 init_bit_tree(cat5, 5);
131 static const vp8_tree_index cat5[10] = { 2, 2, 4, 4, 6, 6, 8, 8, 0, 0 }; variable
140 { cat5, Pcat5, 5, 35 }, { cat6, Pcat6, 11, 67 }, { 0, 0, 0, 0 }
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
disasm-a3xx.c 414 instr_cat5_t *cat5 = &instr->cat5; local
417 if (cat5->is_3d) printf(".3d");
418 if (cat5->is_a) printf(".a");
419 if (cat5->is_o) printf(".o");
420 if (cat5->is_p) printf(".p");
421 if (cat5->is_s) printf(".s");
422 if (cat5->is_s2en) printf(".s2en");
426 switch (_OPC(5, cat5->opc)) {
431 printf("(%s)", type[cat5->type])
    [all...]
ir3.c 429 instr_cat5_t *cat5 = ptr; local
431 iassert(!((dst->flags ^ type_flags(instr->cat5.type)) & IR3_REG_HALF));
437 cat5->full = ! (src1->flags & IR3_REG_HALF);
438 cat5->src1 = reg(src1, info, instr->repeat, IR3_REG_HALF);
444 cat5->s2en.src2 = reg(src2, info, instr->repeat, IR3_REG_HALF);
448 cat5->s2en.src3 = reg(src3, info, instr->repeat, IR3_REG_HALF);
450 iassert(!(instr->cat5.samp | instr->cat5.tex));
455 cat5->norm.src2 = reg(src2, info, instr->repeat, IR3_REG_HALF);
457 cat5->norm.samp = instr->cat5.samp
    [all...]
ir3.h 117 /* used for cat5 instructions, but also for internal/IR level
218 } cat5; member in union:ir3_instruction::__anon27665
1103 /* cat5 instructions: */
1128 sam->cat5.samp = samp;
1129 sam->cat5.tex = tex;
1130 sam->cat5.type = type;
instr-a3xx.h 679 instr_cat5_t cat5; member in union:PACKED
704 case 5: return instr->cat5.opc;
ir3_compiler_nir.c 786 dst[0]->cat5.type = TYPE_F32;
790 dst[0]->cat5.type = TYPE_F32;
    [all...]
ir3_ra.c 937 instr->cat5.type = half_type(instr->cat5.type);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
movb.s 271 movb #0xaa,cat5,x
279 movw #0x44,cat5,x
287 movb #0xaa,cat5,y
295 movw #0x44,cat5,y
303 movb #0xaa,cat5,pc
311 movw #0x44,cat5,pc
319 movb #0xaa,cat5,sp
327 movw #0x44,cat5,sp
333 cat5=-8

Completed in 1564 milliseconds