HomeSort by relevance Sort by last modified time
    Searched refs:xorl (Results 201 - 225 of 247) sorted by null

1 2 3 4 5 6 7 8910

  /art/compiler/optimizing/
intrinsics_x86.cc 124 __ xorl(temp1, temp1);
438 __ xorl(EAX, EDX);
473 __ xorl(output_lo, input_lo);
474 __ xorl(output_hi, input_hi);
    [all...]
code_generator_x86_64.cc 115 __ xorl(cpu_reg_, cpu_reg_);
123 __ xorl(cpu_reg_, cpu_reg_);
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
bs16.S 215 xorl %edx, %edx # edx = 0
start.S 232 xorl %edx, %edx # edx = 0
357 xorl %ebx, %ebx
    [all...]
start16.S 226 xorl %edx, %edx # edx = 0
351 xorl %ebx, %ebx
    [all...]
start32.S 241 xorl %edx, %edx # edx = 0
366 xorl %ebx, %ebx
    [all...]
bs32.S 236 xorl %edx, %edx # edx = 0
st16_64.S 238 xorl %edx,%edx # edx = 0
363 xorl %ebx,%ebx
    [all...]
st32_64.S 253 xorl %edx,%edx # edx = 0
378 xorl %ebx,%ebx
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
Thunk16.S 81 xorl %eax, %eax
  /external/boringssl/linux-x86/crypto/fipsmodule/
ghash-x86.S 20 xorl %ecx,%ecx
361 xorl 12(%ecx),%edx
362 xorl 8(%ecx),%ebx
368 xorl %eax,%eax
aesni-x86.S 633 xorl %ebp,%ebp
722 xorl %ebp,%ebp
845 xorl %ebp,%ebp
1450 xorl %ebx,%ebx
    [all...]
  /external/boringssl/mac-x86/crypto/fipsmodule/
ghash-x86.S 19 xorl %ecx,%ecx
358 xorl 12(%ecx),%edx
359 xorl 8(%ecx),%ebx
365 xorl %eax,%eax
aesni-x86.S 610 xorl %ebp,%ebp
697 xorl %ebp,%ebp
818 xorl %ebp,%ebp
1419 xorl %ebx,%ebx
    [all...]
  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86-32-coverage.s 150 // CHECK: xorl $2063514302, 3735928559(%ebx,%ecx,8)
151 xorl $0x7afebabe,0xdeadbeef(%ebx,%ecx,8)
153 // CHECK: xorl $324478056, 3735928559(%ebx,%ecx,8)
154 xorl $0x13572468,0xdeadbeef(%ebx,%ecx,8)
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc 1098 xorl(dst, dst);
    [all...]
  /art/compiler/utils/x86/
jni_macro_assembler_x86.cc 435 __ xorl(out_reg.AsCpuRegister(), out_reg.AsCpuRegister());
474 __ xorl(out_reg.AsCpuRegister(), out_reg.AsCpuRegister());
  /art/compiler/utils/x86_64/
jni_macro_assembler_x86_64.cc 492 __ xorl(out_reg.AsCpuRegister(), out_reg.AsCpuRegister());
531 __ xorl(out_reg.AsCpuRegister(), out_reg.AsCpuRegister());
  /bionic/libm/x86_64/
s_sin.S 414 xorl %ebx, %edx
431 xorl %esi, %edi
s_tan.S 396 xorl %ebx, %edx
413 xorl %esi, %edi
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
SmiException.S 527 xorl %eax, %eax
546 xorl %eax, %eax
745 xorl %eax, %eax
  /external/llvm/test/MC/X86/
x86-32-coverage.s     [all...]
  /art/runtime/interpreter/mterp/out/
mterp_x86_64.S     [all...]
  /external/valgrind/coregrind/
m_trampoline.S 109 xorl %eax, %eax
210 xorl %eax, %eax
239 xorl %eax, %eax
    [all...]
  /bionic/libc/arch-x86/atom/string/
sse2-wcscmp-atom.S 1041 xorl %eax, %eax
1058 xorl %eax, %eax

Completed in 786 milliseconds

1 2 3 4 5 6 7 8910