Lines Matching defs:ops
130 static int arch__associate_ins_ops(struct arch* arch, const char *name, struct ins_ops *ops) in arch__associate_ins_ops()
227 static void ins__delete(struct ins_operands *ops) in ins__delete()
238 struct ins_operands *ops, int max_ins_name) in ins__raw_scnprintf()
244 struct ins_operands *ops, int max_ins_name) in ins__scnprintf()
260 static int call__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in call__parse()
313 struct ins_operands *ops, int max_ins_name) in call__scnprintf()
344 static inline const char *validate_comma(const char *c, struct ins_operands *ops) in validate_comma()
355 static int jump__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in jump__parse()
436 struct ins_operands *ops, int max_ins_name) in jump__scnprintf()
505 static int lock__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in lock__parse()
531 struct ins_operands *ops, int max_ins_name) in lock__scnprintf()
543 static void lock__delete(struct ins_operands *ops) in lock__delete()
563 static int mov__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms __maybe_un… in mov__parse()
625 struct ins_operands *ops, int max_ins_name) in mov__scnprintf()
637 static int dec__parse(struct arch *arch __maybe_unused, struct ins_operands *ops, struct map_symbol… in dec__parse()
665 struct ins_operands *ops, int max_ins_name) in dec__scnprintf()
758 struct ins_ops *ops = __ins__find(arch, name); in ins__find() local