• Home
  • Raw
  • Download

Lines Matching full:getimm

92         return instr_handler->GetInst().template GetImm<format, 0>() + 1;  in GetNumberActualArgsDyn()
130 auto imm = bit_cast<double>(this->GetInst().template GetImm<format>()); in HandleFldaiDyn()
139 int32_t imm = this->GetInst().template GetImm<format>(); in HandleLdaiDyn()
192 int32_t imm = this->GetInst().template GetImm<format>(); in HandleMovi()
202 int64_t imm = this->GetInst().template GetImm<format>(); in HandleMoviWide()
212 auto imm = bit_cast<float>(this->GetInst().template GetImm<format>()); in HandleFmovi()
222 auto imm = bit_cast<double>(this->GetInst().template GetImm<format>()); in HandleFmoviWide()
268 int32_t imm = this->GetInst().template GetImm<format>(); in HandleLdai()
277 int64_t imm = this->GetInst().template GetImm<format>(); in HandleLdaiWide()
286 auto imm = bit_cast<float>(this->GetInst().template GetImm<format>()); in HandleFldai()
295 auto imm = bit_cast<double>(this->GetInst().template GetImm<format>()); in HandleFldaiWide()
395 int32_t imm = this->GetInst().template GetImm<format>(); in HandleJmp()
1014 int32_t imm = this->GetInst().template GetImm<format>(); in HandleInci()
2109 … << this->GetInst().template GetImm<format, 0>() << ", " << std::hex << "0x" << id; in HandleCallAccShort()
2151 … << this->GetInst().template GetImm<format, 0>() << ", " << std::hex << "0x" << id; in HandleCallAcc()
2204 … << this->GetInst().template GetImm<format, 0>() << ", " << std::hex << "0x" << id; in HandleCallVirtAccShort()
2240 … << this->GetInst().template GetImm<format, 0>() << ", " << std::hex << "0x" << id; in HandleCallVirtAcc()
2269 auto actual_num_args = static_cast<uint16_t>(this->GetInst().template GetImm<format, 0>()); in HandleCalliDynRange()
2784 auto acc_position = static_cast<size_t>(this->GetInst().template GetImm<format, 0>()); in CopyCallAccShortArguments()
2807 auto acc_position = static_cast<size_t>(this->GetInst().template GetImm<format, 0>()); in CopyCallAccArguments()
3133 auto imm = this->GetInst().template GetImm<format>(); in HandleCondJmpz()
3154 auto imm = this->GetInst().template GetImm<format>(); in HandleCondJmp()
3177 auto imm = this->GetInst().template GetImm<format>(); in HandleCondJmpzObj()
3197 auto imm = this->GetInst().template GetImm<format>(); in HandleCondJmpObj()
3221 OpT v2 = this->GetInst().template GetImm<format>(); in HandleBinaryOp2Imm()
3373 if (this->GetInst().template GetImm<format, 0>() == 0) { in GetCallerObject()