Searched refs:Decode16Imm6 (Results 1 – 1 of 1) sorted by relevance
168 static T Decode16Imm6(uint32_t insn16) { in Decode16Imm6() function in art::riscv64::DisassemblerRiscv64::Printer1729 if (Decode16Imm6<uint32_t>(insn16) != 0u) { in Dump16()1735 int32_t imm = Decode16Imm6<int32_t>(insn16); in Dump16()1747 os_ << "c.addiw " << XRegName(rd) << ", " << Decode16Imm6<int32_t>(insn16); in Dump16()1756 os_ << "c.li " << XRegName(rd) << ", " << Decode16Imm6<int32_t>(insn16); in Dump16()1764 uint32_t imm6_bits = Decode16Imm6<uint32_t>(insn16); in Dump16()1788 int32_t nzuimm = Decode16Imm6<uint32_t>(insn16); in Dump16()1797 int32_t nzuimm = Decode16Imm6<uint32_t>(insn16); in Dump16()1807 << Decode16Imm6<int32_t>(insn16); in Dump16()1868 uint32_t nzuimm = Decode16Imm6<uint32_t>(insn16); in Dump16()[all …]