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

  /external/qemu/hw/core/
dma.c 156 int ichan, nreg, iport, ff, val, dir; local
161 nreg = iport & 1;
166 if (nreg)
178 int iport, ichan, nreg; local
183 nreg = iport & 1;
186 r->base[nreg] = (r->base[nreg] & 0xff) | ((data << 8) & 0xff00);
189 r->base[nreg] = (r->base[nreg] & 0xff00) | (data & 0xff);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_hw_context_priv.h 52 int r600_context_add_block(struct r600_context *ctx, const struct r600_reg *reg, unsigned nreg,
r600_hw_context.c 132 const struct r600_reg *reg, int index, int nreg,
136 int j, n = nreg;
146 block->nreg = n;
184 int r600_context_add_block(struct r600_context *ctx, const struct r600_reg *reg, unsigned nreg,
191 for (unsigned i = 0, n = 0; i < nreg; i += n) {
211 if ((n + i) >= nreg)
527 unsigned nreg = 32; local
531 for (i = 0; i < nreg; i++) {
536 return r600_context_add_block(ctx, r600_loop_consts, nreg, PKT3_SET_LOOP_CONST, R600_LOOP_CONST_OFFSET);
552 for (int k = 0, offset = block->start_offset; k < block->nreg; k++, offset += 4)
    [all...]
evergreen_hw_context.c 724 unsigned nreg = 32; local
728 for (i = 0; i < nreg; i++) {
733 return r600_context_add_block(ctx, r600_loop_consts, nreg, PKT3_SET_LOOP_CONST, EVERGREEN_LOOP_CONST_OFFSET);
r600.h 137 uint16_t nreg; member in struct:r600_block
  /external/mesa3d/src/gallium/drivers/r600/
r600_hw_context_priv.h 52 int r600_context_add_block(struct r600_context *ctx, const struct r600_reg *reg, unsigned nreg,
r600_hw_context.c 132 const struct r600_reg *reg, int index, int nreg,
136 int j, n = nreg;
146 block->nreg = n;
184 int r600_context_add_block(struct r600_context *ctx, const struct r600_reg *reg, unsigned nreg,
191 for (unsigned i = 0, n = 0; i < nreg; i += n) {
211 if ((n + i) >= nreg)
527 unsigned nreg = 32; local
531 for (i = 0; i < nreg; i++) {
536 return r600_context_add_block(ctx, r600_loop_consts, nreg, PKT3_SET_LOOP_CONST, R600_LOOP_CONST_OFFSET);
552 for (int k = 0, offset = block->start_offset; k < block->nreg; k++, offset += 4)
    [all...]
evergreen_hw_context.c 724 unsigned nreg = 32; local
728 for (i = 0; i < nreg; i++) {
733 return r600_context_add_block(ctx, r600_loop_consts, nreg, PKT3_SET_LOOP_CONST, EVERGREEN_LOOP_CONST_OFFSET);
r600.h 137 uint16_t nreg; member in struct:r600_block
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c 2861 UInt nreg = get_neon_n_regno(theInstr); local
2909 UInt nreg = get_neon_n_regno(theInstr & ~(1 << 6)); local
3043 UInt nreg = get_neon_n_regno(theInstr); local
4831 UInt nreg = get_neon_n_regno(theInstr); local
5246 UInt nreg = get_neon_n_regno(theInstr & ~(1 << 6)); local
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
expr.c     [all...]
where.c     [all...]

Completed in 274 milliseconds