Lines Matching defs:x
57 #define HELPER_LOG(x...) qemu_log(x)
59 #define HELPER_LOG(x...)
379 const uint8_t x = access_get_byte(env, &srca1, i, ra) &
382 c |= x;
383 access_set_byte(env, &desta, i, x, ra);
423 const uint8_t x = access_get_byte(env, &srca1, i, ra) ^
426 c |= x;
427 access_set_byte(env, &desta, i, x, ra);
460 const uint8_t x = access_get_byte(env, &srca1, i, ra) |
463 c |= x;
464 access_set_byte(env, &desta, i, x, ra);
561 const uint8_t x = access_get_byte(env, &srca, l - i - 1, ra);
562 access_set_byte(env, &desta, i, x, ra);
584 const uint8_t x = (access_get_byte(env, &srca1, i, ra) & 0x0f) |
587 access_set_byte(env, &desta, i, x, ra);
646 const uint8_t x = (access_get_byte(env, &srca1, i, ra) & 0xf0) |
649 access_set_byte(env, &desta, i, x, ra);
665 uint8_t x = cpu_ldub_data_ra(env, s1 + i, ra);
667 HELPER_LOG("%02x (%c)/%02x (%c) ", x, x, y, y);
668 if (x < y) {
671 } else if (x > y) {
693 HELPER_LOG("%s: r1 0x%x mask 0x%x addr 0x%" PRIx64 "\n", __func__, r1,
705 HELPER_LOG("mask 0x%x %02x/%02x (0x%" PRIx64 ") ", mask, r, d,
1967 HELPER_LOG("load ctl %d from 0x%" PRIx64 " == 0x%" PRIx64 "\n",
2005 HELPER_LOG("load ctl %d from 0x%" PRIx64 " == 0x%x\n", i, src, val);