| /openbsd-src/sys/dev/fdt/ |
| H A D | rkclock.c | 231 #define DIV(l, f) SEL(l, f) macro 687 SEL(7, 6), DIV(5, 0), 1013 SEL(15, 13), DIV(4, 0), 1019 SEL(15, 13), DIV(4, 0), 1025 SEL(15, 13), DIV(4, 0), 1031 SEL(15, 13), DIV(4, 0), 1037 SEL(15, 13), DIV(4, 0), 1043 SEL(15, 14), DIV(6, 0), 1048 SEL(15, 14), DIV(6, 0), 1053 SEL(15, 14), DIV( [all...] |
| /openbsd-src/gnu/gcc/gcc/config/mips/ |
| H A D | vr4120-div.S | 27 #define DIV \ macro 60 DIV 69 DIV
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/docs/doxygen/ |
| H A D | style.css | 11 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-src/gnu/gcc/libstdc++-v3/docs/doxygen/ |
| H A D | style.css | 18 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-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ |
| H A D | union1.C | 9 typedef enum { BADBINOP = 0, PLUS, MINUS, MULT, DIV, POWR } binoptype; enumerator 24 {"/", DIV},
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCScheduleP9.td | 99 // 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 D | P9InstrResources.td | 24 // - Two DIV (Fixed Point Divide) units. One on each superslize. P9_DIV_* 918 // 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 982 // Cracked DIV and ALU operation. Requires one full slice for the ALU operation 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. 991 // Cracked DIV and ALU operation. Requires one full slice for the ALU operation [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| H A D | 950612-1.c | 12 DIV, enumerator 80 case DIV:
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn31/ |
| H A D | dcn31_dccg.h | 119 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-src/bin/expr/ |
| H A D | expr.c | 37 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-src/lib/libkeynote/ |
| H A D | keynote.y | 41 %left MULT DIV MOD 348 | numex DIV numex { if ($3 == 0) 386 | floatex DIV floatex { if ($3 == 0)
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoM.td | 39 def DIV : ALU_rr<0b0000001, 0b100, "div">, 77 def : PatGprGpr<sdiv, DIV>;
|
| /openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/ |
| H A D | cxx_proto.proto | 34 DIV = 3; enumerator
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/ |
| H A D | RISCVInstructions.h | 160 R_TYPE_INST(DIV); 279 SRLW, SRAW, MUL, MULH, MULHSU, MULHU, DIV, DIVU, REM, REMU, MULW, DIVW,
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | m2-exp.y | 193 %left '*' '/' DIV MOD 420 exp : exp DIV exp 797 {"DIV", DIV },
|
| H A D | p-exp.y | 220 %left LSH RSH DIV MOD 374 exp : exp DIV exp 1030 {"div", DIV, BINOP_END},
|
| H A D | m2-exp.c | 97 DIV = 299, enumerator 145 #define DIV 299 macro 2309 {"DIV", DIV },
|
| /openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/proto-to-cxx/ |
| H A D | proto_to_cxx.cpp | 47 case BinaryOp::DIV: os << "/"; break; in operator <<()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleV6.td | 251 // Single-precision FP DIV 254 // Double-precision FP DIV
|
| H A D | ARMScheduleM4.td | 47 // Loads, MAC's and DIV all get a higher latency of 2
|
| /openbsd-src/gnu/gcc/gcc/config/mcore/ |
| H A D | mcore.opt | 51 Target Report Mask(DIV)
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/ |
| H A D | m88k.h | 316 #define DIV MUL +2 macro
|
| /openbsd-src/gnu/usr.bin/binutils/include/opcode/ |
| H A D | m88k.h | 315 #define DIV MUL +2 macro
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/frv/ |
| H A D | frv.h | 2599 case DIV: \ 3317 { "condexec_si_divide_operator", { DIV, UDIV }}, \ 3319 { "condexec_sf_binary_operator", { PLUS, MINUS, MULT, DIV }}, \
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/romp/ |
| H A D | romp.h | 1209 case DIV: \ 1469 {"float_binary", {PLUS, MINUS, MULT, DIV}}, \
|