Searched refs:ret_ops (Results 1 – 11 of 11) sorted by relevance
17 ops = &ret_ops; in riscv64__associate_ins_ops()
29 ops = &ret_ops; in mips__associate_ins_ops()
36 ops = &ret_ops; in csky__associate_ins_ops()
135 ops = &ret_ops; in sparc__associate_instruction_ops()
83 ops = &ret_ops; in arm64__associate_instruction_ops()
126 ops = &ret_ops; in loongarch__associate_ins_ops()
136 ops = &ret_ops; in s390__associate_ins_ops()
138 ops = &ret_ops; in powerpc__associate_instruction_ops()
108 { .name = "ret", .ops = &ret_ops, },
121 extern const struct ins_ops ret_ops;
47 const struct ins_ops ret_ops; variable720 const struct ins_ops ret_ops = { variable731 return ins->ops == &ret_ops; in ins__is_ret()