Searched refs:tlow (Results 1 – 2 of 2) sorted by relevance
3137 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);
3019 static void target_to_host_low_high(abi_ulong tlow, in target_to_host_low_high() argument3024 uint64_t off = tlow | in target_to_host_low_high()