Home
last modified time | relevance | path

Searched refs:DecodeFunct3 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DRISCVInstructions.h321 constexpr uint32_t DecodeFunct3(uint32_t inst) { return (inst & 0x7000) >> 12; } in DecodeFunct3() function
329 constexpr int32_t DecodeRM(uint32_t inst) { return DecodeFunct3(inst); } in DecodeRM()
H A DEmulateInstructionRISCV.cpp398 DecodeFunct3(inst)}; in DecodeBType()