Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp624 uint16_t try_rvc = uint16_t(inst & 0x0000ffff); in Decode() local
626 uint16_t mask = try_rvc & 0b11; in Decode()
627 bool is_rvc = try_rvc != 0 && mask != 3; in Decode()
641 auto decoded = is_rvc ? pat.decode(try_rvc) : pat.decode(inst); in Decode()