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

Lines Matching full:rhigh

6236 static void gen_storeq_reg(DisasContext *s, int rlow, int rhigh, TCGv_i64 val)
6245 store_reg(s, rhigh, tmp);
6264 static void gen_addq(DisasContext *s, TCGv_i64 val, int rlow, int rhigh)
6272 tmph = load_reg(s, rhigh);