Lines Matching defs:ops
86 static int arch__associate_ins_ops(struct arch* arch, const char *name, struct ins_ops *ops) in arch__associate_ins_ops()
232 static void ins_ops__delete(struct ins_operands *ops) in ins_ops__delete()
243 struct ins_operands *ops, int max_ins_name) in ins__raw_scnprintf()
249 struct ins_operands *ops, int max_ins_name) in ins__scnprintf()
265 static int call__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, in call__parse()
319 struct ins_operands *ops, int max_ins_name) in call__scnprintf()
350 static inline const char *validate_comma(const char *c, struct ins_operands *ops) in validate_comma()
361 static int jump__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, in jump__parse()
443 struct ins_operands *ops, int max_ins_name) in jump__scnprintf()
521 static int lock__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, in lock__parse()
548 struct ins_operands *ops, int max_ins_name) in lock__scnprintf()
560 static void lock__delete(struct ins_operands *ops) in lock__delete()
609 static int mov__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms __maybe_un… in mov__parse()
676 struct ins_operands *ops, int max_ins_name) in mov__scnprintf()
695 struct ins_operands *ops, int max_ins_name) in arithmetic__scnprintf()
715 static int arithmetic__parse(struct arch *arch __maybe_unused, struct ins_operands *ops, in arithmetic__parse()
739 struct ins_operands *ops, int max_ins_name) in load_store__scnprintf()
752 static int load_store__parse(struct arch *arch __maybe_unused, struct ins_operands *ops, in load_store__parse()
772 static int dec__parse(struct arch *arch __maybe_unused, struct ins_operands *ops, struct map_symbol… in dec__parse()
801 struct ins_operands *ops, int max_ins_name) in dec__scnprintf()
873 struct ins_ops *ops; in __ins__find() local
911 struct ins_ops *ops = __ins__find(arch, name, dl); in ins__find() local