Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/translate/
H A Dvmx-impl.c.inc3137 TCGv_i64 tlow;
3139 tlow = tcg_temp_new_i64();
3141 tcg_gen_muls2_i64(tlow, t, a, b);
3143 tcg_gen_mulu2_i64(tlow, t, a, b);
/openbmc/qemu/linux-user/
H A Dsyscall.c3019 static void target_to_host_low_high(abi_ulong tlow, in target_to_host_low_high() argument
3024 uint64_t off = tlow | in target_to_host_low_high()