Home
last modified time | relevance | path

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

/qemu/target/ppc/translate/
H A Dvmx-impl.c.inc3019 TCGv_i64 tlow;
3021 tlow = tcg_temp_new_i64();
3023 tcg_gen_muls2_i64(tlow, t, a, b);
3025 tcg_gen_mulu2_i64(tlow, t, a, b);
/qemu/linux-user/
H A Dsyscall.c2948 static void target_to_host_low_high(abi_ulong tlow, in target_to_host_low_high() argument
2953 uint64_t off = tlow | in target_to_host_low_high()