HomeSort by relevance Sort by last modified time
    Searched full:regs_count (Results 1 - 11 of 11) sorted by null

  /hardware/intel/common/libmix/videodecoder/
use_util_sse4.h 28 static const size_t regs_count = 8; local
33 size_t remain_data = size & (regs_count * sizeof(xmm_data0) - 1);
54 pWc_buff += regs_count;
64 pWb_buff += regs_count;
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3.c 163 iassert(instr->regs_count == 2);
210 iassert((instr->regs_count == 2) || (instr->regs_count == 3));
307 iassert(instr->regs_count == 4);
381 iassert(instr->regs_count == 2);
490 iassert(instr->regs_count >= 3);
494 src2 = (instr->regs_count >= 4) ? instr->regs[3] : NULL;
496 iassert(instr->regs_count >= 2);
500 src2 = (instr->regs_count >= 3) ? instr->regs[2] : NULL;
683 instr->regs_count);
    [all...]
ir3.h 193 unsigned regs_count; member in struct:ir3_instruction
498 for (i = 0; i < instr->regs_count; i++)
665 if (instr->regs_count > 0) {
674 if (instr->regs_count > 0) {
867 if ((__instr)->regs_count) \
868 for (unsigned __cnt = (__instr)->regs_count - 1, __n = 0; __n < __cnt; __n++) \
878 return instr->regs_count + 1;
879 return instr->regs_count;
884 if (n == (instr->regs_count + 0))
889 #define __src_cnt(__instr) ((__instr)->address ? (__instr)->regs_count : (__instr)->regs_count - 1
    [all...]
ir3_group.c 64 debug_assert(instr->regs_count == 1);
189 group_n(&instr_ops, instr, instr->regs_count - 1);
ir3_legalize.c 103 for (i = 0; i < n->regs_count; i++) {
131 if (n->regs_count > 0) {
ir3_print.c 160 for (i = 0; i < instr->regs_count; i++) {
ir3_ra.c 490 if (instr->regs_count == 0)
520 if (instr->regs_count == 0)
640 if (instr->regs_count == 0)
998 if (instr->regs_count == 0)
ir3_cp.c 159 if (m < instr->regs_count) {
495 if (instr->regs_count == 0)
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
ir-a2xx.h 68 unsigned regs_count; member in struct:ir2_instruction
ir-a2xx.c 501 assert(instr->regs_count < ARRAY_SIZE(instr->regs));
502 instr->regs[instr->regs_count++] = reg;
  /cts/tools/dasm/src/dasm/
DAsm.java 107 int regs_count; field in class:DAsm
403 regs_count = 1;
469 regs_count = v;
    [all...]

Completed in 420 milliseconds