Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DRISCVInstructions.h311 bool is_rvc; member
H A DEmulateInstructionRISCV.cpp627 bool is_rvc = try_rvc != 0 && mask != 3; in Decode() local
657 static uint64_t size(bool is_rvc) { return is_rvc ? 2 : 4; } in size()
663 Executor(EmulateInstructionRISCV &emulator, bool ignoreCond, bool is_rvc) in Executor()