Searched refs:dshift (Results 1 – 3 of 3) sorted by relevance
/qemu/hw/dma/ |
A D | i8257.c | 127 r->now[ADDR] = r->base[ADDR] << d->dshift; in i8257_init_chan() 146 iport = (nport >> d->dshift) & 0x0f; in i8257_read_chan() 159 return (val >> (d->dshift + (ff << 3))) & 0xff; in i8257_read_chan() 169 iport = (nport >> d->dshift) & 0x0f; in i8257_write_chan() 187 iport = (nport >> d->dshift) & 0x0f; in i8257_write_cont() 276 iport = (nport >> d->dshift) & 0x0f; in i8257_read_cont() 322 int ncont = d->dshift; in i8257_channel_run() 471 i8257_write_cont(d, (0x05 << d->dshift), 0, 1); in i8257_reset() 549 VMSTATE_INT32(dshift, I8257State), 563 "dma-chan", 8 << d->dshift); in i8257_realize() [all …]
|
/qemu/include/hw/dma/ |
A D | i8257.h | 31 int32_t dshift; member
|
/qemu/target/i386/tcg/ |
A D | translate.c | 693 TCGv dshift = tcg_temp_new(); in gen_compute_Dshift() local 695 tcg_gen_shli_tl(dshift, dshift, ot); in gen_compute_Dshift() 696 return dshift; in gen_compute_Dshift() 797 TCGv dshift; in gen_movs() local 804 dshift = gen_compute_Dshift(s, ot); in gen_movs() 805 gen_op_add_reg(s, s->aflag, R_ESI, dshift); in gen_movs() 806 gen_op_add_reg(s, s->aflag, R_EDI, dshift); in gen_movs() 1254 TCGv dshift; in gen_cmps() local 1265 dshift = gen_compute_Dshift(s, ot); in gen_cmps() 1266 gen_op_add_reg(s, s->aflag, R_ESI, dshift); in gen_cmps() [all …]
|
Completed in 13 milliseconds