Searched refs:new_byte (Results 1 – 1 of 1) sorted by relevance
/qemu/target/s390x/tcg/ |
H A D | mem_helper.c | 1622 uint8_t new_byte = cpu_ldub_data_ra(env, trans + byte, ra); in do_helper_tr() local 1623 cpu_stb_data_ra(env, array + i, new_byte, ra); in do_helper_tr() 1657 uint8_t byte, new_byte; in HELPER() local 1666 new_byte = cpu_ldub_data_ra(env, trans + byte, ra); in HELPER() 1667 cpu_stb_data_ra(env, array + i, new_byte, ra); in HELPER()
|