| /external/openssl/crypto/bn/asm/ |
| bn-586.S | 97 leal 32(%ebx),%ebx 98 leal 32(%edi),%edi
|
| /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/ |
| aes-x86_64.S | 253 leal (%rax,%rax,1),%r8d 255 leal (%rbx,%rbx,1),%r9d 282 leal (%rcx,%rcx,1),%r8d 286 leal (%rdx,%rdx,1),%r9d [all...] |
| aesni-x86_64.S | 1035 leal 1(%rax,%rax,1),%eax 1350 leal 3(%rax,%rax,1),%eax [all...] |
| /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass32/ |
| dwarf32_testhd.asm | 122 leal -8(%ebp), %esp
|
| /external/llvm/test/MC/Disassembler/X86/ |
| x86-32.txt | 129 # CHECK: leal 4(%esp), %ecx
|
| simple-tests.txt | 93 # CHECK: leal 4(%rsp), %ecx
|
| /external/llvm/test/MC/X86/ |
| intel-syntax.s | 60 // CHECK: leal (,%rdi,4), %r8d
|
| /external/openssl/crypto/aes/asm/ |
| aes-x86_64.S | 253 leal (%rax,%rax,1),%r8d 255 leal (%rbx,%rbx,1),%r9d 282 leal (%rcx,%rcx,1),%r8d 286 leal (%rdx,%rdx,1),%r9d [all...] |
| aesni-x86_64.S | 1035 leal 1(%rax,%rax,1),%eax 1350 leal 3(%rax,%rax,1),%eax [all...] |
| /external/grub/stage2/ |
| asm.S | 1151 leal 0x8(%esp), %ebp 1243 leal 0x8(%esp), %ebp [all...] |
| /external/v8/src/x64/ |
| ic-x64.cc | 695 __ leal(rdi, Operand(rcx, 1)); 703 __ leal(rdi, Operand(rcx, 1)); [all...] |
| code-stubs-x64.cc | 652 __ leal(rcx, Operand(double_exponent, -HeapNumber::kMantissaBits - 1)); 658 __ leal(rcx, Operand(double_exponent, -HeapNumber::kMantissaBits - 1)); [all...] |
| lithium-codegen-x64.cc | 958 __ leal(left, Operand(left, left, times_2, 0)); 964 __ leal(left, Operand(left, left, times_4, 0)); 970 __ leal(left, Operand(left, left, times_8, 0)); [all...] |
| macro-assembler-x64.cc | 989 leal(dst, Operand(src, constant)); [all...] |
| /external/valgrind/main/VEX/test/ |
| test-i386.c | 166 asm("leal " STR ", %0"\ 174 asm(".code16 ; .byte 0x67 ; leal " STR ", %0 ; .code32"\ [all...] |
| /external/chromium_org/third_party/openssl/openssl/crypto/bf/asm/ |
| bf-586.S | 764 leal .L005cbc_enc_jmp_table-.L004PIC_point(%edx),%ecx
|
| /external/chromium_org/third_party/openssl/openssl/crypto/des/asm/ |
| crypt586.S | 19 leal _GLOBAL_OFFSET_TABLE_+[.-.L000PIC_me_up](%edx),%edx
|
| /external/openssl/crypto/bf/asm/ |
| bf-586.S | 764 leal .L005cbc_enc_jmp_table-.L004PIC_point(%edx),%ecx
|
| /external/openssl/crypto/des/asm/ |
| crypt586.S | 19 leal _GLOBAL_OFFSET_TABLE_+[.-.L000PIC_me_up](%edx),%edx
|
| /external/chromium_org/v8/src/x64/ |
| lithium-codegen-x64.cc | [all...] |
| macro-assembler-x64.cc | [all...] |
| code-stubs-x64.cc | 557 __ leal(result_reg, MemOperand(rcx, -HeapNumber::kExponentBias)); [all...] |
| /external/valgrind/main/VEX/priv/ |
| host_x86_isel.c | [all...] |
| /external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
| assyntax.h | 504 #define LEA_L(a, b) CHOICE(leal ARG2(a,b), leal ARG2(a,b), _LTOG lea ARG2(b,a)) [all...] |
| /external/mesa3d/src/mesa/x86/ |
| assyntax.h | 504 #define LEA_L(a, b) CHOICE(leal ARG2(a,b), leal ARG2(a,b), _LTOG lea ARG2(b,a)) [all...] |