Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dtranslate.c56 TCGv hex_store_val32[STORES_MAX]; variable
695 tcg_gen_qemu_st_tl(hex_store_val32[slot_num], in process_store()
701 tcg_gen_qemu_st_tl(hex_store_val32[slot_num], in process_store()
707 tcg_gen_qemu_st_tl(hex_store_val32[slot_num], in process_store()
1152 hex_store_val32[i] = tcg_global_mem_new(tcg_env, in hexagon_translate_init()
H A Dtranslate.h277 extern TCGv hex_store_val32[STORES_MAX];
H A Dgenptr.c414 tcg_gen_mov_tl(hex_store_val32[slot], src); in gen_store32()