HomeSort by: relevance | last modified time | path
    Searched refs:dwords (Results 1 - 23 of 23) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
paritydi2.c 22 dwords x;
cmpdi2.c 25 dwords x;
27 dwords y;
ffsdi2.c 24 dwords x;
ashldi3.c 25 dwords input;
26 dwords result;
ashrdi3.c 25 dwords input;
26 dwords result;
muldi3.c 23 dwords r;
46 dwords x;
48 dwords y;
50 dwords r;
clzdi2.c 30 dwords x;
ctzdi2.c 30 dwords x;
int_types.h 46 } dwords; typedef in typeref:union:__anon692d56bb010a
  /src/common/lib/libc/arch/mips/gen/
byte_swap_8.S 51 dsbh v0, a0 # dwords swap bytes within halfwords
52 dshd v0, v0 # dwords swap halwords within dwords
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_nv50_fbcon.c 104 uint32_t dwords, *data = (uint32_t *)image->data; local in function:nv50_fbcon_imageblit
134 dwords = ALIGN(ALIGN(image->width, 8) * image->height, 32) >> 5;
135 while (dwords) {
136 int push = dwords > 2047 ? 2047 : dwords;
142 dwords -= push;
nouveau_nvc0_fbcon.c 104 uint32_t dwords, *data = (uint32_t *)image->data; local in function:nvc0_fbcon_imageblit
134 dwords = ALIGN(ALIGN(image->width, 8) * image->height, 32) >> 5;
135 while (dwords) {
136 int push = dwords > 2047 ? 2047 : dwords;
142 dwords -= push;
  /src/sys/external/bsd/drm/dist/shared-core/
r128_state.c 649 int dwords = (end - start + 3) / sizeof(u32); local in function:r128_cce_dispatch_indirect
652 * dwords, so if we've been given an odd number we must
655 if (dwords & 1) {
659 data[dwords++] = cpu_to_le32(R128_CCE_PACKET2);
669 OUT_RING(dwords);
705 int dwords; local in function:r128_cce_dispatch_indices
720 dwords = (end - start + 3) / sizeof(u32);
726 dwords - 2));
736 data[dwords - 1] &= 0x0000ffff;
738 data[dwords - 1] &= 0xffff0000
787 int dword_shift, dwords; local in function:r128_cce_dispatch_blit
    [all...]
i915_dma.c 352 int dwords)
358 if ((dwords+1) * sizeof(int) >= dev_priv->ring.Size - 8)
361 BEGIN_LP_RING((dwords+1)&~1);
363 for (i = 0; i < dwords;) {
369 if ((sz = validate_cmd(cmd)) == 0 || i + sz > dwords)
383 if (dwords & 1)
radeon_state.c 1580 int dwords = (end - start + 3) / sizeof(u32); local in function:radeon_cp_dispatch_indirect
1583 * dwords, so if we've been given an odd number we must
1586 if (dwords & 1) {
1590 data[dwords++] = RADEON_CP_PACKET2;
1598 OUT_RING(dwords);
1612 int dwords; local in function:radeon_cp_dispatch_indices
1633 dwords = (prim->finish - prim->start + 3) / sizeof(u32);
1638 data[0] = CP_PACKET3(RADEON_3D_RNDR_GEN_INDX_PRIM, dwords - 2);
1672 int size, dwords, tex_width, blit_width, spitch; local in function:radeon_cp_dispatch_texture
1788 dwords = size / 4
    [all...]
mach64_state.c 490 unsigned long n = bytes; /* dwords remaining in buffer */
534 ("Got bad command count(=%u) dwords remaining=%lu\n",
655 int dword_shift, dwords; local in function:mach64_dma_dispatch_blit
690 dwords = (blit->width * blit->height) >> dword_shift;
691 used = dwords << 2;
728 * a register command every 16 dwords. State setup is added at the start of the
r600_cp.c 2276 int dwords = (end - start + 3) / sizeof(u32); local in function:r600_cp_dispatch_indirect
2278 DRM_DEBUG("dwords:%d\n", dwords);
2282 /* Indirect buffer data must be a multiple of 16 dwords.
2285 while (dwords & 0xf) {
2289 data[dwords++] = RADEON_CP_PACKET2;
2297 OUT_RING(dwords);
  /src/sys/external/bsd/drm2/dist/drm/r128/
r128_state.c 655 int dwords = (end - start + 3) / sizeof(u32); local in function:r128_cce_dispatch_indirect
658 * dwords, so if we've been given an odd number we must
661 if (dwords & 1) {
665 data[dwords++] = cpu_to_le32(R128_CCE_PACKET2);
675 OUT_RING(dwords);
711 int dwords; local in function:r128_cce_dispatch_indices
725 dwords = (end - start + 3) / sizeof(u32);
731 dwords - 2));
741 data[dwords - 1] &= 0x0000ffff;
743 data[dwords - 1] &= 0xffff0000
792 int dword_shift, dwords; local in function:r128_cce_dispatch_blit
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/via/
via_verifier.c 558 * How many dwords per vertex ?
790 uint32_t dwords)
794 if (buf_end - buf < dwords) {
798 while (dwords--) {
  /src/sys/dev/pci/
mpii.c 1145 mpii_handshake_send(struct mpii_softc *sc, void *buf, size_t dwords)
1163 MPII_DOORBELL_DWORDS(dwords));
1178 for (i = 0; i < dwords; i++) {
1204 mpii_handshake_recv(struct mpii_softc *sc, void *buf, size_t dwords)
1214 DNPRINTF(MPII_D_CMD, "%s: mpii_handshake_recv dwords: %lu reply: %d\n",
1215 DEVNAME(sc), dwords, reply->msg_length);
1218 * the total length, in dwords, is in the message length field of the
1221 for (i = 1; i < MIN(dwords, reply->msg_length); i++) {
if_iwm.c 997 iwm_read_mem(struct iwm_softc *sc, uint32_t addr, void *buf, int dwords)
1004 for (offs = 0; offs < dwords; offs++)
1014 iwm_write_mem(struct iwm_softc *sc, uint32_t addr, const void *buf, int dwords)
1022 for (offs = 0; offs < dwords; offs++) {
if_mcx.c 3265 const uint32_t *dwords = buf; local in function:mcx_xor
3269 len /= sizeof(*dwords);
3272 xor ^= dwords[i];
  /src/sys/dev/ic/
advlib.c 1067 u_int16_t s_addr, u_int32_t *s_buffer, int dwords)
1075 for (i = 0; i < dwords; i++, pw++) {

Completed in 42 milliseconds