Home
last modified time | relevance | path

Searched defs:clz (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm/test/MC/ARM/
Dnot-armv4.s5 clz r4,r9 label
/external/javassist/src/main/javassist/
DCtMember.java32 public boolean hasAnnotation(Class clz) { return false; } in hasAnnotation()
33 public Object getAnnotation(Class clz) in getAnnotation()
214 public abstract boolean hasAnnotation(Class clz); in hasAnnotation()
227 public abstract Object getAnnotation(Class clz) throws ClassNotFoundException; in getAnnotation()
DCtClass.java486 public boolean hasAnnotation(Class clz) { in hasAnnotation()
501 public Object getAnnotation(Class clz) throws ClassNotFoundException { in getAnnotation()
DCtClassType.java434 public boolean hasAnnotation(Class clz) { in hasAnnotation()
443 static boolean hasAnnotationType(Class clz, ClassPool cp, in hasAnnotationType()
472 public Object getAnnotation(Class clz) throws ClassNotFoundException { in getAnnotation()
481 static Object getAnnotationType(Class clz, ClassPool cp, in getAnnotationType()
DCtBehavior.java156 public boolean hasAnnotation(Class clz) { in hasAnnotation()
178 public Object getAnnotation(Class clz) throws ClassNotFoundException { in getAnnotation()
DCtField.java250 public boolean hasAnnotation(Class clz) { in hasAnnotation()
271 public Object getAnnotation(Class clz) throws ClassNotFoundException { in getAnnotation()
/external/compiler-rt/lib/builtins/
Dfloatundixf.c34 int clz = __builtin_clzll(a); in __floatundixf() local
Dfloatdixf.c37 int clz = __builtin_clzll(a); in __floatdixf() local
/external/arm-neon-tests/
Dref_integer.c53 uint8_t clz; in exec_integer() local
/external/libhevc/decoder/
Dihevcd_cabac.c242 WORD32 clz; in ihevcd_cabac_decode_bin() local
381 WORD32 clz; in ihevcd_cabac_decode_terminate() local
400 WORD32 clz; in ihevcd_cabac_decode_terminate() local
Dihevcd_parse_residual.c665 UWORD32 clz; in ihevcd_parse_residual_coding() local
771 UWORD32 clz; in ihevcd_parse_residual_coding() local
Dihevcd_iquant_itrans_recon_ctb.c273 WORD32 clz = CLZ(u4_sig_coeff_map); in ihevcd_unpack_coeffs() local
/external/libavc/common/
Dih264_list.c86 WORD32 clz; in ih264_list_size() local
/external/fmtlib/fmt/
Dformat.h298 inline uint32_t clz(uint32_t x) { in clz() function
/external/vixl/test/aarch64/
Dtest-trace-aarch64.cc100 __ clz(w29, w2); in GenerateTestSequenceBase() local
101 __ clz(x3, x4); in GenerateTestSequenceBase() local
669 __ clz(v1.V16B(), v4.V16B()); in GenerateTestSequenceNEON() local
670 __ clz(v27.V2S(), v17.V2S()); in GenerateTestSequenceNEON() local
671 __ clz(v9.V4H(), v9.V4H()); in GenerateTestSequenceNEON() local
672 __ clz(v31.V4S(), v15.V4S()); in GenerateTestSequenceNEON() local
673 __ clz(v14.V8B(), v19.V8B()); in GenerateTestSequenceNEON() local
674 __ clz(v6.V8H(), v11.V8H()); in GenerateTestSequenceNEON() local
/external/libavc/encoder/
Dih264e_api.c2549 WORD32 clz; in ih264e_init() local
/external/libavc/decoder/
Dih264d_parse_cavlc.c212 UWORD32 word, word2, cur_bit, cur_word, code_val, code_num, clz; in ih264d_uvlc() local
/external/valgrind/VEX/priv/
Dhost_s390_defs.h434 } clz; member
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc1019 __ clz(i.OutputRegister(), i.InputRegister(0)); in AssembleArchInstruction() local
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc907 __ clz(reg2, reg2); in AssembleArchInstruction() local
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc1008 __ clz(reg2, reg2); in AssembleArchInstruction() local
/external/vixl/src/aarch64/
Dassembler-aarch64.cc936 void Assembler::clz(const Register& rd, const Register& rn) { in clz() function in vixl::aarch64::Assembler
3362 void Assembler::clz(const VRegister& vd, const VRegister& vn) { in clz() function in vixl::aarch64::Assembler
/external/v8/src/arm64/
Dassembler-arm64.cc1560 void Assembler::clz(const Register& rd, in clz() function in v8::internal::Assembler
/external/v8/src/mips/
Dassembler-mips.cc2135 void Assembler::clz(Register rd, Register rs) { in clz() function in v8::internal::Assembler
/external/v8/src/arm/
Dassembler-arm.cc1793 void Assembler::clz(Register dst, Register src, Condition cond) { in clz() function in v8::internal::Assembler

12