Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/FBInstruction/
DInstruction.cs94 Instruction.AddIsBranch(builder, is_branch); in CreateInstruction()
122 …public static void AddIsBranch(FlatBufferBuilder builder, bool isBranch) { builder.AddBool(7, isBr… in AddIsBranch() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/
DTraceBasedModelFlatBufferWriter.cs196 Instruction.AddIsBranch(builder, TBMRiscVHelper.IsBranch(mnemonic)); in BuildInstructionFlatbuffer()