Home | History | Annotate | Download | only in priv

Lines Matching refs:branch_offset

830    ULong branch_offset;
838 branch_offset = extend_s_18to32(imm << 2);
848 return mkU32(guest_PC_curr_instr + 4 + branch_offset);
853 ULong branch_offset;
866 branch_offset = extend_s_18to32(imm << 2);
871 IRConst_U32(guest_PC_curr_instr + 4 + (UInt) branch_offset),