| /freebsd-9-stable/sys/dev/sfxge/common/ |
| D | efx_mcdi.c | 60 efx_dword_t dword; in efx_mcdi_request_start() local 111 EFX_POPULATE_DWORD_6(dword, in efx_mcdi_request_start() 118 EFX_BAR_TBL_WRITED(enp, FR_CZ_MC_TREG_SMEM, pdur, &dword, B_TRUE); in efx_mcdi_request_start() 121 memcpy(&dword, MCDI_IN(*emrp, efx_dword_t, pos), in efx_mcdi_request_start() 122 MIN(sizeof (dword), emrp->emr_in_length - pos)); in efx_mcdi_request_start() 124 pdur + 1 + (pos >> 2), &dword, B_FALSE); in efx_mcdi_request_start() 128 EFX_POPULATE_DWORD_1(dword, EFX_DWORD_0, 0xd004be11); in efx_mcdi_request_start() 129 EFX_BAR_TBL_WRITED(enp, FR_CZ_MC_TREG_SMEM, dbr, &dword, B_FALSE); in efx_mcdi_request_start() 224 efx_dword_t dword; in efx_mcdi_poll_reboot() local 232 EFX_BAR_TBL_READD(enp, FR_CZ_MC_TREG_SMEM, rebootr, &dword, B_FALSE); in efx_mcdi_poll_reboot() [all …]
|
| D | siena_mon.c | 138 efx_dword_t dword; in siena_mon_decode_stats() local 139 EFSYS_MEM_READD(esmp, 4 * mc_sensor, &dword); in siena_mon_decode_stats() 142 dword, in siena_mon_decode_stats() 146 dword, in siena_mon_decode_stats()
|
| D | siena_phy.c | 442 efx_dword_t dword; \ 443 EFSYS_MEM_READD(_esmp, (_mc_record) * 4, &dword);\ 445 EFX_DWORD_FIELD(dword, EFX_DWORD_0); \ 477 efx_dword_t dword; in siena_phy_decode_stats() local 480 &dword); in siena_phy_decode_stats() 481 sig = EFX_DWORD_FIELD(dword, EFX_DWORD_0); in siena_phy_decode_stats() 519 efx_dword_t dword; in siena_phy_decode_stats() local 521 EFSYS_MEM_READD(esmp, 4 * MC_CMD_PHYXS_SYNC, &dword); in siena_phy_decode_stats() 522 sync = EFX_DWORD_FIELD(dword, EFX_DWORD_0); in siena_phy_decode_stats()
|
| D | efx_ev.c | 658 efx_dword_t dword; in efx_ev_qprime() local 670 EFX_POPULATE_DWORD_1(dword, FRF_AZ_EVQ_RPTR, rptr); in efx_ev_qprime() 673 &dword, B_FALSE); in efx_ev_qprime() 846 efx_dword_t dword; in efx_ev_qmoderate() local 859 EFX_POPULATE_DWORD_2(dword, in efx_ev_qmoderate() 863 EFX_POPULATE_DWORD_2(dword, in efx_ev_qmoderate() 878 EFX_POPULATE_DWORD_2(dword, in efx_ev_qmoderate() 882 EFX_POPULATE_DWORD_2(dword, in efx_ev_qmoderate() 890 eep->ee_index, &dword, locked); in efx_ev_qmoderate()
|
| D | efx_intr.c | 246 efx_dword_t dword; in efx_intr_status_line() local 255 EFX_BAR_READD(enp, FR_BZ_INT_ISR0_REG, &dword, B_FALSE); in efx_intr_status_line() 256 *qmaskp = EFX_DWORD_FIELD(dword, EFX_DWORD_0); in efx_intr_status_line()
|
| D | efx_tx.c | 207 efx_dword_t dword; in efx_tx_qpush() local 221 EFX_POPULATE_DWORD_1(dword, in efx_tx_qpush() 224 etp->et_index, &dword, B_FALSE); in efx_tx_qpush()
|
| D | efx_rx.c | 596 efx_dword_t dword; in efx_rx_qpush() local 609 EFX_POPULATE_DWORD_1(dword, in efx_rx_qpush() 612 erp->er_index, &dword, B_FALSE); in efx_rx_qpush()
|
| /freebsd-9-stable/contrib/binutils/binutils/ |
| D | rcparse.y | 95 int dword; member 1819 $$.dword = $2.dword; 1824 $$.dword = $2.dword; 1829 $$.dword = $1.dword || $3.dword; 1834 $$.dword = $1.dword || $3.dword; 1839 $$.dword = $1.dword || $3.dword; 1844 $$.dword = $1.dword || $3.dword; 1849 $$.dword = $1.dword || $3.dword; 1854 $$.dword = $1.dword || $3.dword; 1859 $$.dword = $1.dword || $3.dword; [all …]
|
| D | rclex.c | 800 yylval.i.dword = 0; in yylex() 805 yylval.i.dword = 1; in yylex()
|
| D | windint.h | 853 rc_uint_type dword; member
|
| D | resrc.c | 1528 define_rcdata_number (rc_uint_type val, int dword) in define_rcdata_number() argument 1534 ri->type = dword ? RCDATA_DWORD : RCDATA_WORD; in define_rcdata_number() 3105 fprintf (e, "%luL", (unsigned long) ri->u.dword); in write_rc_rcdata() 3277 windres_put_32 (&wrtarget, dst, (rc_uint_type) src->u.dword); in rcdata_copy()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86MCTargetDesc.cpp | 99 mov dword ptr [esi],eax in GetCpuIDAndInfo() 101 mov dword ptr [esi],ebx in GetCpuIDAndInfo() 103 mov dword ptr [esi],ecx in GetCpuIDAndInfo() 105 mov dword ptr [esi],edx in GetCpuIDAndInfo() 168 mov dword ptr [esi],eax in GetCpuIDAndInfoEx() 170 mov dword ptr [esi],ebx in GetCpuIDAndInfoEx() 172 mov dword ptr [esi],ecx in GetCpuIDAndInfoEx() 174 mov dword ptr [esi],edx in GetCpuIDAndInfoEx()
|
| /freebsd-9-stable/contrib/llvm/lib/Support/ |
| D | Host.cpp | 150 mov dword ptr [esi],eax in GetX86CpuIDAndInfoEx() 152 mov dword ptr [esi],ebx in GetX86CpuIDAndInfoEx() 154 mov dword ptr [esi],ecx in GetX86CpuIDAndInfoEx() 156 mov dword ptr [esi],edx in GetX86CpuIDAndInfoEx()
|
| /freebsd-9-stable/sys/dev/usb/controller/ |
| D | xhci.c | 1701 uint32_t dword; in xhci_setup_generic_chain_sub() local 1786 dword = XHCI_TRB_2_BYTES_SET(8) | in xhci_setup_generic_chain_sub() 1790 td->td_trb[0].dwTrb2 = htole32(dword); in xhci_setup_generic_chain_sub() 1792 dword = XHCI_TRB_3_TYPE_SET(XHCI_TRB_TYPE_SETUP_STAGE) | in xhci_setup_generic_chain_sub() 1800 dword |= XHCI_TRB_3_TRT_IN; in xhci_setup_generic_chain_sub() 1802 dword |= XHCI_TRB_3_TRT_OUT; in xhci_setup_generic_chain_sub() 1805 td->td_trb[0].dwTrb3 = htole32(dword); in xhci_setup_generic_chain_sub() 1847 dword = in xhci_setup_generic_chain_sub() 1852 td->td_trb[x].dwTrb2 = htole32(dword); in xhci_setup_generic_chain_sub() 1856 dword = XHCI_TRB_3_CHAIN_BIT | XHCI_TRB_3_CYCLE_BIT | in xhci_setup_generic_chain_sub() [all …]
|
| /freebsd-9-stable/contrib/llvm/lib/Target/X86/ |
| D | X86JITInfo.cpp | 314 mov eax, dword ptr [ebp+4] 315 mov dword ptr [esp+4], eax 316 mov dword ptr [esp], ebp
|
| /freebsd-9-stable/contrib/llvm/patches/ |
| D | patch-r263312-llvm-r169939-inline-asm-with-realign.diff | 51 + call void asm sideeffect inteldialect "push esi\0A\09xor esi, esi\0A\09mov dword ptr $0, esi\0A\… 106 ; CHECK: lea edi, dword ptr [{{_?}}results] 111 -; CHECK: mov dword ptr [esi], edi 112 +; CHECK: mov dword ptr [esp], edi 126 + call void asm sideeffect inteldialect "mov dword ptr $0, esp", "=*m,~{dirflag},~{fpsr},~{flags}"… 135 +; CHECK: mov dword ptr [esp], esp
|
| D | patch-r263312-llvm-r196940-update-inline-asm-test.diff | 15 - // CHECK: call void asm sideeffect inteldialect "push dword ptr $0", "=*m,~{dirflag},~{fpsr},~{f… 16 + // CHECK: call void asm sideeffect inteldialect "push dword ptr $0", "=*m,~{esp},~{dirflag},~{fp…
|
| /freebsd-9-stable/sys/mips/include/ |
| D | asm.h | 460 #define PTR_WORD .dword 506 #define INT_WORD .dword 552 #define LONG_WORD .dword
|
| /freebsd-9-stable/contrib/llvm/lib/Target/R600/ |
| D | AMDGPUInstrInfo.td | 26 // This argument to this node is a dword address.
|
| D | R600InstrFormats.td | 160 // from. This is a dword offset.
|
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | elfxx-ia64.c | 1414 bfd_vma dword, insn; local 1425 dword = bfd_getl64 (contents + off); 1426 insn = (dword >> shift) & 0x1ffffffffffLL; 1435 dword &= ~(0x1ffffffffffLL << shift); 1436 dword |= (insn << shift); 1437 bfd_putl64 (dword, contents + off); 3866 bfd_vma t0, t1, dword; local 4052 dword = bfd_getl64 (hit_addr); 4053 insn = (dword >> shift) & 0x1ffffffffffLL; 4060 dword &= ~(0x1ffffffffffLL << shift); [all …]
|
| /freebsd-9-stable/contrib/gcc/config/i386/ |
| D | i386.opt | 60 Align some doubles on dword boundary
|
| /freebsd-9-stable/contrib/binutils/gas/doc/ |
| D | c-i386.texi | 197 @samp{byte ptr}, @samp{word ptr}, @samp{dword ptr} and @samp{qword ptr}. Thus, 276 @samp{cdq} --- sign-extend dword in @samp{%eax} to quad in @samp{%edx:%eax}, 279 @samp{cdqe} --- sign-extend dword in @samp{%eax} to quad in @samp{%rax}
|
| /freebsd-9-stable/sys/dev/ixgbe/ |
| D | ixgbe_82599.c | 1568 flow_vm_vlan = IXGBE_NTOHL(input.dword); in ixgbe_atr_compute_sig_hash_82599() 1571 hi_hash_dword = IXGBE_NTOHL(common.dword); in ixgbe_atr_compute_sig_hash_82599()
|
| D | ixgbe_type.h | 2766 __be32 dword; member
|