Searched refs:dst_mode (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/sys/dev/aic7xxx/aicasm/
H A Daicasm.h82 extern int dst_mode;
H A Daicasm_gram.y965 dst_mode = $2;
1645 src_value = (dst_mode << 4) | src_mode;
1669 dst_mode = (dst_value >> 4) & 0xF;
1799 if ((symbol->info.rinfo->modes & (0x1 << dst_mode)) == 0) {
1802 symbol->name, dst_mode);
H A Daicasm.c98 int dst_mode; variable
/freebsd-10.0-release/sys/arm/ti/
H A Dti_sdma.h109 int ti_sdma_set_addr_mode(unsigned int ch, unsigned int src_mode, unsigned int dst_mode);
H A Dti_sdma.c1085 unsigned int dst_mode)
1107 ccr |= DMA4_CCR_DST_ADDRESS_MODE(dst_mode);
1084 ti_sdma_set_addr_mode(unsigned int ch, unsigned int src_mode, unsigned int dst_mode) argument
/freebsd-10.0-release/sys/dev/aic7xxx/
H A Daic79xx_inline.h83 ahd->dst_mode = dst;
105 if (ahd->src_mode == src && ahd->dst_mode == dst)
109 || ahd->dst_mode == AHD_MODE_UNKNOWN)
117 ahd->dst_mode = dst;
142 || (dstmode & AHD_MK_MSK(ahd->dst_mode)) == 0) {
153 || ahd->dst_mode == AHD_MODE_UNKNOWN)
156 return (ahd_build_mode_state(ahd, ahd->src_mode, ahd->dst_mode));
H A Daic79xx.h1122 ahd_mode dst_mode; member in struct:ahd_softc
/freebsd-10.0-release/contrib/gcc/
H A Dpostreload.c1472 enum machine_mode dst_mode = GET_MODE (dst);
1487 (dst_mode, reg_mode[REGNO (XEXP (src, 1))])))
1496 (dst_mode, reg_mode[REGNO (XEXP (src, 1))]))
1545 else if (! MODES_OK_FOR_MOVE2ADD (dst_mode,
1558 dst_mode);
1470 enum machine_mode dst_mode = GET_MODE (dst); local

Completed in 201 milliseconds