Home
last modified time | relevance | path

Searched refs:srl_e (Results 1 – 6 of 6) sorted by relevance

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp2/sdr_lib/
H A Dhb_interp.v71 srl #(.WIDTH(IWIDTH)) srl_e instance
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/dsp/
H A Dhb_interp.v62 srl #(.WIDTH(IWIDTH)) srl_e instance
/dports/cad/alliance/alliance/src/documentation/alliance-examples/mipsR3000/sce/
H A Dmips_seq.fsm64 slti_e,sltiu_e, sll_e, srl_e, sra_e, srlv_e, srav_e, lui_e, sltu_e, slt_e,
298 elsif (ir_opcod (18 downto 13)= spec and ir_opcod(5 downto 0) = srl_i) then EF <= srl_e
370 elsif (ir_opcod (18 downto 13)= spec and ir_opcod(5 downto 0) = srl_i) then EF <= srl_e
594 when srl_e =>
595 if frz then EF <= srl_e;
1689 when srl_e =>
/dports/games/libretro-cap32/libretro-cap32-ad7397f/cap32/
H A Dz80.c125 srl_b, srl_c, srl_d, srl_e, srl_h, srl_l, srl_mhl, srl_a, enumerator
1614 case srl_e: _E = SRL(_E); break; in z80_pfx_cb()
2156 case srl_e: _E = read_mem(_IX+o); _E = SRL(_E); write_mem(_IX+o, _E); break; in z80_pfx_ddcb()
2967 case srl_e: _E = read_mem(_IY+o); _E = SRL(_E); write_mem(_IY+o, _E); break; in z80_pfx_fdcb()
/dports/emulators/adamem/adamem-1.0_4/
H A DZ80.c1754 static void srl_e(void) { M_SRL(R.DE.B.l); } in srl_e() function
2073 srl_b ,srl_c ,srl_d ,srl_e ,srl_h ,srl_l ,srl_xhl ,srl_a ,
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/Z80/
H A DR800.c2646 static void srl_e(R800* r800) { in srl_e() function
5422 … srl_b, srl_c, srl_d, srl_e, srl_h, srl_l, srl_xhl, srl_a,