Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp629 bool is_16b = (inst & 0b11) != 0b11; in Decode() local
633 if (is_16b) in Decode()
656 auto decoded = is_16b ? pat.decode(try_rvc) : pat.decode(inst); in Decode()
657 return DecodeResult{decoded, inst, is_16b, pat}; in Decode()