Home
last modified time | relevance | path

Searched refs:divs (Results 1 – 21 of 21) sorted by relevance

/openbsd/src/gnu/llvm/clang/www/analyzer/scripts/
Dexpandcollapse.js44 var divs = rows[i].getElementsByTagName("div");
45 for (var j=0; j<divs.length; j+=1) {
47 var expandableDiv = divs[j];
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/
Dt06_ari2.s180 divs.w #0xf:4,r1 ;01d651f1
182 divs.w r3,r1 ;01d25131
184 divs.l #0xf:4,er1 ;01d653f1
186 divs.l er3,er1 ;01d25331
/openbsd/src/usr.bin/systat/
Dengine.c314 int divs[] = {20, 10, 5, 4, 3, 2, 1, 0}; in print_bar_title() local
323 for (i = 0; divs[i]; i++) in print_bar_title()
324 if (divs[i] * len <= fld->width) in print_bar_title()
327 if (divs[i] == 0) { in print_bar_title()
332 d = divs[i]; in print_bar_title()
/openbsd/src/regress/usr.bin/sed/
Dmath.sed183 # move any mul/divs to the front via parans
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DREADME-SSE.txt822 and emit 3 mulsd in place of the divs. This can be done as a target-independent
/openbsd/src/gnu/gcc/gcc/config/m68k/
Dm68k.md105 ;;- the kernel. The affected instructions are: divs.l <ea>,Dr:Dq;
3009 return "divs%.l %2,%0";
3013 return "rems%.l %2,%3:%0\;divs%.l %2,%0";
3025 return "divs%.l %2,%0";
3079 "ext%.l %0\;divs%.w %2,%0" :
3080 "extl %0\;divs %2,%0",
/openbsd/src/gnu/llvm/llvm/lib/Target/VE/
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>;
/openbsd/src/gnu/llvm/llvm/lib/Target/XCore/
DXCoreInstrInfo.td450 def DIVS_l3r : FL3R<0b010001100, "divs", sdiv>;
/openbsd/src/gnu/usr.bin/gcc/gcc/config/m68k/
Dm68k.md114 ;;- the kernel. The affected instructions are: divs.l <ea>,Dr:Dq;
3595 return \"divs%.l %2,%0\";
3625 output_asm_insn (\"ext%.l %0\;divs%.w %2,%0\", operands);
3627 output_asm_insn (\"extl %0\;divs %2,%0\", operands);
/openbsd/src/gnu/gcc/gcc/config/h8300/
Dh8300.md1629 "divs.w\\t%T2,%T0"
1647 "divs.l\\t%S2,%S0"
/openbsd/src/gnu/gcc/gcc/config/mcore/
Dmcore.md1004 "divs %0,%2")
/openbsd/src/gnu/usr.bin/gcc/gcc/config/mcore/
Dmcore.md1000 "divs %0,%2")
/openbsd/src/gnu/usr.bin/binutils/include/opcode/
DChangeLog-91032180 * d10v.h: Changes for divs, parallel-only instructions, and
/openbsd/src/gnu/usr.bin/binutils-2.17/include/opcode/
DChangeLog-91032199 * d10v.h: Changes for divs, parallel-only instructions, and
/openbsd/src/gnu/usr.bin/binutils/gas/
DChangeLog-96974316 Added kludge for divs instruction. Fixed minor problem with
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
DChangeLog-96974316 Added kludge for divs instruction. Fixed minor problem with
/openbsd/src/gnu/gcc/gcc/config/sh/
Dsh.md1833 "divs %2,%1"
/openbsd/src/gnu/gcc/gcc/config/rs6000/
Drs6000.md2360 "divs %0,%1,%2"
/openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/
Drs6000.md2568 "divs %0,%1,%2"
/openbsd/src/gnu/usr.bin/gcc/gcc/
DFSFChangeLog.107284 * m68k.md (udivmodhi4): Output "divu" instead of "divs".
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Dinvoke.texi6532 divs instruction) processes negative operands without trapping to