Searched defs:next_pc (Results 1 – 3 of 3) sorted by relevance
1865 int32_t* next_pc, in ConfigureTypeRegister()2162 int32_t next_pc = 0; in DecodeTypeRegister() local2697 int32_t next_pc = bad_ra; in DecodeTypeImmediate() local3030 int32_t next_pc = pc_high_bits | (instr->Imm26Value() << 2); in DecodeTypeJump() local
1930 int64_t* next_pc, in ConfigureTypeRegister()2288 int64_t next_pc = 0; in DecodeTypeRegister() local2826 int64_t next_pc = bad_ra; in DecodeTypeImmediate() local3186 int32_t next_pc = pc_high_bits | (instr->Imm26Value() << 2); in DecodeTypeJump() local
1395 Instruction* next_pc = AlignUp(pc_, kInstructionSize); in EmitStringData() local