Lines Matching refs:access_get_byte
251 static uint8_t access_get_byte(CPUS390XState *env, S390Access *access,
330 uint8_t byte = access_get_byte(env, srca, i, ra);
372 const uint8_t x = access_get_byte(env, &srca1, i, ra) &
373 access_get_byte(env, &srca2, i, ra);
416 const uint8_t x = access_get_byte(env, &srca1, i, ra) ^
417 access_get_byte(env, &srca2, i, ra);
453 const uint8_t x = access_get_byte(env, &srca1, i, ra) |
454 access_get_byte(env, &srca2, i, ra);
493 access_memset(env, &desta, access_get_byte(env, &srca, 0, ra), ra);
499 uint8_t byte = access_get_byte(env, &srca, i, ra);
531 uint8_t byte = access_get_byte(env, &srca, i, ra);
554 const uint8_t x = access_get_byte(env, &srca, l - i - 1, ra);
577 const uint8_t x = (access_get_byte(env, &srca1, i, ra) & 0x0f) |
578 (access_get_byte(env, &srca2, i, ra) & 0xf0);
604 byte_src = access_get_byte(env, &srca, len_src - 1, ra);
612 byte_src = access_get_byte(env, &srca, j, ra);
639 const uint8_t x = (access_get_byte(env, &srca1, i, ra) & 0xf0) |
640 (access_get_byte(env, &srca2, i, ra) & 0x0f);
992 const uint8_t v = access_get_byte(env, &srca, i, ra);