Searched refs:stosl (Results 1 – 15 of 15) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | 2010-06-25-CoalescerSubRegDefDead.ll | 20 ; The point of this code is that %rdi is set to %rdi+64036 for the rep;stosl 26 ; CHECK: rep;stosl
|
D | mem-intrin-base-reg.ll | 98 ; CHECK: rep;stosl
|
/external/ltp/testcases/kernel/kvm/ |
D | bootstrap_x86_64.S | 80 rep stosl 102 rep stosl 136 rep stosl
|
D | bootstrap_x86.S | 90 rep stosl
|
/external/musl/src/string/i386/ |
D | memset.s | 62 stosl
|
/external/llvm/test/MC/X86/ |
D | x86-16.s | 898 stosl 899 stosl %eax, %es:(%di)
|
D | x86-64.s | 691 stosl label 1267 stosl 1268 stosl %eax, %es:(%rdi)
|
D | x86-32.s | 1023 stosl 1024 stosl %eax, %es:(%edi)
|
/external/llvm/test/MC/Disassembler/X86/ |
D | x86-16.txt | 750 # CHECK: stosl
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 664 #define STOS_L CHOICE(stosl, stosl, _LTOG stos)
|
/external/llvm/lib/Target/X86/ |
D | X86InstrCompiler.td | 420 def REP_STOSD_32 : I<0xAB, RawFrm, (outs), (ins), "{rep;stosl|rep stosd}", 435 def REP_STOSD_64 : I<0xAB, RawFrm, (outs), (ins), "{rep;stosl|rep stosd}",
|
D | README.txt | 165 We are currently lowering large (1MB+) memmove/memcpy to rep/stosl and rep/movsl
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrCompiler.td | 430 "{rep;stosl %eax, %es:(%edi)|rep stosd es:[edi], eax}", 453 "{rep;stosl %eax, %es:(%rdi)|rep stosd es:[rdi], eax}",
|
D | README.txt | 165 We are currently lowering large (1MB+) memmove/memcpy to rep/stosl and rep/movsl
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 7765 "sti\007stmxcsr\004stos\005stosb\005stosd\005stosl\005stosq\005stosw\003" 10411 { 7647 /* stosl */, X86::STOSL, Convert__DstIdx321_0, AMFBS_None, { MCK_DstIdx32 }, }, 10412 { 7647 /* stosl */, X86::STOSL, Convert__DstIdx321_1, AMFBS_None, { MCK_EAX, MCK_DstIdx32 }, },
|