Searched refs:bsr (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
H A Dquantize_ssse3.c15 /* bitscan reverse (bsr) */
19 static int bsr(int mask) { function
28 static int bsr(int mask) { function
31 __asm__ __volatile__("bsr %1, %0" : "=r" (eob) : "r" (mask) : "flags");
33 asm volatile("bsr %1, %0" : "=r" (eob) : "r" (mask) : "flags");
111 eob = bsr(mask);
H A Dquantize_mmx.asm258 bsr rax, rcx
266 ; bsr rax, rcx
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dquantize_mmx.asm258 bsr rax, rcx
266 ; bsr rax, rcx
H A Dquantize_ssse3.asm112 bsr eax, edx ;count 0
H A Dquantize_sse4.asm224 bsr eax, edx
/external/openssl/crypto/modes/asm/
H A Dghash-alpha.pl269 bsr $t0,picmeup
344 bsr $t0,picmeup
/external/chromium_org/v8/src/x87/
H A Dassembler-x87.h772 void bsr(Register dst, Register src) { bsr(dst, Operand(src)); }
773 void bsr(Register dst, const Operand& src);
H A Dassembler-x87.cc1165 void Assembler::bsr(Register dst, const Operand& src) { function in class:v8::internal::Assembler
H A Dlithium-codegen-x87.cc4226 __ bsr(result, input);
/external/chromium_org/v8/src/ia32/
H A Dassembler-ia32.h789 void bsr(Register dst, Register src) { bsr(dst, Operand(src)); }
790 void bsr(Register dst, const Operand& src);
H A Dassembler-ia32.cc1232 void Assembler::bsr(Register dst, const Operand& src) { function in class:v8::internal::Assembler
H A Dlithium-codegen-ia32.cc3858 __ bsr(result, input);
/external/qemu/target-i386/
H A Dhelper.h194 DEF_HELPER_1(bsr, tl, tl)
/external/flac/libFLAC/
H A Dbitreader.c843 bsr eax, b
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dassyntax.h398 #define BSR_L(a, b) CHOICE(bsrl ARG2(a,b), bsrl ARG2(a,b), _LTOG bsr ARG2(b,a))
399 #define BSR_W(a, b) CHOICE(bsrw ARG2(a,b), bsrw ARG2(a,b), _WTOG bsr ARG2(b,a))
1134 #define BSR_L(a, b) bsr L_(b), L_(a)
1135 #define BSR_W(a, b) bsr W_(b), W_(a)
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h398 #define BSR_L(a, b) CHOICE(bsrl ARG2(a,b), bsrl ARG2(a,b), _LTOG bsr ARG2(b,a))
399 #define BSR_W(a, b) CHOICE(bsrw ARG2(a,b), bsrw ARG2(a,b), _WTOG bsr ARG2(b,a))
1134 #define BSR_L(a, b) bsr L_(b), L_(a)
1135 #define BSR_W(a, b) bsr W_(b), W_(a)
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dx86insn_nasm.gperf50 bsr, bsfr_insn, 3, SUF_Z, 0xBD, 0, 0, 0, CPU_386, 0, 0
H A Dx86insn_gas.gperf81 bsr, bsfr_insn, 3, SUF_Z, 0xBD, 0, 0, 0, CPU_386, 0, 0
/external/valgrind/main/perf/
H A Dtinycc.c3072 DEF_WL(bsr)
4404 DEF_WL(bsr)
/external/pcre/dist/
H A Dconfigure1529 --enable-bsr-anycrlf \R matches only CR, LF, CRLF by default
17173 # Handle --enable-bsr-anycrlf
17174 # Check whether --enable-bsr-anycrlf was given.
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 3704 milliseconds