Searched refs:Imm26Value (Results 1 – 6 of 6) sorted by relevance
372 uint32_t target = static_cast<uint32_t>(instr->Imm26Value()) in PrintXImm26()381 int32_t imm26 = instr->Imm26Value(); in PrintSImm26()393 int32_t imm26 = instr->Imm26Value(); in PrintPCImm26()408 int32_t imm26 = instr->Imm26Value(); in PrintPCImm26()
1118 inline int32_t Imm26Value() const { in Imm26Value() function
4609 int32_t next_pc = pc_high_bits | (simInstr.Imm26Value() << 2); in DecodeTypeJump()
375 uint64_t target = static_cast<uint64_t>(instr->Imm26Value()) in PrintXImm26()385 int32_t imm26 = instr->Imm26Value(); in PrintSImm26()397 int32_t imm26 = instr->Imm26Value(); in PrintPCImm26()412 int32_t imm26 = instr->Imm26Value(); in PrintPCImm26()
1174 inline int32_t Imm26Value() const { in Imm26Value() function
4893 int64_t next_pc = pc_high_bits | (simInstr.Imm26Value() << 2); in DecodeTypeJump()