Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp631 bool is_48b = (inst & 0x3f) != 0x1f; in Decode() local
637 else if (is_48b) in Decode()