HomeSort by relevance Sort by last modified time
    Searched full:leal (Results 301 - 325 of 366) sorted by null

<<1112131415

  /external/llvm/test/MC/X86/
x86-64.s 189 // CHECK: leal 0, %eax
190 leal 0, %eax
535 leal 8(%eax), %esi label
536 // CHECK: leal 8(%eax), %esi
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc 754 // Try to match the Add to a leal pattern
763 // No leal pattern match, use addl
790 // Turn subtractions of constant values into immediate "leal" instructions
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/x86/
gsubr.go     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/x86/
gsubr.go     [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/x86/
gsubr.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/x86/
gsubr.go     [all...]
  /external/boringssl/linux-x86_64/crypto/aes/
aesni-x86_64.S 1130 leal 1(%r8),%eax
1135 leal 2(%r8),%eax
1139 leal 3(%r8),%eax
1146 leal 4(%r8),%eax
1151 leal 5(%r8),%eax
1196 leal -48(%r10),%eax
    [all...]
aes-x86_64.S 252 leal (%rax,%rax,1),%r8d
254 leal (%rbx,%rbx,1),%r9d
280 leal (%rcx,%rcx,1),%r8d
286 leal (%rdx,%rdx,1),%r9d
    [all...]
  /external/boringssl/mac-x86_64/crypto/aes/
aesni-x86_64.S 1129 leal 1(%r8),%eax
1134 leal 2(%r8),%eax
1138 leal 3(%r8),%eax
1145 leal 4(%r8),%eax
1150 leal 5(%r8),%eax
1195 leal -48(%r10),%eax
    [all...]
aes-x86_64.S 252 leal (%rax,%rax,1),%r8d
254 leal (%rbx,%rbx,1),%r9d
280 leal (%rcx,%rcx,1),%r8d
286 leal (%rdx,%rdx,1),%r9d
    [all...]
  /external/llvm/test/MC/Disassembler/X86/
simple-tests.txt 96 # CHECK: leal 4(%esp), %ecx
105 # CHECK: leal 4(%rsp), %ecx
x86-32.txt 132 # CHECK: leal 4(%esp), %ecx
  /external/v8/src/regexp/x64/
regexp-macro-assembler-x64.cc 505 __ leal(rax, Operand(current_character(), -from));
515 __ leal(rax, Operand(current_character(), -from));
    [all...]
  /external/valgrind/coregrind/
m_trampoline.S 940 leal (%ecx,%esi), %eax
978 leal (%edi,%eax), %eax
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/amd64/
gsubr.go 602 // Turn MOVL $xxx into LEAL xxx.
604 // only expects to see LEAL, because that's what we had
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/amd64/
gsubr.go 599 // Turn MOVL $xxx into LEAL xxx.
601 // only expects to see LEAL, because that's what we had
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/amd64/
gsubr.go 602 // Turn MOVL $xxx into LEAL xxx.
604 // only expects to see LEAL, because that's what we had
  /prebuilts/go/linux-x86/src/cmd/compile/internal/amd64/
gsubr.go 599 // Turn MOVL $xxx into LEAL xxx.
601 // only expects to see LEAL, because that's what we had
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i386.c 1050 {0x8d,0x76,0x00}; /* leal 0(%esi),%esi */
1052 {0x8d,0x74,0x26,0x00}; /* leal 0(%esi,1),%esi */
    [all...]
  /art/compiler/utils/x86/
assembler_x86.h 366 void leal(Register dst, const Address& src);
  /toolchain/binutils/binutils-2.25/gas/
NEWS 240 with multi-byte nop instructions such as leal 0(%esi,1),%esi. This
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc     [all...]
  /art/runtime/arch/x86/
quick_entrypoints_x86.S 481 leal 4(%esp), %edi // EDI = just after Method* in stack arguments
578 leal 4(%esp), %edi // EDI = just after Method* in stack arguments
    [all...]
  /art/runtime/arch/x86_64/
quick_entrypoints_x86_64.S     [all...]
  /external/valgrind/VEX/test/
test-i386.c 166 asm("leal " STR ", %0"\
174 asm(".code16 ; .byte 0x67 ; leal " STR ", %0 ; .code32"\
    [all...]

Completed in 550 milliseconds

<<1112131415