HomeSort by relevance Sort by last modified time
    Searched full:clz (Results 26 - 50 of 516) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/compiler-rt/lib/builtins/arm/
udivmodsi4.S 66 clz ip, r0
67 clz r3, r1
68 /* r0 >= r1 implies clz(r0) <= clz(r1), so ip <= r3. */
82 # error THUMB mode requires CLZ or UDIV
udivsi3.S 66 clz ip, r0
67 clz r3, r1
68 /* r0 >= r1 implies clz(r0) <= clz(r1), so ip <= r3. */
82 # error THUMB mode requires CLZ or UDIV
umodsi3.S 64 clz ip, r0
65 clz r3, r1
66 /* r0 >= r1 implies clz(r0) <= clz(r1), so ip <= r3. */
78 # error THUMB mode requires CLZ or UDIV
  /external/llvm/test/CodeGen/Mips/
countleading.ll 18 ; MIPS4-NOT: clz
20 ; MIPS32-GT-R1: clz $2, $4
22 ; MIPS64-GT-R1: clz $2, $4
51 ; MIPS32-GT-R1-DAG: clz $[[R0:[0-9]+]], $4
52 ; MIPS32-GT-R1-DAG: clz $[[R1:[0-9]+]], $5
  /external/v8/test/cctest/
test-disasm-mips.cc 494 COMPARE(clz(a0, a1),
495 "00a02050 clz a0, a1");
496 COMPARE(clz(s6, s7),
497 "02e0b050 clz s6, s7");
498 COMPARE(clz(v0, v1),
499 "00601050 clz v0, v1");
501 COMPARE(clz(a0, a1),
502 "70a42020 clz a0, a1");
503 COMPARE(clz(s6, s7),
504 "72f6b020 clz s6, s7")
    [all...]
  /external/javassist/src/main/javassist/
CtMember.java 32 public boolean hasAnnotation(Class clz) { return false; }
33 public Object getAnnotation(Class clz)
210 * @param clz the annotation class.
214 public abstract boolean hasAnnotation(Class clz);
223 * @param clz the annotation class.
227 public abstract Object getAnnotation(Class clz) throws ClassNotFoundException;
  /art/runtime/base/
bit_utils_test.cc 25 // NOTE: CLZ(0u) is undefined.
26 static_assert(31 == CLZ<uint32_t>(1u), "TestCLZ32#1");
27 static_assert(30 == CLZ<uint32_t>(2u), "TestCLZ32#2");
28 static_assert(16 == CLZ<uint32_t>(0x00008765u), "TestCLZ32#3");
29 static_assert(15 == CLZ<uint32_t>(0x00012345u), "TestCLZ32#4");
30 static_assert(1 == CLZ<uint32_t>(0x43214321u), "TestCLZ32#5");
31 static_assert(0 == CLZ<uint32_t>(0x87654321u), "TestCLZ32#6");
33 // NOTE: CLZ(0ull) is undefined.
34 static_assert(63 == CLZ<uint64_t>(UINT64_C(1)), "TestCLZ64#1");
35 static_assert(62 == CLZ<uint64_t>(UINT64_C(3)), "TestCLZ64#2")
    [all...]
  /external/libmpeg2/common/armv8/
impeg2_platform_macros.h 29 static __inline UWORD32 CLZ(UWORD32 u4_word)
  /external/libmpeg2/common/mips/
impeg2_platform_macros.h 28 static __inline UWORD32 CLZ(UWORD32 u4_word)
  /external/libmpeg2/common/x86/
impeg2_platform_macros.h 28 static __inline UWORD32 CLZ(UWORD32 u4_word)
  /external/valgrind/none/tests/mips64/
arithmetic_instruction.stdout.exp-mips64     [all...]
arithmetic_instruction.stdout.exp-mips64r2     [all...]
  /frameworks/compile/slang/tests/P_math_int/
math_int.rs 81 TEST_IFUNC_1(clz);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoringAction.java 137 Class<? extends VisualRefactoringAction> clz) {
138 return new ActionWrapper(title, editorDelegate, clz);
146 Class<? extends VisualRefactoringAction> clz) {
149 mClass = clz;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode_inline.h 126 clz run, match
163 clz run, match
169 clz run, match
205 clz run, match
219 asm volatile("clz %0, %1"
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
apitest.rs 899 c = clz(c);
900 c2 = clz(c2);
901 c3 = clz(c3);
902 c4 = clz(c4);
903 uc = clz(uc);
904 uc2 = clz(uc2);
905 uc3 = clz(uc3);
906 uc4 = clz(uc4);
907 s = clz(s);
908 s2 = clz(s2)
    [all...]
  /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
apitest.rs 899 c = clz(c);
900 c2 = clz(c2);
901 c3 = clz(c3);
902 c4 = clz(c4);
903 uc = clz(uc);
904 uc2 = clz(uc2);
905 uc3 = clz(uc3);
906 uc4 = clz(uc4);
907 s = clz(s);
908 s2 = clz(s2)
    [all...]
  /external/libavc/decoder/
ih264d_bitstrm.h 166 u4_ldz = CLZ(u4_word); \
177 u4_ldz = CLZ(u4_word); \
  /external/libhevc/decoder/
ihevcd_trace.h 101 m_clz = CLZ(m_range); \
112 m_clz = CLZ(m_range); \
  /external/libopus/celt/
entcode.c 37 a BSR or CLZ instruction (see ecintrin.h).
38 If you are optimizing Opus on a new platform and it has a native CLZ or
  /art/runtime/
leb128.h 102 // bits_to_encode = (data != 0) ? 32 - CLZ(x) : 1 // 32 - CLZ(data | 1)
104 uint32_t x = 6 + 32 - CLZ(data | 1);
114 uint32_t x = 1 /* we need to encode the sign bit */ + 6 + 32 - CLZ(data | 1);
  /external/libmpeg2/common/arm/
impeg2_platform_macros.h 30 static __inline UWORD32 CLZ(UWORD32 u4_word)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
h264bsdCountLeadingZeros.s 45 CLZ value, value
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
h264bsdCountLeadingZeros.S 44 CLZ value, value
  /frameworks/native/services/surfaceflinger/
clz.h 23 int inline clz(int32_t x) { function in namespace:android

Completed in 984 milliseconds

12 3 4 5 6 7 8 91011>>