HomeSort by relevance Sort by last modified time
    Searched refs:subl (Results 176 - 200 of 286) sorted by null

1 2 3 4 5 6 78 91011>>

  /bionic/libm/x86_64/
e_hypot.S 102 subl %edx, %ecx
s_atan.S 80 subl $16288, %edx
202 subl $2146435072, %edx
s_tanh.S 102 subl $16304, %ecx
126 subl $16368, %eax
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DivU64x64Remainder.S 81 subl %eax, %esi
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
EfiZeroMem.S 87 subl %ecx, %edx # subtract from the original count
EfiCopyMem.S 111 subl %eax, %ecx # subtract from the original count
156 subl $4, %ecx # decrement Count
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
PeiCoreEntry.S 124 subl %ecx, %edx
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DivU64x64Remainder.S 79 subl %eax, %esi
  /external/libunwind_llvm/src/
CompactUnwinder.hpp 132 // stack size is encoded in subl $xxx,%esp instruction
133 uint32_t subl = addressSpace.get32(functionStart + stackSizeEncoded); local
134 stackSize = subl + 4 * stackAdjust;
363 // stack size is encoded in subl $xxx,%esp instruction
364 uint32_t subl = addressSpace.get32(functionStart + stackSizeEncoded); local
365 stackSize = subl + 8 * stackAdjust;
  /external/llvm/test/MC/COFF/
cv-def-range.s 22 subl $8, %esp
  /external/llvm/test/MC/X86/
x86-64.s 57 // CHECK: subl $1, %eax
58 subl $1, %eax
61 // CHECK: subl $-1, %eax
62 subl $-1, %eax
65 // CHECK: subl $256, %eax
66 subl $256, %eax
85 // CHECK: subl %eax, %ebx
86 subl %eax, %ebx
    [all...]
  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86-64.s 54 // CHECK: subl $1, %eax
55 subl $1, %eax
58 // CHECK: subl $-1, %eax
59 subl $-1, %eax
62 // CHECK: subl $256, %eax
63 subl $256, %eax
82 // CHECK: subl %eax, %ebx
83 subl %eax, %ebx
  /hardware/intel/bootstub/
e820_bios.S 84 subl $relocated_start, %ecx
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
CompactUnwinder.hpp 132 // stack size is encoded in subl $xxx,%esp instruction
133 uint32_t subl = addressSpace.get32(functionStart + stackSizeEncoded); local
134 stackSize = subl + 4 * stackAdjust;
361 // stack size is encoded in subl $xxx,%esp instruction
362 uint32_t subl = addressSpace.get32(functionStart + stackSizeEncoded); local
363 stackSize = subl + 8 * stackAdjust;
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/i386/
compressed-1.s 32 subl $12, %esp
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
dw2-compress-2.s 32 subl $12, %esp
lock-1.d 33 [ ]*[a-f0-9]+: f0 83 2b 64 lock subl \$0x64,\(%ebx\)
62 [ ]*[a-f0-9]+: f0 83 2b 64 lock subl \$0x64,\(%ebx\)
x86-64-lock-1.d 34 [ ]*[a-f0-9]+: f0 83 2b 64 lock subl \$0x64,\(%rbx\)
64 [ ]*[a-f0-9]+: f0 83 2b 64 lock subl \$0x64,\(%rbx\)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
insns9s12xg.s 109 subl r4,#0x55
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
compressed1.s 24 subl $8, %esp
  /external/valgrind/coregrind/
m_trampoline.S 130 subl %edx, %eax
884 subl %edx, %eax
928 subl %edx, %eax
960 subl $16, %esp
975 subl %esi, %edi
977 subl %edi, %esi
999 subl 12(%ebp), %eax
1081 subl %edx, %eax
    [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
FspApiEntry.s 346 subl $MicrocodeHdrLength, %ecx
523 subl PcdGet32 (PcdFspTemporaryRamSize), %edx
753 subl $0x08, %esp
762 subl $(DATA_LEN_AT_STACK_TOP + 0x40), %esp
780 subl $0x20, %edi
802 subl PcdGet32(PcdFspTemporaryRamSize), %eax
  /external/boringssl/linux-x86/crypto/fipsmodule/
vpaes-x86.S 113 subl $1,%eax
203 subl $1,%eax
617 subl $16,%eax
625 subl %esi,%edi
647 subl $16,%edi
662 subl $16,%edi
  /external/boringssl/mac-x86/crypto/fipsmodule/
vpaes-x86.S 110 subl $1,%eax
198 subl $1,%eax
592 subl $16,%eax
600 subl %esi,%edi
622 subl $16,%edi
637 subl $16,%edi
  /external/boringssl/linux-x86/crypto/chacha/
chacha-x86.S 28 subl $132,%esp
49 subl $1,%eax
313 subl $64,%ecx
394 subl $524,%esp
403 subl $256,%ecx
823 subl $256,%ecx
926 subl $64,%ecx

Completed in 803 milliseconds

1 2 3 4 5 6 78 91011>>