Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp632 bool is_64b = (inst & 0x7f) != 0x3f; in Decode() local
639 else if (is_64b) in Decode()