Searched refs:GetRs2 (Results 1 – 1 of 1) sorted by relevance
184 static uint32_t GetRs2(uint32_t insn32) { return (insn32 >> 20) & 0x1fu; } in GetRs2() function in art::riscv64::DisassemblerRiscv64::Printer448 uint32_t rs2 = GetRs2(insn32); in Print32BCond()501 os_ << opcode << " " << XRegName(GetRs2(insn32)) << ", "; in Print32Store()525 const uint32_t umop = GetRs2(insn32); in DecodeRVVMemMnemonic()595 *rs2 = VRegName(GetRs2(insn32)); in DecodeRVVMemMnemonic()609 *rs2 = XRegName(GetRs2(insn32)); in DecodeRVVMemMnemonic()623 *rs2 = VRegName(GetRs2(insn32)); in DecodeRVVMemMnemonic()702 os_ << prefix << "s" << mnemonic << " " << FRegName(GetRs2(insn32)) << ", "; in Print32FStore()777 uint32_t rs2 = GetRs2(insn32); in Print32BinOp()854 uint32_t rs2 = GetRs2(insn32); in Print32Atomic()[all …]