HomeSort by relevance Sort by last modified time
    Searched refs:bsf (Results 1 - 25 of 33) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
rep-suffix.s 11 rep bsf %ecx, %eax
x86-64-rep-suffix.s 13 rep bsf %ecx, %eax
inval-reg.s 18 bsf %bx,%ecx label
inval-reg.l 71 [ ]*18[ ]+bsf %bx,%ecx
opcode.s 355 bsf 0x90909090(%eax),%edx
564 bsf 0x90909090(%eax),%dx
intel.s 358 bsf edx, 0x90909090[eax]
569 bsf dx, 0x90909090[eax]
opcode.d 362 59c: 0f bc 90 90 90 90 90 [ ]*bsf -0x6f6f6f70\(%eax\),%edx
571 9af: 66 0f bc 90 90 90 90 90 [ ]*bsf -0x6f6f6f70\(%eax\),%dx
intel.d 365 [ ]*[a-f0-9]+: 0f bc 90 90 90 90 90 [ ]*bsf -0x6f6f6f70\(%eax\),%edx
576 [ ]*[a-f0-9]+: 66 0f bc 90 90 90 90 90 [ ]*bsf -0x6f6f6f70\(%eax\),%dx
    [all...]
opcode-intel.d 363 *[0-9a-f]+: 0f bc 90 90 90 90 90[ ]+bsf[ ]+edx,(DWORD PTR )?\[eax-0x6f6f6f70\]
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-bsf.jar 
  /bionic/libc/arch-x86/silvermont/string/
sse2-strlen-slm.S 272 bsf %ecx, %ecx
280 bsf %ecx, %ecx
285 bsf %ecx, %eax
291 bsf %ecx, %ecx
298 bsf %ecx, %ecx
306 bsf %ecx, %ecx
314 bsf %ecx, %ecx
322 bsf %ecx, %ecx
sse2-strcpy-slm.S 363 bsf %ecx, %edx
588 bsf %ecx, %edx
615 bsf %edx, %edx
624 bsf %edx, %edx
635 bsf %edx, %edx
643 bsf %edx, %edx
651 bsf %edx, %edx
667 bsf %ecx, %edx
686 bsf %edx, %edx
706 bsf %edx, %ed
    [all...]
  /bionic/libc/arch-x86_64/string/
sse2-strlen-slm.S 251 bsf %rdx, %rdx
260 bsf %rdx, %rdx
266 bsf %rdx, %rdx
273 bsf %rdx, %rdx
280 bsf %rdx, %rdx
287 bsf %rdx, %rdx
sse2-strlcpy-slm.S 125 bsf %rdx, %rdx
135 bsf %rdx, %rdx
147 bsf %rdx, %rdx
164 bsf %rdx, %rdx
263 bsf %rdx, %rdx
270 bsf %rdx, %rdx
280 bsf %rdx, %rdx
286 bsf %rdx, %rdx
305 bsf %rdx, %rdx
315 bsf %rdx, %rd
    [all...]
sse2-strcpy-slm.S 307 bsf %rcx, %rdx
375 bsf %rdx, %rdx
381 bsf %rdx, %rdx
392 bsf %rdx, %rdx
397 bsf %rdx, %rdx
405 bsf %rdx, %rdx
421 bsf %rcx, %rdx
440 bsf %rdx, %rdx
497 bsf %rdx, %rdx
505 bsf %rdx, %rd
    [all...]
  /external/zlib/src/contrib/amd64/
amd64-match.S 364 * This three-liner is tantalizingly simple, but bsf is a slow instruction,
368 LeaveLoopCmps: bsf %rax, %rax /* find the first non-zero bit */
  /prebuilts/tools/common/m2/repository/org/beanshell/bsh/2.0b4/
bsh-2.0b4.jar 
  /external/v8/src/x87/
assembler-x87.h 773 void bsf(Register dst, Register src) { bsf(dst, Operand(src)); }
774 void bsf(Register dst, const Operand& src);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_math.h 468 __asm bsf eax, [u]
  /external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
avcodec.h     [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
x86inc.asm 1134 ; tzcnt is equivalent to "rep bsf" and is backwards-compatible with bsf.
1136 %define tzcnt rep bsf
  /external/v8/src/ia32/
assembler-ia32.h 781 void bsf(Register dst, Register src) { bsf(dst, Operand(src)); }
782 void bsf(Register dst, const Operand& src);
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 396 #define BSF_L(a, b) CHOICE(bsfl ARG2(a,b), bsfl ARG2(a,b), _LTOG bsf ARG2(b,a))
397 #define BSF_W(a, b) CHOICE(bsfw ARG2(a,b), bsfw ARG2(a,b), _WTOG bsf ARG2(b,a))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/test/
test_email.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/email/test/
test_email.py     [all...]

Completed in 395 milliseconds

1 2