Searched refs:ret_ops (Results 1 – 7 of 7) sorted by relevance
34 ops = &ret_ops; in csky__associate_ins_ops()
46 ops = &ret_ops; in powerpc__associate_instruction_ops()
113 { .name = "ret", .ops = &ret_ops, },114 { .name = "retq", .ops = &ret_ops, },
131 ops = &ret_ops; in sparc__associate_instruction_ops()
80 ops = &ret_ops; in arm64__associate_instruction_ops()
124 ops = &ret_ops; in s390__associate_ins_ops()
101 static struct ins_ops ret_ops; variable653 static struct ins_ops ret_ops = { variable659 return ins->ops == &ret_ops; in ins__is_ret()