Home
last modified time | relevance | path

Searched refs:stos (Results 1 – 13 of 13) sorted by relevance

/third_party/elfutils/libcpu/
Di386.mnemonics476 MNE(stos)
Dx86_64.mnemonics464 MNE(stos)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.td1496 "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/
Dbison.m4311 $1([stos], [b4_stos],
/third_party/mesa3d/src/mesa/x86/
Dassyntax.h664 #define STOS_L CHOICE(stosl, stosl, _LTOG stos)
665 #define STOS_W CHOICE(stosw, stosw, _WTOG stos)
/third_party/elfutils/libcpu/defs/
Di386556 1010101{w}:{R}stos {ax}{w},{es_di}
/third_party/node/deps/v8/src/codegen/ia32/
Dassembler-ia32.h541 void stos();
Dassembler-ia32.cc735 void Assembler::stos() { in stos() function in v8::internal::Assembler
/third_party/icu/docs/userguide/transforms/general/
Dindex.md115 | Καλούδης, Χρήστος | Kaloúdēs, Chrḗstos |
/third_party/elfutils/po/
Dpl.po6625 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/
Dtestfile44.expect.bz2
Dtestfile45.expect.bz21testfile45.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/
DX86GenAsmMatcher.inc7765 "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 …]