Home
last modified time | relevance | path

Searched refs:zero_extend (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dbits.h31 static inline long long zero_extend(long long val, unsigned size) in zero_extend() function
55 val = zero_extend(val, size); in bits_extend()
Dsimplify.c1389 insn->src2 = value_pseudo(zero_extend(value, osize)); in simplify_compare_constant()
/third_party/ffmpeg/libavcodec/
Dmathops.h138 #ifndef zero_extend
139 static inline av_const unsigned zero_extend(unsigned val, unsigned bits) in zero_extend() function
Dget_bits.h201 #define SHOW_UBITS_LE(name, gb, num) zero_extend(name ## _cache, num)
355 return (zero_extend(sign ^ cache, n) ^ sign) - sign; in get_xbits_le()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DREADME.txt666 More general handling of any_extend and zero_extend: