Searched refs:ins_ops (Results 1 – 10 of 10) sorted by relevance
51 static struct ins_ops s390_call_ops = {104 static struct ins_ops s390_mov_ops = {109 static struct ins_ops *s390__associate_ins_ops(struct arch *arch, const char *name) in s390__associate_ins_ops()111 struct ins_ops *ops = NULL; in s390__associate_ins_ops()
4 struct ins_ops *riscv64__associate_ins_ops(struct arch *arch, const char *name) in riscv64__associate_ins_ops()6 struct ins_ops *ops = NULL; in riscv64__associate_ins_ops()
64 static struct ins_ops arm64_mov_ops = {69 static struct ins_ops *arm64__associate_instruction_ops(struct arch *arch, const char *name) in arm64__associate_instruction_ops()72 struct ins_ops *ops; in arm64__associate_instruction_ops()
6 static struct ins_ops *csky__associate_ins_ops(struct arch *arch, in csky__associate_ins_ops()9 struct ins_ops *ops = NULL; in csky__associate_ins_ops()
4 struct ins_ops *mips__associate_ins_ops(struct arch *arch, const char *name) in mips__associate_ins_ops()6 struct ins_ops *ops = NULL; in mips__associate_ins_ops()
4 static struct ins_ops *powerpc__associate_instruction_ops(struct arch *arch, const char *name) in powerpc__associate_instruction_ops()7 struct ins_ops *ops; in powerpc__associate_instruction_ops()
13 static struct ins_ops *arm__associate_instruction_ops(struct arch *arch, const char *name) in arm__associate_instruction_ops()16 struct ins_ops *ops; in arm__associate_instruction_ops()
120 static struct ins_ops *sparc__associate_instruction_ops(struct arch *arch, const char *name) in sparc__associate_instruction_ops()122 struct ins_ops *ops = NULL; in sparc__associate_instruction_ops()
18 struct ins_ops;29 struct ins_ops *ops;60 struct ins_ops { struct
92 static struct ins_ops call_ops;93 static struct ins_ops dec_ops;94 static struct ins_ops jump_ops;95 static struct ins_ops mov_ops;96 static struct ins_ops nop_ops;97 static struct ins_ops lock_ops;98 static struct ins_ops ret_ops;316 static struct ins_ops call_ops = {608 static struct ins_ops mov_ops = {647 static struct ins_ops dec_ops = {[all …]
Completed in 19 milliseconds