Lines Matching defs:ops
122 struct ins_ops *ops = NULL;127 ops = &call_ops;131 ops = &ret_ops;133 ops = &mov_ops;144 ops = &jump_ops;146 ops = &jump_ops;150 ops = &jump_ops;154 if (ops)155 arch__associate_ins_ops(arch, name, ops);157 return ops;