Home | History | Annotate | Download | only in hppa

Lines Matching defs:disp

627     tcg_target_long val, hi, lo, disp;
630 disp = (val - ((tcg_target_long)s->code_ptr + 8)) >> 2;
632 if (check_fit_tl(disp, 17)) {
633 tcg_out32(s, INSN_BL_N | INSN_R2(TCG_REG_RP) | reassemble_17(disp));