Home
last modified time | relevance | path

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

/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; Decode() local
657 size(bool is_rvc) size() argument
663 Executor(EmulateInstructionRISCV & emulator,bool ignoreCond,bool is_rvc) Executor() argument