/external/llvm/test/CodeGen/X86/ |
D | clz.ll | 91 ; Generate a test and branch to handle zero inputs because bsr/bsf are very slow. 143 ; Generate a test and branch to handle zero inputs because bsr/bsf are very slow.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/META-INF/ |
D | MANIFEST.MF | 3 r,lib/ant-apache-bsf.jar,lib/ant-apache-log4j.jar,lib/ant-apache-oro. 175 Name: lib/ant-apache-bsf.jar
|
D | ECLIPSEF.SF | 120 Name: lib/ant-apache-bsf.jar
|
/external/v8/src/x87/ |
D | assembler-x87.h | 773 void bsf(Register dst, Register src) { bsf(dst, Operand(src)); } in bsf() function 774 void bsf(Register dst, const Operand& src);
|
D | assembler-x87.cc | 1151 void Assembler::bsf(Register dst, const Operand& src) { in bsf() function in v8::internal::Assembler
|
D | macro-assembler-x87.cc | 2378 bsf(dst, src); in Tzcnt()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | x86inc.asm | 1134 ; tzcnt is equivalent to "rep bsf" and is backwards-compatible with bsf. 1136 %define tzcnt rep bsf
|
/external/zlib/src/contrib/amd64/ |
D | amd64-match.S | 368 LeaveLoopCmps: bsf %rax, %rax /* find the first non-zero bit */
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_math.h | 468 __asm bsf eax, [u] in ffs()
|
/external/opencv3/3rdparty/include/ffmpeg_/libavcodec/ |
D | avcodec.h | 4632 void av_register_bitstream_filter(AVBitStreamFilter *bsf); 4685 void av_bitstream_filter_close(AVBitStreamFilterContext *bsf);
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 781 void bsf(Register dst, Register src) { bsf(dst, Operand(src)); } in bsf() function 782 void bsf(Register dst, const Operand& src);
|
D | assembler-ia32.cc | 1280 void Assembler::bsf(Register dst, const Operand& src) { in bsf() function in v8::internal::Assembler
|
D | macro-assembler-ia32.cc | 2496 bsf(dst, src); in Tzcnt()
|
/external/mesa3d/src/mesa/x86/ |
D | 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)) 1132 #define BSF_L(a, b) bsf L_(b), L_(a) 1133 #define BSF_W(a, b) bsf W_(b), W_(a)
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1179 "bsf{w}\t{$src, $dst|$dst, $src}", 1183 "bsf{w}\t{$src, $dst|$dst, $src}", 1187 "bsf{l}\t{$src, $dst|$dst, $src}", 1191 "bsf{l}\t{$src, $dst|$dst, $src}", 1195 "bsf{q}\t{$src, $dst|$dst, $src}", 1199 "bsf{q}\t{$src, $dst|$dst, $src}",
|
/external/elfutils/libcpu/defs/ |
D | i386 | 100 00001111,10111100,{mod}{reg}{r_m}:bsf {mod}{r_m},{reg}
|
/external/elfutils/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |
D | testfile45.expect.bz2 |
|
/external/valgrind/perf/ |
D | tinycc.c | 3069 DEF_WL(bsf) 4401 DEF_WL(bsf)
|