/third_party/elfutils/libcpu/ |
D | i386.mnemonics | 476 MNE(stos)
|
D | x86_64.mnemonics | 464 MNE(stos)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1496 "stos{l|d}\t{%eax, $dst|$dst, eax}", []>, OpSize32; 3251 // stos aliases. Accept the source being omitted because it's implicit in 3256 def : InstAlias<"stos{l|d}\t$dst", (STOSL dstidx32:$dst), 0>; 3258 def : InstAlias<"stos\t{%al, $dst|$dst, al}", (STOSB dstidx8:$dst), 0>; 3259 def : InstAlias<"stos\t{%ax, $dst|$dst, ax}", (STOSW dstidx16:$dst), 0>; 3260 def : InstAlias<"stos\t{%eax, $dst|$dst, eax}", (STOSL dstidx32:$dst), 0>; 3261 def : InstAlias<"stos\t{%rax, $dst|$dst, rax}", (STOSQ dstidx64:$dst), 0>, Requires<[In64BitMode]>; 3262 def : InstAlias<"stos\t$dst", (STOSB dstidx8:$dst), 0, "intel">; 3263 def : InstAlias<"stos\t$dst", (STOSW dstidx16:$dst), 0, "intel">; 3264 def : InstAlias<"stos\t$dst", (STOSL dstidx32:$dst), 0, "intel">; [all …]
|
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/ |
D | bison.m4 | 311 $1([stos], [b4_stos],
|
/third_party/mesa3d/src/mesa/x86/ |
D | assyntax.h | 664 #define STOS_L CHOICE(stosl, stosl, _LTOG stos) 665 #define STOS_W CHOICE(stosw, stosw, _WTOG stos)
|
/third_party/elfutils/libcpu/defs/ |
D | i386 | 556 1010101{w}:{R}stos {ax}{w},{es_di}
|
/third_party/node/deps/v8/src/codegen/ia32/ |
D | assembler-ia32.h | 541 void stos();
|
D | assembler-ia32.cc | 735 void Assembler::stos() { in stos() function in v8::internal::Assembler
|
/third_party/icu/docs/userguide/transforms/general/ |
D | index.md | 115 | Καλούδης, Χρήστος | Kaloúdēs, Chrḗstos |
|
/third_party/elfutils/po/ |
D | pl.po | 6625 msgstr "Wyświetla stos numeru PID procesu" 6629 msgstr "Wyświetla stos odnaleziony w PLIKU-CORE" 6711 "Wyświetla stos dla każdego wątku w procesie lub pliku core.\n"
|
/third_party/elfutils/tests/ |
D | testfile44.expect.bz2 |
|
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 7765 "sti\007stmxcsr\004stos\005stosb\005stosd\005stosl\005stosq\005stosw\003" 10405 { 7630 /* stos */, X86::STOSB, Convert__DstIdx81_1, AMFBS_None, { MCK_AL, MCK_DstIdx8 }, }, 10406 { 7630 /* stos */, X86::STOSW, Convert__DstIdx161_1, AMFBS_None, { MCK_AX, MCK_DstIdx16 }, }, 10407 { 7630 /* stos */, X86::STOSL, Convert__DstIdx321_1, AMFBS_None, { MCK_EAX, MCK_DstIdx32 }, }, 10408 …{ 7630 /* stos */, X86::STOSQ, Convert__DstIdx641_1, AMFBS_In64BitMode, { MCK_RAX, MCK_DstIdx64 },… 24969 { 7630 /* stos */, X86::STOSW, Convert__DstIdx161_0, AMFBS_None, { MCK_DstIdx16 }, }, 24970 { 7630 /* stos */, X86::STOSL, Convert__DstIdx321_0, AMFBS_None, { MCK_DstIdx32 }, }, 24971 { 7630 /* stos */, X86::STOSQ, Convert__DstIdx641_0, AMFBS_In64BitMode, { MCK_DstIdx64 }, }, 24972 { 7630 /* stos */, X86::STOSB, Convert__DstIdx81_0, AMFBS_None, { MCK_DstIdx8 }, }, 24973 { 7630 /* stos */, X86::STOSW, Convert__DstIdx161_0, AMFBS_None, { MCK_DstIdx16, MCK_AX }, }, [all …]
|