Home
last modified time | relevance | path

Searched refs:widthm1 (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/hppa/
H A Dint_helper.c56 int widthm1 = 31; in io_eir_write() local
61 widthm1 = 63; in io_eir_write()
63 le_bit = ~data & widthm1; in io_eir_write()
H A Dtranslate.c3509 unsigned widthm1 = a->d ? 63 : 31; in trans_extr_sar() local
3524 tcg_gen_andi_i64(tmp, cpu_sar, widthm1); in trans_extr_sar()
3525 tcg_gen_xori_i64(tmp, tmp, widthm1); in trans_extr_sar()
3668 unsigned widthm1 = d ? 63 : 31; in do_dep_sar() local
3677 tcg_gen_andi_i64(shift, cpu_sar, widthm1); in do_dep_sar()
3678 tcg_gen_xori_i64(shift, shift, widthm1); in do_dep_sar()
/openbmc/qemu/target/arm/tcg/
H A Da32.decode46 &bfx rd rn lsb widthm1
418 @bfx ---- .... ... widthm1:5 rd:4 lsb:5 ... rn:4 &bfx
H A Dt32.decode43 &bfx !extern rd rn lsb widthm1
250 @bfx .... .... ... . rn:4 . ... rd:4 .. . widthm1:5 \
H A Dtranslate.c7214 int width = a->widthm1 + 1; in op_bfx()