Searched refs:gen_load_exclusive (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 3263 static void gen_load_exclusive(DisasContext *s, int rt, int rt2, in gen_load_exclusive() function 5468 gen_load_exclusive(s, a->rt, a->rt2, addr, mop); in op_ldrex()
|
H A D | translate-a64.c | 2664 static void gen_load_exclusive(DisasContext *s, int rt, int rt2, int rn, in gen_load_exclusive() function 2942 gen_load_exclusive(s, a->rt, a->rt2, a->rn, a->sz, false); in trans_LDXR() 3015 gen_load_exclusive(s, a->rt, a->rt2, a->rn, a->sz, true); in trans_LDXP()
|