Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/FBInstruction/
DInstruction.cs92 Instruction.AddIsVctrl(builder, is_vctrl); in CreateInstruction()
125 …public static void AddIsVctrl(FlatBufferBuilder builder, bool isVctrl) { builder.AddBool(10, isVct… in AddIsVctrl() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/
DTraceBasedModelFlatBufferWriter.cs199 Instruction.AddIsVctrl(builder, TBMRiscVHelper.IsVctrl(mnemonic)); in BuildInstructionFlatbuffer()