Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/FBInstruction/
DInstruction.cs83 Instruction.AddStores(builder, storesOffset); in CreateInstruction()
132 …public static void AddStores(FlatBufferBuilder builder, VectorOffset storesOffset) { builder.AddOf… in AddStores() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/
DTraceBasedModelFlatBufferWriter.cs201 Instruction.AddStores(builder, storesVector); in BuildInstructionFlatbuffer()