Lines Matching defs:ops

87 static int arch__associate_ins_ops(struct arch* arch, const char *name, struct ins_ops *ops)  in arch__associate_ins_ops()
233 static void ins_ops__delete(struct ins_operands *ops) in ins_ops__delete()
244 struct ins_operands *ops, int max_ins_name) in ins__raw_scnprintf()
250 struct ins_operands *ops, int max_ins_name) in ins__scnprintf()
266 static int call__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, in call__parse()
320 struct ins_operands *ops, int max_ins_name) in call__scnprintf()
351 static inline const char *validate_comma(const char *c, struct ins_operands *ops) in validate_comma()
362 static int jump__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, in jump__parse()
444 struct ins_operands *ops, int max_ins_name) in jump__scnprintf()
522 static int lock__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, in lock__parse()
549 struct ins_operands *ops, int max_ins_name) in lock__scnprintf()
561 static void lock__delete(struct ins_operands *ops) in lock__delete()
610 static int mov__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms __maybe_un… in mov__parse()
677 struct ins_operands *ops, int max_ins_name) in mov__scnprintf()
696 struct ins_operands *ops, int max_ins_name) in arithmetic__scnprintf()
716 static int arithmetic__parse(struct arch *arch __maybe_unused, struct ins_operands *ops, in arithmetic__parse()
740 struct ins_operands *ops, int max_ins_name) in load_store__scnprintf()
753 static int load_store__parse(struct arch *arch __maybe_unused, struct ins_operands *ops, in load_store__parse()
773 static int dec__parse(struct arch *arch __maybe_unused, struct ins_operands *ops, struct map_symbol… in dec__parse()
802 struct ins_operands *ops, int max_ins_name) in dec__scnprintf()
874 struct ins_ops *ops; in __ins__find() local
912 struct ins_ops *ops = __ins__find(arch, name, dl); in ins__find() local