Searched refs:ret_ops (Results 1 – 10 of 10) sorted by relevance
13 ops = &ret_ops; in riscv64__associate_ins_ops()
34 ops = &ret_ops; in csky__associate_ins_ops()
25 ops = &ret_ops; in mips__associate_ins_ops()
46 ops = &ret_ops; in powerpc__associate_instruction_ops()
131 ops = &ret_ops; in sparc__associate_instruction_ops()
80 ops = &ret_ops; in arm64__associate_instruction_ops()
121 ops = &ret_ops; in s390__associate_ins_ops()
108 ops = &ret_ops; in loongarch__associate_ins_ops()
93 { .name = "ret", .ops = &ret_ops, },
97 static struct ins_ops ret_ops; variable683 static struct ins_ops ret_ops = { variable689 return ins->ops == &ret_ops; in ins__is_ret()