Searched refs:GetRs1Short16 (Results 1 – 1 of 1) sorted by relevance
190 static uint32_t GetRs1Short16(uint32_t insn16) { return BitFieldExtract(insn16, 7, 3) + 8u; } in GetRs1Short16() function in art::riscv64::DisassemblerRiscv64::Printer1722 PrintLoadStoreAddress(GetRs1Short16(insn16), offset); in Dump16()1790 os_ << "c.srli " << XRegName(GetRs1Short16(insn16)) << ", " << nzuimm; in Dump16()1799 os_ << "c.srai " << XRegName(GetRs1Short16(insn16)) << ", " << nzuimm; in Dump16()1806 os_ << "c.andi " << XRegName(GetRs1Short16(insn16)) << ", " in Dump16()1818 os_ << mnem << " " << XRegName(GetRs1Short16(insn16)) << ", " in Dump16()1827 os_ << mnem << " " << XRegName(GetRs1Short16(insn16)); in Dump16()1856 os_ << XRegName(GetRs1Short16(insn16)) << ", "; in Dump16()