Home
last modified time | relevance | path

Searched refs:DIV (Results 1 – 25 of 195) sorted by relevance

12345678

/openbsd/sys/dev/fdt/
H A Drkclock.c1063 0, DIV(10, 0),
1068 0, DIV(10, 0),
1117 0, DIV(12, 8),
1574 0, DIV(9, 0),
1720 0, DIV(9, 8),
1725 0, DIV(6, 4),
1730 0, DIV(1, 0),
2488 0, DIV(4, 0),
2493 0, DIV(9, 8),
2498 0, DIV(9, 8),
[all …]
/openbsd/gnu/gcc/gcc/config/mips/
H A Dvr4120-div.S27 #define DIV \ macro
60 DIV
69 DIV
/openbsd/gnu/lib/libstdc++/libstdc++/docs/doxygen/
H A Dstyle.css11 DIV.fragment { width: 100%; border: none; background-color: #eeeeee }
12 DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top…
16 DIV.groupHeader { margin-left: 16px; margin-top: 12px; margin-bottom: 6px; font-weight: bold }
17 DIV.groupText { margin-left: 16px; font-style: italic; font-size: smaller }
/openbsd/gnu/gcc/libstdc++-v3/docs/doxygen/
H A Dstyle.css18 DIV.fragment { width: 100%; border: none; background-color: #eeeeee }
19 DIV.ah {
26 DIV.groupHeader {
32 DIV.groupText { margin-left: 16px; font-style: italic; font-size: small }
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dunion1.C9 typedef enum { BADBINOP = 0, PLUS, MINUS, MULT, DIV, POWR } binoptype; enumerator
24 {"/", DIV},
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCScheduleP9.td99 // Two DIV (Fixed Point Divide) units.
100 def DIV : ProcResource<2>;
218 // DIV Unit
219 // A DIV unit may take from 5 to 40 cycles to complete.
220 // Some DIV operations may keep the unit busy for up to 8 cycles.
221 def P9_DIV_5C : SchedWriteRes<[DIV]> {
225 def P9_DIV_12C : SchedWriteRes<[DIV]> {
229 def P9_DIV_16C_8 : SchedWriteRes<[DIV]> {
234 def P9_DIV_24C_8 : SchedWriteRes<[DIV]> {
239 def P9_DIV_40C_8 : SchedWriteRes<[DIV]> {
H A DP9InstrResources.td918 // 5 Cycle DIV operation. Only one DIV unit per superslice so we use the whole
927 // 12 Cycle DIV operation. Only one DIV unit per superslice so we use the whole
941 // 16 Cycle DIV operation. Only one DIV unit per superslice so we use the whole
953 // 24 Cycle DIV operation. Only one DIV unit per superslice so we use the whole
971 // 40 Cycle DIV operation. Only one DIV unit per superslice so we use the whole
983 // and one full superslice for the DIV operation since there is only one DIV per
984 // superslice. Latency of DIV plus ALU is 26.
992 // and one full superslice for the DIV operation since there is only one DIV per
993 // superslice. Latency of DIV plus ALU is 26.
1008 // and one full superslice for the DIV operation since there is only one DIV per
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D950612-1.c12 DIV, enumerator
80 case DIV:
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn31/
H A Ddcn31_dccg.h119 DCCG_SFII(OTG, PIXEL_RATE_CNTL, DTBCLK_DTO, DIV, 0, mask_sh),\
120 DCCG_SFII(OTG, PIXEL_RATE_CNTL, DTBCLK_DTO, DIV, 1, mask_sh),\
121 DCCG_SFII(OTG, PIXEL_RATE_CNTL, DTBCLK_DTO, DIV, 2, mask_sh),\
122 DCCG_SFII(OTG, PIXEL_RATE_CNTL, DTBCLK_DTO, DIV, 3, mask_sh),\
/openbsd/bin/expr/
H A Dexpr.c37 OR, AND, EQ, LT, GT, ADD, SUB, MUL, DIV, MOD, MATCH, RP, LP, enumerator
298 while ((op = token) == MUL || op == DIV || op == MOD) { in eval4()
316 if (op == DIV) { in eval4()
/openbsd/lib/libkeynote/
H A Dkeynote.y41 %left MULT DIV MOD
348 | numex DIV numex { if ($3 == 0)
386 | floatex DIV floatex { if ($3 == 0)
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoM.td39 def DIV : ALU_rr<0b0000001, 0b100, "div">,
77 def : PatGprGpr<sdiv, DIV>;
/openbsd/gnu/llvm/clang/tools/clang-fuzzer/
H A Dcxx_proto.proto34 DIV = 3; enumerator
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DRISCVInstructions.h160 R_TYPE_INST(DIV);
279 SRLW, SRAW, MUL, MULH, MULHSU, MULHU, DIV, DIVU, REM, REMU, MULW, DIVW,
/openbsd/gnu/llvm/clang/tools/clang-fuzzer/proto-to-cxx/
H A Dproto_to_cxx.cpp47 case BinaryOp::DIV: os << "/"; break; in operator <<()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dm2-exp.y193 %left '*' '/' DIV MOD
420 exp : exp DIV exp
797 {"DIV", DIV },
H A Dp-exp.y220 %left LSH RSH DIV MOD
374 exp : exp DIV exp
1030 {"div", DIV, BINOP_END},
H A Dm2-exp.c97 DIV = 299, enumerator
145 #define DIV 299 macro
2309 {"DIV", DIV },
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMScheduleV6.td251 // Single-precision FP DIV
254 // Double-precision FP DIV
H A DARMScheduleM4.td47 // Loads, MAC's and DIV all get a higher latency of 2
/openbsd/gnu/gcc/gcc/config/mcore/
H A Dmcore.opt51 Target Report Mask(DIV)
/openbsd/gnu/usr.bin/binutils/include/opcode/
H A Dm88k.h315 #define DIV MUL +2 macro
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dm88k.h316 #define DIV MUL +2 macro
/openbsd/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv.h2599 case DIV: \
3317 { "condexec_si_divide_operator", { DIV, UDIV }}, \
3319 { "condexec_sf_binary_operator", { PLUS, MINUS, MULT, DIV }}, \
/openbsd/gnu/usr.bin/gcc/gcc/config/romp/
H A Dromp.h1209 case DIV: \
1469 {"float_binary", {PLUS, MINUS, MULT, DIV}}, \

12345678