Searched refs:Imm26Value (Results 1 – 3 of 3) sorted by relevance
752 inline int32_t Imm26Value() const { in Imm26Value() function
277 uint32_t imm = instr->Imm26Value() << kImmFieldShift; in PrintXImm26()
2624 int32_t next_pc = pc_high_bits | (instr->Imm26Value() << 2); in DecodeTypeJump()