Home
last modified time | relevance | path

Searched refs:slot_cancelled (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/hexagon/
H A Dcpu.h79 uint8_t slot_cancelled; member
H A Dop_helper.c178 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()
H A Dmacros.h192 #define STORE_CANCEL(EA) { env->slot_cancelled |= (1 << slot); }
H A Dtranslate.c1133 offsetof(CPUHexagonState, slot_cancelled), "slot_cancelled"); in hexagon_translate_init()
/openbmc/qemu/target/hexagon/imported/
H A Dmacros.def32 …{if (thread->last_pkt) thread->last_pkt->slot_cancelled |= (1<<insn->slot); return;} , /* behavior…