Searched defs:is_rvc (Results 1 – 2 of 2) sorted by relevance
311 bool is_rvc; member
672 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()