Searched refs:AddIsBranch (Results 1 – 2 of 2) sorted by relevance
94 Instruction.AddIsBranch(builder, is_branch); in CreateInstruction()122 …public static void AddIsBranch(FlatBufferBuilder builder, bool isBranch) { builder.AddBool(7, isBr… in AddIsBranch() method
196 Instruction.AddIsBranch(builder, TBMRiscVHelper.IsBranch(mnemonic)); in BuildInstructionFlatbuffer()