Home
last modified time | relevance | path

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

/qemu/target/hexagon/
H A Dcpu.h84 uint8_t slot_cancelled; member
H A Dop_helper.c363 if (!is_predicated || !(env->slot_cancelled & (1 << slot))) { in probe_store()
471 ((env->slot_cancelled & (1 << 1)) == 0)) { in check_noshuf()
H A Dmacros.h193 #define STORE_CANCEL(EA) { env->slot_cancelled |= (1 << slot); }
H A Dtranslate.c1067 offsetof(CPUHexagonState, slot_cancelled), "slot_cancelled"); in hexagon_translate_init()
/qemu/target/hexagon/imported/
H A Dmacros.def32 …{if (thread->last_pkt) thread->last_pkt->slot_cancelled |= (1<<insn->slot); return;} , /* behavior…