| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/asm/ |
| H A D | ppc.pl | 122 $UDIV= "divwu"; # unsigned divide 146 $UDIV= "divdu"; # unsigned divide 1684 $UDIV r8,r3,r9 #q = h/dh
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/ |
| H A D | ppc.pl | 119 $UDIV= "divwu"; # unsigned divide 143 $UDIV= "divdu"; # unsigned divide 1680 $UDIV r8,r3,r9 #q = h/dh
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
| H A D | LanaiTargetTransformInfo.h | 101 case ISD::UDIV:
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/ |
| H A D | umodsi3.S | 78 # error THUMB mode requires CLZ or UDIV
|
| H A D | udivsi3.S | 82 # error THUMB mode requires CLZ or UDIV
|
| H A D | udivmodsi4.S | 82 # error THUMB mode requires CLZ or UDIV
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.cpp | 1277 { ISD::UDIV, MVT::v1i64, 1 * FunctionCallDivCost}, in getArithmeticInstrCost() 1281 { ISD::UDIV, MVT::v2i32, 2 * FunctionCallDivCost}, in getArithmeticInstrCost() 1285 { ISD::UDIV, MVT::v4i16, ReciprocalDivCost}, in getArithmeticInstrCost() 1289 { ISD::UDIV, MVT::v8i8, ReciprocalDivCost}, in getArithmeticInstrCost() 1294 { ISD::UDIV, MVT::v2i64, 2 * FunctionCallDivCost}, in getArithmeticInstrCost() 1298 { ISD::UDIV, MVT::v4i32, 4 * FunctionCallDivCost}, in getArithmeticInstrCost() 1302 { ISD::UDIV, MVT::v8i16, 8 * FunctionCallDivCost}, in getArithmeticInstrCost() 1306 { ISD::UDIV, MVT::v16i8, 16 * FunctionCallDivCost}, in getArithmeticInstrCost() 1807 case ISD::UDIV: in maybeLoweredToCall()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.cpp | 271 if ((ISD == ISD::SDIV || ISD == ISD::SREM || ISD == ISD::UDIV || in getArithmeticInstrCost() 306 if (ISD == ISD::UDIV) in getArithmeticInstrCost() 343 { ISD::UDIV, MVT::v16i32, 5 }, // pmuludq sequence in getArithmeticInstrCost() 363 { ISD::UDIV, MVT::v8i32, 5 }, // pmuludq sequence in getArithmeticInstrCost() 387 { ISD::UDIV, MVT::v8i32, 10+2 }, // 2*pmuludq sequence + split. in getArithmeticInstrCost() 389 { ISD::UDIV, MVT::v4i32, 5 }, // pmuludq sequence in getArithmeticInstrCost() 404 { ISD::UDIV, MVT::v64i8, 14 }, // 2*ext+2*pmulhw sequence in getArithmeticInstrCost() 408 { ISD::UDIV, MVT::v32i16, 6 }, // vpmulhuw sequence in getArithmeticInstrCost() 423 { ISD::UDIV, MVT::v16i32, 15 }, // vpmuludq sequence in getArithmeticInstrCost() 427 { ISD::UDIV, MVT::v64i8, 28 }, // 4*ext+4*pmulhw sequence in getArithmeticInstrCost() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 236 UDIV, enumerator
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
| H A D | nds32-cost.c | 374 case UDIV: in nds32_rtx_costs_speed_prefer()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
| H A D | SparcISelDAGToDAG.cpp | 342 case ISD::UDIV: { in Select()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/ |
| H A D | nds32-cost.cc | 374 case UDIV: in nds32_rtx_costs_speed_prefer()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 1932 case ISD::UDIV: in selectDivRem() 1934 DivOpc = Mips::UDIV; in selectDivRem() 2047 if (!selectBinaryOp(I, ISD::UDIV)) in fastSelectInstruction() 2048 return selectDivRem(I, ISD::UDIV); in fastSelectInstruction()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | rtlanal.c | 2875 case UDIV: in may_trap_p_1() 4261 case UDIV: in rtx_cost() 4398 case UDIV: in nonzero_bits_binary_arith_p() 4684 case DIV: case UDIV: in nonzero_bits1() 4728 case UDIV: in nonzero_bits1() 5286 case UDIV: in num_sign_bit_copies1()
|
| H A D | loop-iv.c | 2273 if (GET_CODE (niter) == UDIV) in determine_max_iter() 2670 tmp = simplify_gen_binary (UDIV, mode, tmp1, gen_int_mode (d, mode)); in iv_number_of_iterations() 2774 delta = simplify_gen_binary (UDIV, mode, delta, step); in iv_number_of_iterations()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.h | 698 void visitUDiv(const User &I) { visitBinary(I, ISD::UDIV); } in visitUDiv()
|
| H A D | SelectionDAGDumper.cpp | 235 case ISD::UDIV: return "udiv"; in getOperationName()
|
| /netbsd-src/sys/external/bsd/sljit/dist/sljit_src/ |
| H A D | sljitNativeARM_64.c | 124 #define UDIV 0x9ac00800 macro 1275 …FAIL_IF(push_inst(compiler, ((op == SLJIT_DIVMOD_UW ? UDIV : SDIV) ^ inv_bits) | RD(SLJIT_R0) | RN… in sljit_emit_op0() 1280 …return push_inst(compiler, ((op == SLJIT_DIV_UW ? UDIV : SDIV) ^ inv_bits) | RD(SLJIT_R0) | RN(SLJ… in sljit_emit_op0()
|
| H A D | sljitNativeSPARC_common.c | 179 #define UDIV (OPC1(0x2) | OPC3(0x0e)) macro 810 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? UDIV : SDIV) | D(SLJIT_R0) | S1(SLJIT_R0… in sljit_emit_op0()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | loop-iv.cc | 2273 if (GET_CODE (niter) == UDIV) in determine_max_iter() 2670 tmp = simplify_gen_binary (UDIV, mode, tmp1, gen_int_mode (d, mode)); in iv_number_of_iterations() 2774 delta = simplify_gen_binary (UDIV, mode, delta, step); in iv_number_of_iterations()
|
| /netbsd-src/external/gpl3/gdb/dist/sim/erc32/ |
| H A D | ChangeLog-2021 | 796 written?), but reversed in the SDIV, SDIVcc, UDIV, UDIVcc cases 901 * exec.c (SDIV, SDIVCC, UDIV, UDIVCC): Define new opcodes. 904 * (dispatch_instruction): Add emulation of SDIV, SDIVCC, UDIV,
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/lm32/ |
| H A D | lm32.c | 1022 case UDIV: in lm32_rtx_costs()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/lm32/ |
| H A D | lm32.cc | 1022 case UDIV: in lm32_rtx_costs()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.cpp | 132 setOperationAction(ISD::UDIV, MVT::i8, Promote); in MSP430TargetLowering() 138 setOperationAction(ISD::UDIV, MVT::i16, LibCall); in MSP430TargetLowering()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 911 case ISD::UDIV: in canOpTrap() 1761 case UDiv: return ISD::UDIV; in InstructionOpcodeToISD()
|