Searched refs:slot_cancelled (Results 1 – 5 of 5) sorted by relevance
79 uint8_t slot_cancelled; member
178 if (!(env->slot_cancelled & (1 << slot))) { in print_store()217 HEX_DEBUG_LOG("slot_cancelled = %d\n", env->slot_cancelled); in HELPER()475 if (!is_predicated || !(env->slot_cancelled & (1 << slot))) { in probe_store()583 ((env->slot_cancelled & (1 << 1)) == 0)) { in check_noshuf()
192 #define STORE_CANCEL(EA) { env->slot_cancelled |= (1 << slot); }
1133 offsetof(CPUHexagonState, slot_cancelled), "slot_cancelled"); in hexagon_translate_init()
32 …{if (thread->last_pkt) thread->last_pkt->slot_cancelled |= (1<<insn->slot); return;} , /* behavior…