Lines Matching refs:rlow
6236 static void gen_storeq_reg(DisasContext *s, int rlow, int rhigh, TCGv_i64 val)
6241 store_reg(s, rlow, tmp);
6249 static void gen_addq_lo(DisasContext *s, TCGv_i64 val, int rlow)
6256 tmp2 = load_reg(s, rlow);
6264 static void gen_addq(DisasContext *s, TCGv_i64 val, int rlow, int rhigh)
6271 tmpl = load_reg(s, rlow);