Searched refs:op_class (Results 1 – 10 of 10) sorted by relevance
618 u_int64_t op_class; in alpha_fp_complete() local663 op_class = 1UL << inst.generic_format.opcode; in alpha_fp_complete()664 if (op_class & FPUREG_CLASS) { in alpha_fp_complete()667 } else if (op_class & CPUREG_CLASS) { in alpha_fp_complete()670 } else if (op_class & TRAPSHADOWBOUNDARY) { in alpha_fp_complete()671 if (op_class & CHECKFUNCTIONCODE) { in alpha_fp_complete()
2 op_class # E
10 op_class # E
57 dxil_class op_class; // name of the opcode class82 let op_class = code_class;
110 sv_setiv(newSVrv(opsv, opclassnames[op_class(o)]), PTR2IV(o)); in make_op_object() 367 const char *const classname = opclassnames[op_class(o)]; in walkoptree() 400 if (o && (op_class(o) == OPclass_PMOP) && o->op_type != OP_SPLIT in walkoptree() 921 ret = sv_2mortal(newSVuv((UV)(opsizes[op_class(o)])));
2524 The L<C<op_class()>|perlapi/op_class> API function has been added. This2529 allocated as an C<OP> or C<UNOP>; while C<op_class()> will return
1119 op_class_names[op_class(o)], PTR2UV(o)); in S_do_op_dump_bar() 3218 =for apidoc op_class
459 # define op_class(a) Perl_op_class(aTHX_ a)457 # define op_class(a) Perl_op_class( global() macro
2356 Adp |OPclass|op_class |NULLOK const OP *o
904 Apd |OPclass|op_class |NULLOK const OP *o