Home
last modified time | relevance | path

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

/openbmc/qemu/target/hppa/
H A Dtranslate.c903 uint64_t d_repl = d ? 0x0000000100000001ull : 1; in do_unit_cond() local
930 tcg_gen_subi_i64(tmp, res, d_repl * 0x01010101u); in do_unit_cond()
932 tcg_gen_andi_i64(tmp, tmp, d_repl * 0x80808080u); in do_unit_cond()
938 tcg_gen_subi_i64(tmp, res, d_repl * 0x00010001u); in do_unit_cond()
940 tcg_gen_andi_i64(tmp, tmp, d_repl * 0x80008000u); in do_unit_cond()
945 tcg_gen_andi_i64(cb, cb, d_repl * 0x88888888u); in do_unit_cond()
950 tcg_gen_andi_i64(cb, cb, d_repl * 0x80808080u); in do_unit_cond()
955 tcg_gen_andi_i64(cb, cb, d_repl * 0x80008000u); in do_unit_cond()