Home
last modified time | relevance | path

Searched full:divs (Results 1 – 14 of 14) sorted by relevance

/freebsd/lib/libpmc/pmu-events/arch/x86/jaketown/
H A Dfloating-point.json85 … FSUB, FCOM, FMULs, integer MULsand IMULs, FDIVs, FPREMs, FSQRTS, integer DIVs, and IDIVs. This ev…
/freebsd/lib/libpmc/pmu-events/arch/x86/sandybridge/
H A Dfloating-point.json85 … FSUB, FCOM, FMULs, integer MULsand IMULs, FDIVs, FPREMs, FSQRTS, integer DIVs, and IDIVs. This ev…
/freebsd/lib/libpmc/pmu-events/arch/x86/ivybridge/
H A Dfloating-point.json94 … FSUB, FCOM, FMULs, integer MULsand IMULs, FDIVs, FPREMs, FSQRTS, integer DIVs, and IDIVs. This ev…
/freebsd/lib/libpmc/pmu-events/arch/x86/ivytown/
H A Dfloating-point.json94 … FSUB, FCOM, FMULs, integer MULsand IMULs, FDIVs, FPREMs, FSQRTS, integer DIVs, and IDIVs. This ev…
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp472 // Above we eagerly create divs and rems, as pairs, so that we can efficiently in bypassSlowDivision()
473 // create divrem machine instructions. Now erase any unused divs / rems so we in bypassSlowDivision()
/freebsd/usr.bin/sed/tests/
H A Dmath.sed182 # move any mul/divs to the front via parans
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrArithmetic.td17 /// CMP2 [ ] DIVS/DIVU [~] DIVSL/DIVUL [ ] EXT [~] EXTB [ ]
636 def SDIVd32d32 : MxDiMuOp_DD_Long<"divs.l", sdiv, 0x131, /*SIGNED*/true>;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp126 static cl::opt<bool> ClDIVTracing("sanitizer-coverage-trace-divs",
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.td1234 defm DIVSWSX : RRNCm<"divs.w.sx", 0x7B, I32, i32, sdiv>;
1235 let cx = 1 in defm DIVSWZX : RRNCm<"divs.w.zx", 0x7B, I32, i32>;
1238 defm DIVSL : RRNCm<"divs.l", 0x7F, I64, i64, sdiv>;
/freebsd/lib/libpmc/
H A Dpmc.westmere.3272 DIVs, and IDIVs.
H A Dpmc.corei7.3276 DIVs, and IDIVs.
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.td450 def DIVS_l3r : FL3R<0b010001100, "divs", sdiv>;
/freebsd/contrib/libxo/libxo/
H A Dlibxo.c5057 * HTML output is wrapped in divs, so the color information in xo_format_colors()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10058 // the int divs. in BuildSDIVPow2()