Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp624 uint16_t try_rvc = uint16_t(inst & 0x0000ffff); in Decode() local
656 auto decoded = is_16b ? pat.decode(try_rvc) : pat.decode(inst); in Decode()