Home | History | Annotate | Download | only in target-arm

Lines Matching full:gen_load_exclusive

6299 static void gen_load_exclusive(DisasContext *s, int rt, int rt2,
7114 gen_load_exclusive(s, rd, 15, addr, 2);
7117 gen_load_exclusive(s, rd, rd + 1, addr, 3);
7120 gen_load_exclusive(s, rd, 15, addr, 0);
7123 gen_load_exclusive(s, rd, 15, addr, 1);
7900 gen_load_exclusive(s, rs, 15, addr, 2);
7938 gen_load_exclusive(s, rs, rd, addr, op);