Searched refs:access_get_byte (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/target/s390x/tcg/ |
| H A D | mem_helper.c | 258 static uint8_t access_get_byte(CPUS390XState *env, S390Access *access, in access_get_byte() function 337 uint8_t byte = access_get_byte(env, srca, i, ra); in access_memmove() 379 const uint8_t x = access_get_byte(env, &srca1, i, ra) & in do_helper_nc() 380 access_get_byte(env, &srca2, i, ra); in do_helper_nc() 423 const uint8_t x = access_get_byte(env, &srca1, i, ra) ^ in do_helper_xc() 424 access_get_byte(env, &srca2, i, ra); in do_helper_xc() 460 const uint8_t x = access_get_byte(env, &srca1, i, ra) | in do_helper_oc() 461 access_get_byte(env, &srca2, i, ra); in do_helper_oc() 500 access_memset(env, &desta, access_get_byte(env, &srca, 0, ra), ra); in do_helper_mvc() 506 uint8_t byte = access_get_byte(env, &srca, i, ra); in do_helper_mvc() [all …]
|