Searched refs:src64 (Results 1 – 3 of 3) sorted by relevance
| /openbmc/phosphor-ipmi-flash/tools/ |
| H A D | helper.cpp | 156 auto src64 = reinterpret_cast<const volatile std::uint64_t*>(source); in memcpyAligned() local 161 *dest64++ = *src64++; in memcpyAligned()
|
| /openbmc/qemu/target/hexagon/ |
| H A D | genptr.c | 318 TCGv_i64 src64 = tcg_temp_new_i64(); in gen_set_half_i64() local 319 tcg_gen_extu_i32_i64(src64, src); in gen_set_half_i64() 320 tcg_gen_deposit_i64(result, result, src64, N * 16, 16); in gen_set_half_i64() 325 TCGv_i64 src64 = tcg_temp_new_i64(); in gen_set_byte_i64() local 326 tcg_gen_extu_i32_i64(src64, src); in gen_set_byte_i64() 327 tcg_gen_deposit_i64(result, result, src64, N * 8, 8); in gen_set_byte_i64()
|
| /openbmc/qemu/hw/display/ |
| H A D | xenfb.c | 430 uint64_t *src64 = src; in xenfb_copy_mfns() local 434 dst[i] = (mode == 32) ? src32[i] : src64[i]; in xenfb_copy_mfns()
|