Lines Matching defs:ops

88 static int arch__associate_ins_ops(struct arch* arch, const char *name, struct ins_ops *ops)  in arch__associate_ins_ops()
234 static void ins_ops__delete(struct ins_operands *ops) in ins_ops__delete()
245 struct ins_operands *ops, int max_ins_name) in ins__raw_scnprintf()
251 struct ins_operands *ops, int max_ins_name) in ins__scnprintf()
267 static int call__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, in call__parse()
321 struct ins_operands *ops, int max_ins_name) in call__scnprintf()
352 static inline const char *validate_comma(const char *c, struct ins_operands *ops) in validate_comma()
363 static int jump__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, in jump__parse()
448 struct ins_operands *ops, int max_ins_name) in jump__scnprintf()
526 static int lock__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, in lock__parse()
553 struct ins_operands *ops, int max_ins_name) in lock__scnprintf()
565 static void lock__delete(struct ins_operands *ops) in lock__delete()
614 static int mov__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms __maybe_un… in mov__parse()
681 struct ins_operands *ops, int max_ins_name) in mov__scnprintf()
700 struct ins_operands *ops, int max_ins_name) in arithmetic__scnprintf()
720 static int arithmetic__parse(struct arch *arch __maybe_unused, struct ins_operands *ops, in arithmetic__parse()
744 struct ins_operands *ops, int max_ins_name) in load_store__scnprintf()
757 static int load_store__parse(struct arch *arch __maybe_unused, struct ins_operands *ops, in load_store__parse()
777 static int dec__parse(struct arch *arch __maybe_unused, struct ins_operands *ops, struct map_symbol… in dec__parse()
806 struct ins_operands *ops, int max_ins_name) in dec__scnprintf()
878 struct ins_ops *ops; in __ins__find() local
916 struct ins_ops *ops = __ins__find(arch, name, dl); in ins__find() local