Home
last modified time | relevance | path

Searched refs:SMAX (Results 1 – 25 of 135) sorted by relevance

123456

/netbsd/external/bsd/ntp/dist/ntpd/
H A Drefclock_as2201.c67 #define SMAX 200 /* statistics buffer length */ macro
81 char stats[SMAX]; /* statistics buffer */
269 if ((int)(up->lastptr - up->stats + pp->lencode) > SMAX - 2) in as2201_receive()
333 if ((int)(up->lastptr - up->stats + pp->lencode) > SMAX - 2) in as2201_receive()
339 if ((int)(up->lastptr - up->stats + 1 + octets) > SMAX - 2) in as2201_receive()
H A Drefclock_hpgps.c102 #define SMAX 23*80+1 /* for :SYSTEM:PRINT? status screen response */ macro
124 char statscrn[SMAX]; /* receiver status screen buffer */
304 if ((int)(pp->lencode + 2) <= (SMAX - (up->lastptr - up->statscrn))) { in hpgps_receive()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp2404 { ISD::SMAX, MVT::v32i16, 1 }, in getTypeBasedIntrinsicInstrCost()
2405 { ISD::SMAX, MVT::v64i8, 1 }, in getTypeBasedIntrinsicInstrCost()
2442 { ISD::SMAX, MVT::v8i64, 1 }, in getTypeBasedIntrinsicInstrCost()
2443 { ISD::SMAX, MVT::v16i32, 1 }, in getTypeBasedIntrinsicInstrCost()
2446 { ISD::SMAX, MVT::v4i64, 1 }, in getTypeBasedIntrinsicInstrCost()
2447 { ISD::SMAX, MVT::v2i64, 1 }, in getTypeBasedIntrinsicInstrCost()
2531 { ISD::SMAX, MVT::v8i32, 1 }, in getTypeBasedIntrinsicInstrCost()
2532 { ISD::SMAX, MVT::v16i16, 1 }, in getTypeBasedIntrinsicInstrCost()
2533 { ISD::SMAX, MVT::v32i8, 1 }, in getTypeBasedIntrinsicInstrCost()
2639 { ISD::SMAX, MVT::v4i32, 1 }, in getTypeBasedIntrinsicInstrCost()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h617 SMAX, enumerator
/netbsd/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-cost.c386 case SMAX: in nds32_rtx_costs_speed_prefer()
H A Dnds32-cost.cc386 case SMAX: in nds32_rtx_costs_speed_prefer()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-cost.c386 case SMAX: in nds32_rtx_costs_speed_prefer()
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DAMDGPUOperandSyntax.rst222 * 0 <= *N* < *SMAX*\ , where *SMAX* is the number of available *scalar* registers.
223 * 0 <= *K* < *SMAX*\ , where *SMAX* is the number of available *scalar* registers.
/netbsd/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-features.c584 else if (GET_CODE (src) == SMAX in compute_convert_gain()
1001 case SMAX: in convert_insn()
1385 case SMAX: in general_scalar_to_vector_candidate_p()
H A Di386-features.cc596 case SMAX: in compute_convert_gain()
1035 case SMAX: in convert_insn()
1447 case SMAX: in general_scalar_to_vector_candidate_p()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-features.c584 else if (GET_CODE (src) == SMAX in compute_convert_gain()
1001 case SMAX: in convert_insn()
1385 case SMAX: in general_scalar_to_vector_candidate_p()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins-sve2.cc87 rtx_code max_code = e.type_suffix (0).unsigned_p ? UMAX : SMAX; in expand()
H A Dconstraints.md564 SMAX and SMIN operations."
H A Dpredicates.md724 ;; Used for SVE MUL, SMAX and SMIN.
/netbsd/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins-sve2.cc87 rtx_code max_code = e.type_suffix (0).unsigned_p ? UMAX : SMAX; in expand()
H A Dconstraints.md580 SMAX and SMIN operations."
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp440 case ISD::SMAX: in LegalizeOp()
826 case ISD::SMAX: in Expand()
H A DSelectionDAGDumper.cpp271 case ISD::SMAX: return "smax"; in getOperationName()
H A DSelectionDAG.cpp389 return ISD::SMAX; in getVecReduceBaseOpcode()
3493 case ISD::SMAX: { in computeKnownBits()
3496 bool IsMax = (Opcode == ISD::SMAX); in computeKnownBits()
3499 if (Op.getOperand(0).getOpcode() == (IsMax ? ISD::SMIN : ISD::SMAX)) in computeKnownBits()
3862 case ISD::SMAX: { in ComputeNumSignBits()
3865 bool IsMax = (Opcode == ISD::SMAX); in ComputeNumSignBits()
3868 if (Op.getOperand(0).getOpcode() == (IsMax ? ISD::SMIN : ISD::SMAX)) in ComputeNumSignBits()
5065 case ISD::SMAX: return C1.sge(C2) ? C1 : C2; in FoldValue()
5592 case ISD::SMAX: in getNode()
10512 case ISD::SMAX: in getNeutralElement()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp96 setOperationAction(ISD::SMAX, MVT::i32, Legal); in ARCTargetLowering()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Drtlanal.c4384 case SMAX: in nonzero_bits_binary_arith_p()
4658 case UMIN: case UMAX: case SMIN: case SMAX: in nonzero_bits1()
4938 case SMAX: in num_sign_bit_copies_binary_arith_p()
5201 case SMIN: case SMAX: case UMIN: case UMAX: in num_sign_bit_copies1()
H A Drtlanal.cc4719 case SMAX: in nonzero_bits_binary_arith_p()
4993 case UMIN: case UMAX: case SMIN: case SMAX: in nonzero_bits1()
5279 case SMAX: in num_sign_bit_copies_binary_arith_p()
5542 case SMIN: case SMAX: case UMIN: case UMAX: in num_sign_bit_copies1()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Drtlanal.c4384 case SMAX: in nonzero_bits_binary_arith_p()
4658 case UMIN: case UMAX: case SMIN: case SMAX: in nonzero_bits1()
4938 case SMAX: in num_sign_bit_copies_binary_arith_p()
5201 case SMIN: case SMAX: case UMIN: case UMAX: in num_sign_bit_copies1()
H A Doptabs.def152 OPTAB_NL(smax_optab, "smax$a3", SMAX, "max", '3', gen_int_fp_libfunc)
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp106 setOperationAction(ISD::SMAX, T, Legal); in initializeHVXLowering()
195 setOperationAction(ISD::SMAX, T, Custom); in initializeHVXLowering()
2084 case ISD::SMAX: in LowerHvxOperation()

123456