Home
last modified time | relevance | path

Searched refs:ins_operands (Results 1 – 8 of 8) sorted by relevance

/linux/tools/perf/util/
H A Ddisasm.h59 struct ins_operands { struct
82 struct ins_operands *ops; argument
92 void (*free)(struct ins_operands *ops);
93 int (*parse)(const struct arch *arch, struct ins_operands *ops, struct map_symbol *ms,
96 struct ins_operands *ops, int max_ins_name);
154 struct ins_operands *ops, int max_ins_name);
156 struct ins_operands *ops, int max_ins_name);
158 struct ins_operands *ops, int max_ins_name);
160 struct ins_operands *ops, int max_ins_name);
162 struct ins_operands *ops, int max_ins_name);
H A Ddisasm.c205 static void ins_ops__delete(struct ins_operands *ops) in ins_ops__delete()
216 struct ins_operands *ops, int max_ins_name) in ins__raw_scnprintf()
222 struct ins_operands *ops, int max_ins_name) in ins__scnprintf()
238 static int call__parse(const struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, in call__parse()
294 struct ins_operands *ops, int max_ins_name) in call__scnprintf()
326 static inline const char *validate_comma(const char *c, struct ins_operands *ops) in validate_comma()
337 static int jump__parse(const struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, in jump__parse()
422 struct ins_operands *ops, int max_ins_name) in jump__scnprintf()
454 static void jump__delete(struct ins_operands *ops __maybe_unused) in jump__delete()
501 static int lock__parse(const struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, in lock__parse()
[all …]
H A Dannotate.h134 struct ins_operands ops;
H A Dannotate.c2548 struct ins_operands *ops; in annotate_get_insn_location()
/linux/tools/perf/util/annotate-arch/
H A Dannotate-powerpc.c19 struct ins_operands *ops, int max_ins_name) in arithmetic__scnprintf()
39 static int arithmetic__parse(const struct arch *arch __maybe_unused, struct ins_operands *ops, in arithmetic__parse()
63 struct ins_operands *ops, int max_ins_name) in load_store__scnprintf()
76 static int load_store__parse(const struct arch *arch __maybe_unused, struct ins_operands *ops, in load_store__parse()
H A Dannotate-s390.c13 static int s390_call__parse(const struct arch *arch, struct ins_operands *ops, in s390_call__parse()
68 struct ins_operands *ops, in s390_mov__parse()
H A Dannotate-loongarch.c17 static int loongarch_call__parse(const struct arch *arch, struct ins_operands *ops, in loongarch_call__parse()
68 static int loongarch_jump__parse(const struct arch *arch, struct ins_operands *ops, in loongarch_jump__parse()
H A Dannotate-arm64.c18 struct ins_operands *ops, in arm64_mov__parse()