Searched refs:Imm26Value (Results 1 – 6 of 6) sorted by relevance
422 uint32_t target = static_cast<uint32_t>(instr->Imm26Value()) in PrintXImm26()431 int32_t imm26 = instr->Imm26Value(); in PrintSImm26()443 int32_t imm26 = instr->Imm26Value(); in PrintPCImm26()458 int32_t imm26 = instr->Imm26Value(); in PrintPCImm26()
1551 inline int32_t Imm26Value() const { in Imm26Value() function
6884 int32_t next_pc = pc_high_bits | (simInstr.Imm26Value() << 2); in DecodeTypeJump()
450 uint64_t target = static_cast<uint64_t>(instr->Imm26Value()) in PrintXImm26()460 int32_t imm26 = instr->Imm26Value(); in PrintSImm26()472 int32_t imm26 = instr->Imm26Value(); in PrintPCImm26()487 int32_t imm26 = instr->Imm26Value(); in PrintPCImm26()
1608 inline int32_t Imm26Value() const { in Imm26Value() function
7232 int64_t next_pc = pc_high_bits | (simInstr.Imm26Value() << 2); in DecodeTypeJump()