Lines Matching refs:access_get_byte
251 static uint8_t access_get_byte(CPUS390XState *env, S390Access *access, in access_get_byte() function
330 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()
453 const uint8_t x = access_get_byte(env, &srca1, i, ra) | in do_helper_oc()
454 access_get_byte(env, &srca2, i, ra); in do_helper_oc()
493 access_memset(env, &desta, access_get_byte(env, &srca, 0, ra), ra); in do_helper_mvc()
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()
554 const uint8_t x = access_get_byte(env, &srca, l - i - 1, ra); in HELPER()
577 const uint8_t x = (access_get_byte(env, &srca1, i, ra) & 0x0f) | in HELPER()
578 (access_get_byte(env, &srca2, i, ra) & 0xf0); 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()
639 const uint8_t x = (access_get_byte(env, &srca1, i, ra) & 0xf0) | in HELPER()
640 (access_get_byte(env, &srca2, i, ra) & 0x0f); in HELPER()
992 const uint8_t v = access_get_byte(env, &srca, i, ra); in HELPER()