Home
last modified time | relevance | path

Searched refs:op_class (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/sys/arch/alpha/alpha/
H A Dfp_complete.c618 u_int64_t op_class; in alpha_fp_complete() local
663 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()
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D50250102 op_class # E
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D502501010 op_class # E
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXIL.td57 dxil_class op_class; // name of the opcode class
82 let op_class = code_class;
/openbsd-src/gnu/usr.bin/perl/ext/B/
H A DB.xs110 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)])));
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl5260delta.pod2524 The L<C<op_class()>|perlapi/op_class> API function has been added. This
2529 allocated as an C<OP> or C<UNOP>; while C<op_class()> will return
/openbsd-src/gnu/usr.bin/perl/
H A Ddump.c1119 op_class_names[op_class(o)], PTR2UV(o)); in S_do_op_dump_bar()
3218 =for apidoc op_class
H A Dembed.h459 # define op_class(a) Perl_op_class(aTHX_ a)
457 # define op_class(a) Perl_op_class( global() macro
H A Dembed.fnc2356 Adp |OPclass|op_class |NULLOK const OP *o
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc904 Apd |OPclass|op_class |NULLOK const OP *o