Searched refs:Decode32UImm7 (Results 1 – 1 of 1) sorted by relevance
100 static uint32_t Decode32UImm7(uint32_t insn32) { return (insn32 >> 25) & 0x7Fu; } in Decode32UImm7() function in art::riscv64::DisassemblerRiscv64::Printer510 const uint32_t imm7 = Decode32UImm7(insn32); in DecodeRVVMemMnemonic()648 if ((Decode32UImm7(insn32) & 0x1U) == 0) { in Print32FLoad()698 if ((Decode32UImm7(insn32) & 0x1U) == 0) { in Print32FStore()1026 const uint32_t funct7 = Decode32UImm7(insn32); in Print32RVVOp()1429 if ((Decode32UImm7(insn32) & 0x40u) != 0u) { in Print32RVVOp()1431 << StringPrintf("0x%08x", Decode32UImm7(insn32)); in Print32RVVOp()