Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dtranslate.h280 extern TCGv hex_llsc_val;
H A Dgenptr.c341 tcg_gen_mov_tl(hex_llsc_val, dest); in gen_load_locked4u()
363 tcg_gen_atomic_cmpxchg_tl(tmp, hex_llsc_addr, hex_llsc_val, src, in gen_store_conditional4()
365 tcg_gen_movcond_tl(TCG_COND_EQ, pred, tmp, hex_llsc_val, in gen_store_conditional4()
H A Dtranslate.c59 TCGv hex_llsc_val; variable
1136 hex_llsc_val = tcg_global_mem_new(tcg_env, in hexagon_translate_init()