Home
last modified time | relevance | path

Searched refs:R_W (Results 1 – 25 of 1067) sorted by relevance

12345678910>>...43

/dports/misc/estic/estic-1.61_10/spunk/samples/std/
H A Dstd.cc150 M->SetToggleValue (iLeft, fastlog2(opt_.R_W)); in Config()
170 opt_.R_W = 1 << (M->GetToggleValue (iLeft)); in Config()
191 R_N=opt.R_N, R_W=opt.R_W, R_E=opt.R_E, R_S=opt.R_S, R_x=opt.R_x; in operator <<() local
205 case tcSW : ri << RISignal(R_S|R_W, dir); break; in operator <<()
208 case tcW : ri << RISignal(R_W, dir); break; in operator <<()
210 case tcNW : ri << RISignal(R_N|R_W, dir); break; in operator <<()
H A Dstd.h30 i16 R_N, R_W, R_E, R_S, R_x; variable
34 R_N(2), R_W(1), R_E(8), R_S(4), R_x(16) {} in Options()
38 >> drive >> pause >> longpause >> R_N >> R_W >> R_E >> R_S >> R_x; } in Load()
40 << startstop << drive << pause << longpause << R_N << R_W << R_E << R_S << R_x; } in Store()
/dports/cad/tkgate/tkgate-2.1/vlib/
H A Dm68xx.v64 …(w15), ._HALT(w15), ._IRQ(w15), ._NMI(w15), ._RESET(w1), .A(ADDRESS_BUS), .R_W(w5), .VMA(VMA_CBUS)…
159 module MC6800 #(.delay(4)) ( _IRQ,_RESET,A,D,R_W,_HALT, CLK_1, CLK_2, VMA, DBE );
171 output R_W; port
215 assign D = (R_W) ? 8'hz : _D;
217 assign #delay R_W = I_R_W;
/dports/emulators/mess/mame-mame0226/src/devices/cpu/v810/
H A Dv810.cpp757 tmp=R_W(tmp&~3); in opLDW()
1095 srctmp = (R_W(src) >> srcbit) & 1; in opBSU()
1096 dsttmp = R_W(dst); in opBSU()
1104 dsttmp = R_W(dst); in opBSU()
1111 srctmp = (R_W(src) >> srcbit) & 1; in opBSU()
1112 dsttmp = R_W(dst); in opBSU()
1119 srctmp = (R_W(src) >> srcbit) & 1; in opBSU()
1128 dsttmp = R_W(dst); in opBSU()
1135 srctmp = (R_W(src) >> srcbit) & 1; in opBSU()
1136 dsttmp = R_W(dst); in opBSU()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/v810/
H A Dv810.cpp757 tmp=R_W(tmp&~3); in opLDW()
1095 srctmp = (R_W(src) >> srcbit) & 1; in opBSU()
1096 dsttmp = R_W(dst); in opBSU()
1104 dsttmp = R_W(dst); in opBSU()
1111 srctmp = (R_W(src) >> srcbit) & 1; in opBSU()
1112 dsttmp = R_W(dst); in opBSU()
1119 srctmp = (R_W(src) >> srcbit) & 1; in opBSU()
1128 dsttmp = R_W(dst); in opBSU()
1135 srctmp = (R_W(src) >> srcbit) & 1; in opBSU()
1136 dsttmp = R_W(dst); in opBSU()
[all …]
/dports/math/mumps/mumps-5.1.2/src/
H A Dcsol_aux.F812 & X, Y, R_W, C_W, IW, IFLAG, argument
820 REAL R_W(N,2) local
843 DD = R_W(I, 1) + abs(RHS(I))
889 & X, Y, D, R_W, C_W, IW, KASE, argument
899 REAL R_W(N,2) local
940 R_W(I, 1) = R_W(I, 1) + abs(RHS(I))
941 R_W(I, 2) = ZERO
944 R_W(I, 2) = R_W(I, 2) * DXMAX + R_W(I, 1)
945 R_W(I, 1) = ZERO
959 IF (KASE .EQ. 2) CALL CMUMPS_SOL_MULR(N, Y, R_W)
[all …]
H A Dssol_aux.F811 & X, Y, R_W, C_W, IW, IFLAG, argument
819 REAL R_W(N,2) local
842 DD = R_W(I, 1) + abs(RHS(I))
888 & X, Y, D, R_W, C_W, IW, KASE, argument
898 REAL R_W(N,2) local
939 R_W(I, 1) = R_W(I, 1) + abs(RHS(I))
940 R_W(I, 2) = ZERO
943 R_W(I, 2) = R_W(I, 2) * DXMAX + R_W(I, 1)
944 R_W(I, 1) = ZERO
958 IF (KASE .EQ. 2) CALL SMUMPS_SOL_MULR(N, Y, R_W)
[all …]
H A Ddsol_aux.F811 & X, Y, R_W, C_W, IW, IFLAG, argument
819 DOUBLE PRECISION R_W(N,2) local
842 DD = R_W(I, 1) + abs(RHS(I))
888 & X, Y, D, R_W, C_W, IW, KASE, argument
898 DOUBLE PRECISION R_W(N,2) local
939 R_W(I, 1) = R_W(I, 1) + abs(RHS(I))
940 R_W(I, 2) = ZERO
943 R_W(I, 2) = R_W(I, 2) * DXMAX + R_W(I, 1)
944 R_W(I, 1) = ZERO
958 IF (KASE .EQ. 2) CALL DMUMPS_SOL_MULR(N, Y, R_W)
[all …]
H A Dzsol_aux.F812 & X, Y, R_W, C_W, IW, IFLAG, argument
820 DOUBLE PRECISION R_W(N,2) local
843 DD = R_W(I, 1) + abs(RHS(I))
889 & X, Y, D, R_W, C_W, IW, KASE, argument
899 DOUBLE PRECISION R_W(N,2) local
940 R_W(I, 1) = R_W(I, 1) + abs(RHS(I))
941 R_W(I, 2) = ZERO
944 R_W(I, 2) = R_W(I, 2) * DXMAX + R_W(I, 1)
945 R_W(I, 1) = ZERO
959 IF (KASE .EQ. 2) CALL ZMUMPS_SOL_MULR(N, Y, R_W)
[all …]
H A Dzsol_driver.F170 DOUBLE PRECISION, ALLOCATABLE :: R_W(:) local
4221 ALLOCATE( R_W(2*id%N), stat = allocok )
4290 & R_W(id%N+1), KEEP(1),KEEP8(1) )
4296 & R_W(id%N+1), KEEP(1),KEEP8(1))
4300 & R_W(id%N+1), KEEP(1),KEEP8(1))
4388 & C_Y, R_W, KEEP(50))
4453 CALL MPI_REDUCE( R_LOCWK54, R_W,
4520 & SAVERHS,R_W(id%N+1),C_Y,GIVSOL,
4726 & SAVERHS,R_W(id%N+1),C_Y,GIVSOL,
4755 & id%RHS(IBEG), C_Y, D, R_W, C_W, IW1, KASE,
[all …]
H A Dcsol_driver.F170 REAL, ALLOCATABLE :: R_W(:) local
4221 ALLOCATE( R_W(2*id%N), stat = allocok )
4290 & R_W(id%N+1), KEEP(1),KEEP8(1) )
4296 & R_W(id%N+1), KEEP(1),KEEP8(1))
4300 & R_W(id%N+1), KEEP(1),KEEP8(1))
4388 & C_Y, R_W, KEEP(50))
4453 CALL MPI_REDUCE( R_LOCWK54, R_W,
4520 & SAVERHS,R_W(id%N+1),C_Y,GIVSOL,
4726 & SAVERHS,R_W(id%N+1),C_Y,GIVSOL,
4755 & id%RHS(IBEG), C_Y, D, R_W, C_W, IW1, KASE,
[all …]
H A Ddsol_driver.F170 DOUBLE PRECISION, ALLOCATABLE :: R_W(:) local
4221 ALLOCATE( R_W(2*id%N), stat = allocok )
4290 & R_W(id%N+1), KEEP(1),KEEP8(1) )
4296 & R_W(id%N+1), KEEP(1),KEEP8(1))
4300 & R_W(id%N+1), KEEP(1),KEEP8(1))
4388 & C_Y, R_W, KEEP(50))
4453 CALL MPI_REDUCE( R_LOCWK54, R_W,
4520 & SAVERHS,R_W(id%N+1),C_Y,GIVSOL,
4726 & SAVERHS,R_W(id%N+1),C_Y,GIVSOL,
4755 & id%RHS(IBEG), C_Y, D, R_W, C_W, IW1, KASE,
[all …]
H A Dssol_driver.F170 REAL, ALLOCATABLE :: R_W(:) local
4221 ALLOCATE( R_W(2*id%N), stat = allocok )
4290 & R_W(id%N+1), KEEP(1),KEEP8(1) )
4296 & R_W(id%N+1), KEEP(1),KEEP8(1))
4300 & R_W(id%N+1), KEEP(1),KEEP8(1))
4388 & C_Y, R_W, KEEP(50))
4453 CALL MPI_REDUCE( R_LOCWK54, R_W,
4520 & SAVERHS,R_W(id%N+1),C_Y,GIVSOL,
4726 & SAVERHS,R_W(id%N+1),C_Y,GIVSOL,
4755 & id%RHS(IBEG), C_Y, D, R_W, C_W, IW1, KASE,
[all …]
/dports/devel/allegro/allegro-4.4.3.1/src/i386/
H A Dsprite.inc234 #define R_W -8(%ebp)
255 movl %eax, R_W ; \
304 subl %eax, R_W ; \
310 addl R_W, %eax ; \
314 subl %eax, R_W ; \
329 movl R_W, %ebx ; \
/dports/misc/gpsim/gpsim-0.31.0/regression/i2c/
H A Dp16f876a.asm128 btfsc SSPSTAT,R_W
366 btfsc SSPSTAT,R_W ; also R_W == 0
441 btfsc SSPSTAT,R_W
/dports/misc/gpsim/gpsim-0.31.0/regression/p16f88x/
H A Di2c.asm128 btfsc SSPSTAT,R_W
379 btfsc SSPSTAT,R_W ; also R_W == 0
454 btfsc SSPSTAT,R_W
/dports/lang/sdcc/sdcc-4.0.0/device/lib/pic16/libio/i2c/
H A Di2cidle.c34 while((SSPCON2 & 0x1f) | (SSPSTATbits.R_W)); in i2c_idle()
H A Di2cwrites.c49 if((!SSPSTATbits.R_W) && ( !SSPSTATbits.BF )) { in i2c_writestr()
/dports/lang/sdcc/sdcc-4.0.0/device/non-free/include/pic14/
H A Dpic16c62.h507 unsigned R_W : 1; member
633 #define R_W SSPSTATbits.R_W // bit 2, shadows bit in SSPSTATbits macro
H A Dpic16c72.h831 unsigned R_W : 1; member
1078 #define R_W SSPSTATbits.R_W // bit 2, shadows bit in SSPSTATbits macro
/dports/lang/sdcc/sdcc-4.0.0/device/include/pic16/
H A Di2c.h76 #define I2C_IDLE() do { /* busy waiting */ } while ((SSPCON2 & 0x1f) | (SSPSTATbits.R_W))
/dports/misc/gpsim/gpsim-0.31.0/extras/ds1307/examples/
H A Dds1307.asm212 btfsc SSPSTAT,R_W
480 btfsc SSPSTAT,R_W ; also R_W == 0
738 btfsc SSPSTAT,R_W
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.c298 out_be32((u32 __iomem *)bd, R_E | R_I | R_W); in qe_epbds_reset()
392 out_be32((u32 __iomem *)bd, R_W); in qe_ep_bd_init()
462 out_be32((u32 __iomem *)bd, (R_E | R_I | R_W)); in qe_ep_rxbd_update()
708 bdstatus = R_I | R_E | (bdstatus & R_W); in recycle_one_rxbd()
711 if (bdstatus & R_W) in recycle_one_rxbd()
728 bdstatus = R_E | R_I | (bdstatus & R_W); in recycle_rxbds()
731 if (bdstatus & R_W) in recycle_rxbds()
759 if (bdstatus & R_W) in ep_recycle_rxbds()
866 if (bdstatus & R_W) in qe_ep0_rx()
994 if (bdstatus & R_W) in ep_rx_tasklet()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.c298 out_be32((u32 __iomem *)bd, R_E | R_I | R_W); in qe_epbds_reset()
392 out_be32((u32 __iomem *)bd, R_W); in qe_ep_bd_init()
462 out_be32((u32 __iomem *)bd, (R_E | R_I | R_W)); in qe_ep_rxbd_update()
708 bdstatus = R_I | R_E | (bdstatus & R_W); in recycle_one_rxbd()
711 if (bdstatus & R_W) in recycle_one_rxbd()
728 bdstatus = R_E | R_I | (bdstatus & R_W); in recycle_rxbds()
731 if (bdstatus & R_W) in recycle_rxbds()
759 if (bdstatus & R_W) in ep_recycle_rxbds()
866 if (bdstatus & R_W) in qe_ep0_rx()
994 if (bdstatus & R_W) in ep_rx_tasklet()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.c298 out_be32((u32 __iomem *)bd, R_E | R_I | R_W); in qe_epbds_reset()
392 out_be32((u32 __iomem *)bd, R_W); in qe_ep_bd_init()
462 out_be32((u32 __iomem *)bd, (R_E | R_I | R_W)); in qe_ep_rxbd_update()
708 bdstatus = R_I | R_E | (bdstatus & R_W); in recycle_one_rxbd()
711 if (bdstatus & R_W) in recycle_one_rxbd()
728 bdstatus = R_E | R_I | (bdstatus & R_W); in recycle_rxbds()
731 if (bdstatus & R_W) in recycle_rxbds()
759 if (bdstatus & R_W) in ep_recycle_rxbds()
866 if (bdstatus & R_W) in qe_ep0_rx()
994 if (bdstatus & R_W) in ep_rx_tasklet()
[all …]

12345678910>>...43