Home
last modified time | relevance | path

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

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