Home | History | Annotate | Download | only in mips

Lines Matching refs:pc_mask

409   uint32_t pc_mask = ~0xfffffff;
410 uint32_t pc = ((uint32_t)(instr + 1) & pc_mask) | (imm26 << 2);