HomeSort by: relevance | last modified time | path
    Searched defs:op_class (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/alpha/alpha/
fp_complete.c 688 uint64_t op_class; local in function:alpha_fp_complete
756 op_class = 1UL << inst.generic_format.opcode;
757 if (op_class & FPUREG_CLASS) {
760 } else if (op_class & CPUREG_CLASS) {
763 } else if (op_class & TRAPSHADOWBOUNDARY) {
764 if (op_class & CHECKFUNCTIONCODE) {
fp_complete.c 688 uint64_t op_class; local in function:alpha_fp_complete
756 op_class = 1UL << inst.generic_format.opcode;
757 if (op_class & FPUREG_CLASS) {
760 } else if (op_class & CPUREG_CLASS) {
763 } else if (op_class & TRAPSHADOWBOUNDARY) {
764 if (op_class & CHECKFUNCTIONCODE) {

Completed in 25 milliseconds