Home
last modified time | relevance | path

Searched refs:memshift (Results 1 – 25 of 71) sorted by relevance

123

/dports/sysutils/memtester/memtester-4.5.1/
H A Dmemtester.c120 int memfd, opt, memshift; in main() local
221 memshift = 30; /* gigabytes */ in main()
225 memshift = 20; /* megabytes */ in main()
229 memshift = 10; /* kilobytes */ in main()
233 memshift = 0; /* bytes*/ in main()
236 memshift = 20; /* megabytes */ in main()
242 wantbytes_orig = wantbytes = ((size_t) wantraw << memshift); in main()
/dports/emulators/darcnes/darcnes/
H A Dtorr_cpu.c70 …opword = context->read16table[(context->pc >> context->memshift) & context->memmask](context->cpu,… in cal_torr68k_run()
140 …context->write16table[(context->regs_a[7] >> context->memshift) & context->memmask](cpu, context->… in cal_torr68k_irq()
145 …tmp1 = context->read16table[(tmp_sp >> context->memshift) & context->memmask](context->cpu, tmp_sp… in cal_torr68k_irq()
147 …tmp2 = context->read16table[(tmp_sp >> context->memshift) & context->memmask](context->cpu, tmp_sp… in cal_torr68k_irq()
174 cpu->data.d_junk68k->memshift = shift; in cal_torr68k_setmmu8()
H A Demu68k.h30 int memshift; member
H A Dm6502.h82 byte memshift; member
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/gmedecoder/gme/
H A Ds_deltat.c40 Uint8 memshift; member
154 … sndp->common.start = ((sndp->common.regs[3] << 8) + sndp->common.regs[2]) << (sndp->memshift + 1); in sndwrite()
159 sndp->common.stop = ((sndp->common.regs[5] << 8) + sndp->common.regs[4]) << (sndp->memshift + 1); in sndwrite()
250 sndp->memshift = 2; in YMDELTATPCMSoundAlloc()
254 sndp->memshift = 6; in YMDELTATPCMSoundAlloc()
257 sndp->memshift = 9; in YMDELTATPCMSoundAlloc()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/es5510/
H A Des5510.cpp154 , memshift(24) in es5510_device()
577 save_item(NAME(memshift)); in device_start()
812 ram.address = (((dbase + offset) % (dlength + memincrement)) & memmask) >> memshift; in execute_run()
813 …t=%x, length=%x => address=%x\n", dbase >> memshift, offset >> memshift, (dlength + memincrement) … in execute_run()
816 ram.address = ((abase + offset) & memmask) >> memshift; in execute_run()
817 …m Control: table A = %x, offset=%x => address=%x\n", abase >> memshift, offset >> memshift, ram.ad… in execute_run()
820 ram.address = ((bbase + offset) & memmask) >> memshift; in execute_run()
821 …m Control: table B = %x, offset=%x => address=%x\n", bbase >> memshift, offset >> memshift, ram.ad… in execute_run()
1140 memshift = countLowOnes(value); in write_reg()
1141 memsiz = 0x00ffffff >> (24 - memshift); in write_reg()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/es5510/
H A Des5510.cpp154 , memshift(24) in es5510_device()
577 save_item(NAME(memshift)); in device_start()
812 ram.address = (((dbase + offset) % (dlength + memincrement)) & memmask) >> memshift; in execute_run()
813 …t=%x, length=%x => address=%x\n", dbase >> memshift, offset >> memshift, (dlength + memincrement) … in execute_run()
816 ram.address = ((abase + offset) & memmask) >> memshift; in execute_run()
817 …m Control: table A = %x, offset=%x => address=%x\n", abase >> memshift, offset >> memshift, ram.ad… in execute_run()
820 ram.address = ((bbase + offset) & memmask) >> memshift; in execute_run()
821 …m Control: table B = %x, offset=%x => address=%x\n", bbase >> memshift, offset >> memshift, ram.ad… in execute_run()
1140 memshift = countLowOnes(value); in write_reg()
1141 memsiz = 0x00ffffff >> (24 - memshift); in write_reg()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/nios2/
H A Dcdx-ldstwm-1.c16 memshift(p)unsigned*p;{unsigned x;for(;;){x=*p++>>16;if(x)return x;}} in memshift() function
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.c-torture/compile/
H A D920501-23.c8 memshift(p)unsigned*p;{unsigned x;for(;;){x=*p++>>16;if(x)return x;}} in memshift() function
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/nios2/
H A Dcdx-ldstwm-1.c16 memshift(p)unsigned*p;{unsigned x;for(;;){x=*p++>>16;if(x)return x;}} in memshift() function
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.c-torture/compile/
H A D920501-23.c8 memshift(p)unsigned*p;{unsigned x;for(;;){x=*p++>>16;if(x)return x;}} in memshift() function
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.c-torture/compile/
H A D920501-23.c8 memshift(p)unsigned*p;{unsigned x;for(;;){x=*p++>>16;if(x)return x;}} in memshift() function
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.c-torture/compile/
H A D920501-23.c8 memshift(p)unsigned*p;{unsigned x;for(;;){x=*p++>>16;if(x)return x;}} in memshift() function
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.c-torture/compile/
H A D920501-23.c8 memshift(p)unsigned*p;{unsigned x;for(;;){x=*p++>>16;if(x)return x;}} in memshift() function
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/nios2/
H A Dcdx-ldstwm-1.c16 memshift(p)unsigned*p;{unsigned x;for(;;){x=*p++>>16;if(x)return x;}} in memshift() function
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/nios2/
H A Dcdx-ldstwm-1.c16 memshift(p)unsigned*p;{unsigned x;for(;;){x=*p++>>16;if(x)return x;}} in memshift() function
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920501-23.c8 memshift(p)unsigned*p;{unsigned x;for(;;){x=*p++>>16;if(x)return x;}} in memshift() function
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.c-torture/compile/
H A D920501-23.c8 memshift(p)unsigned*p;{unsigned x;for(;;){x=*p++>>16;if(x)return x;}} in memshift() function
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A D920501-23.c8 memshift(p)unsigned*p;{unsigned x;for(;;){x=*p++>>16;if(x)return x;}} in memshift() function
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/nios2/
H A Dcdx-ldstwm-1.c16 memshift(p)unsigned*p;{unsigned x;for(;;){x=*p++>>16;if(x)return x;}} in memshift() function
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A D920501-23.c8 memshift(p)unsigned*p;{unsigned x;for(;;){x=*p++>>16;if(x)return x;}} in memshift() function
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/nios2/
H A Dcdx-ldstwm-1.c16 memshift(p)unsigned*p;{unsigned x;for(;;){x=*p++>>16;if(x)return x;}} in memshift() function
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/
H A D920501-23.c8 memshift(p)unsigned*p;{unsigned x;for(;;){x=*p++>>16;if(x)return x;}} in memshift() function
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/nios2/
H A Dcdx-ldstwm-1.c16 memshift(p)unsigned*p;{unsigned x;for(;;){x=*p++>>16;if(x)return x;}} in memshift() function
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A D920501-23.c8 memshift(p)unsigned*p;{unsigned x;for(;;){x=*p++>>16;if(x)return x;}} in memshift() function

123