Searched refs:pc_high_bits (Results 1 – 2 of 2) sorted by relevance
3028 int32_t pc_high_bits = current_pc & 0xf0000000; in DecodeTypeJump() local3030 int32_t next_pc = pc_high_bits | (instr->Imm26Value() << 2); in DecodeTypeJump()
3184 int32_t pc_high_bits = current_pc & 0xf0000000; in DecodeTypeJump() local3186 int32_t next_pc = pc_high_bits | (instr->Imm26Value() << 2); in DecodeTypeJump()