Home
last modified time | relevance | path

Searched refs:hex_slot_cancelled (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/hexagon/
H A Dtranslate.c51 TCGv hex_slot_cancelled; variable
475 tcg_gen_movi_tl(hex_slot_cancelled, 0); in gen_start_packet()
677 tcg_gen_extract_tl(cancelled, hex_slot_cancelled, slot_num, 1); in process_store()
1132 hex_slot_cancelled = tcg_global_mem_new(tcg_env, in hexagon_translate_init()
H A Dtranslate.h272 extern TCGv hex_slot_cancelled;
H A Dmacros.h182 tcg_gen_ori_tl(hex_slot_cancelled, hex_slot_cancelled, 1 << slot); in gen_cancel()