/external/llvm/test/CodeGen/X86/ |
movtopush.ll | 242 ; NORMAL-NOT: leal (%esp), 254 ; NORMAL-NEXT: leal 32(%esp), [[E3:%e..]] 256 ; NORMAL-NEXT: leal 28(%esp), [[E4:%e..]]
|
win-catchpad.ll | 59 ; X86: leal -[[local_offs:[0-9]+]](%ebp), %[[addr_reg:[a-z]+]] 84 ; X86-DAG: leal -[[local_offs]](%ebp), %[[addr_reg:[a-z]+]] 100 ; X86-DAG: leal -[[local_offs]](%ebp), %[[addr_reg:[a-z]+]]
|
switch.ll | 52 ; CHECK: leal -100 270 ; CHECK: leal -5 342 ; CHECK: leal -1
|
cmov.ll | 139 ; CHECK: leal 4(%rax,%rax,8), %eax
|
loop-strength-reduce8.ll | 4 ; "leal 16(%eax), %edx" by the backend (PR20776).
|
xor.ll | 211 ; X32: leal
|
avx-intel-ocl.ll | 124 ; X64: leal {{.*}}, %edi
|
/prebuilts/go/darwin-x86/src/runtime/ |
sys_darwin_386.s | 199 LEAL 12(SP), AX // must be non-nil, unused 324 LEAL 24(SP), AX 366 LEAL m_tls(DX), BP
|
/prebuilts/go/linux-x86/src/runtime/ |
sys_darwin_386.s | 199 LEAL 12(SP), AX // must be non-nil, unused 324 LEAL 24(SP), AX 366 LEAL m_tls(DX), BP
|
/external/boringssl/linux-x86/crypto/sha/ |
sha512-586.S | 21 leal .L001K512-.L000pic_point(%ebp),%ebp 30 leal OPENSSL_ia32cap_P-.L001K512(%ebp),%edx 366 leal (%esp,%eax,1),%esp 379 leal -64(%esp),%edx 438 leal 128(%ebp),%ebp 442 leal 128(%edi),%edi 1471 leal 128(%ebp),%ebp 1475 leal -640(%ebp),%ebp [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-i386.c | [all...] |
/external/boringssl/mac-x86/crypto/sha/ |
sha512-586.S | 20 leal L001K512-L000pic_point(%ebp),%ebp 365 leal (%esp,%eax,1),%esp 378 leal -64(%esp),%edx 437 leal 128(%ebp),%ebp 441 leal 128(%edi),%edi 1470 leal 128(%ebp),%ebp 1474 leal -640(%ebp),%ebp [all...] |
/art/compiler/utils/x86/ |
assembler_x86.cc | 314 void X86Assembler::leal(Register dst, const Address& src) { function in class:art::x86::X86Assembler [all...] |
/external/v8/src/ic/x64/ |
ic-x64.cc | 410 __ leal(rdi, Operand(key, 1)); 426 __ leal(rdi, Operand(key, 1)); 458 __ leal(rdi, Operand(key, 1));
|
/art/runtime/interpreter/mterp/x86/ |
header.S | 247 leal 2*\_count(rPC), rPC
|
/external/gemmlowp/internal/ |
kernel_SSE.h | 178 "leal (%%eax,%%eax,0x2), %%ecx\n\t" 186 "leal (%%eax,%%eax,0x2), %%ecx\n\t"
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/x86/ |
asm.go | 88 // turn MOVL of GOT entry into LEAL of symbol address, relative to GOT. 154 // turn MOVL of GOT entry into LEAL of symbol itself
|