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

  /src/sys/arch/m68k/fpe/
fpu_fstore.c 42 * (word1 & 0xe000) == 0x6000
49 int word1, sig; local in function:fpu_emul_fstore
60 word1 = insn->is_word1;
61 format = (word1 >> 10) & 7;
62 regnum = (word1 >> 7) & 7;
fpu_fscale.c 55 int word1, sig; local in function:fpu_emul_fscale
75 word1 = insn->is_word1;
76 format = (word1 >> 10) & 7;
77 regnum = (word1 >> 7) & 7;
83 if ((word1 & 0x4000) == 0) {
fpu_emulate.c 148 DPRINTF(("%s: fault reading word1\n", __func__));
229 printf("%s: sig=%d, opcode=%x, word1=%x\n", __func__,
439 * (word1 & 0x8000) == 0x8000
449 int word1, sig; local in function:fpu_emul_fmovm
457 word1 = insn->is_word1;
460 fpu_to_mem = word1 & 0x2000;
469 /* w1_post_incr = word1 & 0x1000; */
470 if (word1 & 0x0800) {
472 reglist = frame->f_regs[(word1 & 0x70) >> 4];
474 reglist = word1;
603 int word1, sig = 0; local in function:fpu_emul_arith
    [all...]
  /src/lib/libc/gdtoa/test/
dt.c 68 #define word1(x) (x)->L[0] macro
71 #define word1(x) (x)->L[1] macro
180 dval(d), UL word0(d), UL word1(d), buf);
182 dval(&d1), UL word0(&d1), UL word1(&d1));
207 y = word1(&d);
216 word1(&d) = y;
236 printf(fmt, dval(&d), UL word0(&d), UL word1(&d), se);
242 d = %.17g = 0x%lx %lx\n", dval(&d1), UL word0(&d1), UL word1(&d1),
243 dval(&d), UL word0(&d), UL word1(&d));
249 x = word1(&d)
    [all...]
  /src/common/dist/zlib/
crc32.c 740 z_word_t word1; local in function:crc32_z
785 word1 = crc1 ^ words[1];
805 crc1 = crc_braid_table[0][word1 & 0xff];
822 crc1 ^= crc_braid_table[k][(word1 >> (k << 3)) & 0xff];
866 z_word_t crc1, word1; local in function:crc32_z
907 word1 = crc1 ^ words[1];
927 crc1 = crc_braid_big_table[0][word1 & 0xff];
944 crc1 ^= crc_braid_big_table[k][(word1 >> (k << 3)) & 0xff];
  /src/lib/libc/gdtoa/
gdtoaimp.h 303 #define word1(x) ((ULong *)x)[0] macro
306 #define word1(x) ((ULong *)x)[1] macro
311 #define word1(x) ( /* LINTED */ (U*)x)->L[0] macro
314 #define word1(x) ( /* LINTED */ (U*)x)->L[1] macro
  /src/sys/arch/mips/cavium/dev/
if_cnmac.c 848 * WORD1[size] is number of bytes pointed by segment
851 * WORD1[size] is number of segments
1184 uint64_t word1 = work[1]; local in function:cnmac_recv_mbuf
1211 m->m_len = m->m_pkthdr.len = (word1 & PIP_WQE_WORD1_LEN) >> 48;
1332 printf("word1: 0x%016" PRIx64 "\n", work[1]);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_r600_cs.c 1481 u32 word0, word1, l0_size, mipmap_size, word2, word3, word4, word5; local in function:r600_check_texture_resource
1504 word1 = radeon_get_ib_value(p, idx + 1);
1512 h0 = G_038004_TEX_HEIGHT(word1) + 1;
1513 d0 = G_038004_TEX_DEPTH(word1);
1514 format = G_038004_DATA_FORMAT(word1);
  /src/sys/external/bsd/ena-com/ena_defs/
ena_eth_io_defs.h 167 uint32_t word1; member in struct:ena_eth_io_tx_meta_desc
700 return p->word1 & ENA_ETH_IO_TX_META_DESC_REQ_ID_HI_MASK;
705 p->word1 |= val & ENA_ETH_IO_TX_META_DESC_REQ_ID_HI_MASK;
  /src/sys/external/bsd/ena-com/
ena_eth_io_defs.h 168 uint32_t word1; member in struct:ena_eth_io_tx_meta_desc
701 return p->word1 & ENA_ETH_IO_TX_META_DESC_REQ_ID_HI_MASK;
706 p->word1 |= val & ENA_ETH_IO_TX_META_DESC_REQ_ID_HI_MASK;
  /src/sys/arch/hppa/hppa/
db_disasm.c 92 int word1; member in struct:ute

Completed in 23 milliseconds