Searched refs:mnemonic (Results 1 – 1 of 1) sorted by relevance
640 const char* mnemonic = kFpMemMnemonics[funct3]; in Print32FLoad() local642 if (mnemonic == nullptr) { in Print32FLoad()645 mnemonic = DecodeRVVMemMnemonic(insn32, /*is_load=*/true, &rs2); in Print32FLoad()656 if (mnemonic == nullptr) { in Print32FLoad()661 os_ << prefix << "l" << mnemonic << " " << rd << ", "; in Print32FLoad()678 const char* mnemonic = kFpMemMnemonics[funct3]; in Print32FStore() local680 if (mnemonic == nullptr) { in Print32FStore()684 mnemonic = DecodeRVVMemMnemonic(insn32, /*is_load=*/false, &rs2); in Print32FStore()686 if (mnemonic == nullptr) { in Print32FStore()691 os_ << prefix << "s" << mnemonic << " " << VRegName(GetRd(insn32)) << ", "; in Print32FStore()[all …]