Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/tcg/
H A Dmem_helper.c330 uint8_t byte = access_get_byte(env, srca, i, ra); in access_memmove()
372 const uint8_t x = access_get_byte(env, &srca1, i, ra) & in do_helper_nc()
373 access_get_byte(env, &srca2, i, ra); in do_helper_nc()
416 const uint8_t x = access_get_byte(env, &srca1, i, ra) ^ in do_helper_xc()
417 access_get_byte(env, &srca2, i, ra); in do_helper_xc()
454 access_get_byte(env, &srca2, i, ra); in do_helper_oc()
499 uint8_t byte = access_get_byte(env, &srca, i, ra); in do_helper_mvc()
531 uint8_t byte = access_get_byte(env, &srca, i, ra); in HELPER()
604 byte_src = access_get_byte(env, &srca, len_src - 1, ra); in HELPER()
612 byte_src = access_get_byte(env, &srca, j, ra); in HELPER()
[all …]