Home
last modified time | relevance | path

Searched refs:gen_store_exclusive (Results 1 – 2 of 2) sorted by relevance

/qemu/target/arm/tcg/
H A Dtranslate.c3304 static void gen_store_exclusive(DisasContext *s, int rd, int rt, int rt2, in gen_store_exclusive() function
5315 gen_store_exclusive(s, a->rd, a->rt, a->rt2, addr, mop); in op_strex()
H A Dtranslate-a64.c2725 static void gen_store_exclusive(DisasContext *s, int rd, int rt, int rt2, in gen_store_exclusive() function
2949 gen_store_exclusive(s, a->rs, a->rt, a->rt2, a->rn, a->sz, false); in trans_STXR()
3022 gen_store_exclusive(s, a->rs, a->rt, a->rt2, a->rn, a->sz, true); in trans_STXP()