HomeSort by relevance Sort by last modified time
    Searched full:clz (Results 126 - 150 of 395) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/test/MC/Mips/mips32/
valid.s 35 clz $sp,$gp # CHECK: clz $sp, $gp # encoding: [0x73,0x9d,0xe8,0x20]
  /external/llvm/test/MC/Mips/mips32r2/
valid.s 35 clz $sp,$gp # CHECK: clz $sp, $gp # encoding: [0x73,0x9d,0xe8,0x20]
  /external/llvm/test/MC/Mips/
mips64-alu-instructions.s 11 # CHECK: clz $6, $7 # encoding: [0x20,0x30,0xe6,0x70]
39 clz $6, $7
  /external/webp/src/dsp/
lossless_mips32.c 40 "clz %[log_cnt], %[v] \n\t"
74 "clz %[log_cnt], %[v] \n\t"
  /frameworks/rs/driver/runtime/
rs_cl.c 748 * clz
753 extern uint32_t __attribute__((overloadable)) clz(uint32_t v) { function
756 extern uint16_t __attribute__((overloadable)) clz(uint16_t v) { function
759 extern uint8_t __attribute__((overloadable)) clz(uint8_t v) { function
762 extern int32_t __attribute__((overloadable)) clz(int32_t v) { function
765 extern int16_t __attribute__((overloadable)) clz(int16_t v) { function
768 extern int8_t __attribute__((overloadable)) clz(int8_t v) { function
774 IN_FUNC_IN(clz)
    [all...]
  /bionic/libc/arch-arm64/generic/bionic/
strchr.S 147 clz tmp1, tmp1 /* And counting the leading zeros. */
  /external/aac/libFDK/include/arm/
clz_arm.h 102 asm("clz %0, %1 ": "=r"(result) : "r"(value) );
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/arm64/
ComplexToRealFixup.S 107 clz order, subFFTNum // N = 2^order
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
omxSP_FFTFwd_CToC_SC16_Sfs_s.S 128 CLZ order,N @// N = 2^order
omxSP_FFTFwd_CToC_SC32_Sfs_s.S 125 CLZ order,N @// N = 2^order
omxSP_FFTInv_CCSToR_S16_Sfs_s.S 159 CLZ order,N @ N = 2^order
omxSP_FFTInv_CToC_SC16_Sfs_s.S 127 CLZ order,N @// N = 2^order
omxSP_FFTInv_CToC_SC32_Sfs_s.S 126 CLZ order,N @// N = 2^order
  /external/chromium_org/v8/src/mips/
constants-mips.cc 263 case CLZ:
  /external/libhevc/common/arm/
ihevc_intra_pred_chroma_dc.s 113 clz r5, r4 @counts leading zeros
  /external/qemu/target-mips/
helper.h 28 DEF_HELPER_FLAGS_1(clz, TCG_CALL_NO_RWG_SE, tl, tl)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
armVCM4P10_DecodeCoeffsToPair_s.S 106 CLZ r7,r7
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
math.rs.bak 332 TEST_IN_FUNC_IN(clz);
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.h 143 virtual void CLZ(int cc, int Rd, int Rm);
ARMAssemblerProxy.h 130 virtual void CLZ(int cc, int Rd, int Rm);
  /external/clang/test/CodeGen/
aarch64-neon-misc.c 1098 // CHECK: clz v{{[0-9]+}}.8b, v{{[0-9]+}}.8b
1104 // CHECK: clz v{{[0-9]+}}.16b, v{{[0-9]+}}.16b
1110 // CHECK: clz v{{[0-9]+}}.4h, v{{[0-9]+}}.4h
1116 // CHECK: clz v{{[0-9]+}}.8h, v{{[0-9]+}}.8h
1122 // CHECK: clz v{{[0-9]+}}.2s, v{{[0-9]+}}.2s
1128 // CHECK: clz v{{[0-9]+}}.4s, v{{[0-9]+}}.4s
1134 // CHECK: clz v{{[0-9]+}}.8b, v{{[0-9]+}}.8b
1140 // CHECK: clz v{{[0-9]+}}.16b, v{{[0-9]+}}.16b
1146 // CHECK: clz v{{[0-9]+}}.4h, v{{[0-9]+}}.4h
1152 // CHECK: clz v{{[0-9]+}}.8h, v{{[0-9]+}}.8
    [all...]
  /external/llvm/test/MC/AArch64/
neon-simd-misc.s 253 clz v0.16b, v31.16b
254 clz v2.8h, v4.8h
255 clz v6.4s, v8.4s
256 clz v1.8b, v9.8b
257 clz v13.4h, v21.4h
258 clz v4.2s, v0.2s
260 // CHECK: clz v0.16b, v31.16b // encoding: [0xe0,0x4b,0x20,0x6e]
261 // CHECK: clz v2.8h, v4.8h // encoding: [0x82,0x48,0x60,0x6e]
262 // CHECK: clz v6.4s, v8.4s // encoding: [0x06,0x49,0xa0,0x6e]
263 // CHECK: clz v1.8b, v9.8b // encoding: [0x21,0x49,0x20,0x2e
    [all...]
  /frameworks/av/media/libeffects/visualizer/
EffectVisualizer.cpp 358 int32_t clz = __builtin_clz(smp); local
359 if (shift > clz) shift = clz;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtils.java 932 Class<?> clz = viewObject.getClass(); local
    [all...]
  /frameworks/rs/scriptc/
rs_core_math.rsh     [all...]

Completed in 1735 milliseconds

1 2 3 4 56 7 8 91011>>