Home
last modified time | relevance | path

Searched refs:divide (Results 1 – 25 of 151) sorted by relevance

1234567

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivmod.m410 * divisor -- how many ways to divide it
87 b divide
93 bge divide ! if not, skip this junk
99 bge divide
109 b divide
115 bge divide ! if not, skip this junk
121 bge divide
129 divide:
141 ! as our usual N-at-a-shot divide step will cause overflow and havoc.
174 ! do single-bit divide steps
[all …]
H A Dmodsi3.S52 b divide
58 bge divide ! if not, skip this junk
64 bge divide
70 divide: label
82 ! as our usual 4-at-a-shot divide step will cause overflow and havoc.
115 ! do single-bit divide steps
118 ! first divide step without thinking. BUT, the others are conditional,
160 ! Fall through into divide loop
H A Ddivsi3.S52 b divide
58 bge divide ! if not, skip this junk
64 bge divide
70 divide: label
82 ! as our usual 4-at-a-shot divide step will cause overflow and havoc.
115 ! do single-bit divide steps
118 ! first divide step without thinking. BUT, the others are conditional,
160 ! Fall through into divide loop
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionDivision.cpp55 void SCEVDivision::divide(ScalarEvolution &SE, const SCEV *Numerator, in divide() function in SCEVDivision
88 divide(SE, *Quotient, Op, &Q, &R); in divide()
137 divide(SE, Numerator->getStart(), Denominator, &StartQ, &StartR); in visitAddRecExpr()
138 divide(SE, Numerator->getStepRecurrence(SE), Denominator, &StepQ, &StepR); in visitAddRecExpr()
156 divide(SE, Op, Denominator, &Q, &R); in visitAddExpr()
193 divide(SE, Op, Denominator, &Q, &R); in visitMulExpr()
237 divide(SE, Diff, Denominator, &Q, &R); in visitMulExpr()
H A DDelinearization.cpp222 SCEVDivision::divide(SE, Term, Step, &Q, &R); in findArrayDimensionsRec()
308 SCEVDivision::divide(SE, Term, ElementSize, &Q, &R); in findArrayDimensions()
356 SCEVDivision::divide(SE, Res, Sizes[i], &Q, &R); in computeAccessFunctions()
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_checks.inc36 UBSAN_CHECK(IntegerDivideByZero, "integer-divide-by-zero",
37 "integer-divide-by-zero")
38 UBSAN_CHECK(FloatDivideByZero, "float-divide-by-zero", "float-divide-by-zero")
/freebsd/contrib/ntp/html/hints/
H A Dsolaris.xtra.40958495 Synopsis: time_constant value >6 with PLL in use leads to integer divide
9 is in use, the system will take a "integer divide zero trap" panic in
69 is in use, the system will take a "integer divide zero trap" panic in
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSchedule.td16 def WriteIDiv : SchedWrite; // 32-bit or 64-bit divide
17 def WriteIDiv32 : SchedWrite; // 32-bit divide on RV64I
52 def WriteFDiv16 : SchedWrite; // 16-bit floating point divide
53 def WriteFDiv32 : SchedWrite; // 32-bit floating point divide
54 def WriteFDiv64 : SchedWrite; // 64-bit floating point divide
168 def ReadFDiv16 : SchedRead; // 16-bit floating point divide
169 def ReadFDiv32 : SchedRead; // 32-bit floating point divide
170 def ReadFDiv64 : SchedRead; // 64-bit floating point divide
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.divide_by_zero.err2 [string "channel program"]:16: attempt to divide by zero
/freebsd/contrib/bc/tests/dc/
H A Dall.txt8 divide
/freebsd/contrib/bc/tests/bc/scripts/
H A Dall.txt2 divide.bc
/freebsd/bin/sh/tests/expansion/
H A Darith11.01 # Try to divide the smallest integer by -1.
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Drenesas,h8300-div-clock.txt11 - reg: Base address and length of the divide rate selector
/freebsd/contrib/bc/tests/bc/
H A Dall.txt12 divide
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionDivision.h30 static void divide(ScalarEvolution &SE, const SCEV *Numerator,
/freebsd/contrib/bc/vs/tests/
H A Dtests_dc.bat17 divide
H A Dtests_bc.bat23 divide
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCScheduleE500mc.td27 // The CFX has a bypass path, allowing non-divide instructions to execute
28 // while a divide instruction is executed.
33 : FuncUnit; // CFX divide bypass path
H A DPPCScheduleE5500.td27 // The CFX has a bypass path, allowing non-divide instructions to execute
28 // while a divide instruction is being executed.
33 : FuncUnit; // CFX divide bypass path
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h344 opStatus divide(const IEEEFloat &, roundingMode);
744 opStatus divide(const DoubleAPFloat &RHS, roundingMode RM);
1119 opStatus divide(const APFloat &RHS, roundingMode RM) { in divide() function
1123 return U.IEEE.divide(RHS.U.IEEE, RM); in divide()
1125 return U.Double.divide(RHS.U.Double, RM); in divide()
1204 (void)Result.divide(RHS, rmNearestTiesToEven);
/freebsd/usr.bin/sed/tests/
H A Dmath.sed193 divide by zero
263 divide error
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizers.def92 SANITIZER("float-divide-by-zero", FloatDivideByZero)
94 SANITIZER("integer-divide-by-zero", IntegerDivideByZero)
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dmax17040_battery.txt17 Specify this boolean property to divide the
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedNeoverseN1.td413 // FP divide
417 // FP divide, H-form
421 // FP divide, S-form
425 // FP divide, D-form
697 // ASIMD FP divide, D-form, F16
701 // ASIMD FP divide, D-form, F32
705 // ASIMD FP divide, Q-form, F16
709 // ASIMD FP divide, Q-form, F32
713 // ASIMD FP divide, Q-form, F64
/freebsd/sys/contrib/device-tree/Bindings/net/can/
H A Dcc770.txt39 - bosch,divide-memory-clock : see data sheet.

1234567