Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/tcg/
H A Dmem_helper.c1615 uint8_t new_byte = cpu_ldub_data_ra(env, trans + byte, ra); in do_helper_tr() local
1616 cpu_stb_data_ra(env, array + i, new_byte, ra); in do_helper_tr()
1650 uint8_t byte, new_byte; in HELPER() local
1659 new_byte = cpu_ldub_data_ra(env, trans + byte, ra); in HELPER()
1660 cpu_stb_data_ra(env, array + i, new_byte, ra); in HELPER()