Home
last modified time | relevance | path

Searched defs:is_rvc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DRISCVInstructions.h311 bool is_rvc; member
H A DEmulateInstructionRISCV.cpp672 static uint64_t size(bool is_rvc) { return is_rvc ? 2 : 4; } in size()
678 Executor(EmulateInstructionRISCV &emulator, bool ignoreCond, bool is_rvc) in Executor()