Searched refs:Bits32 (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | gdv.c | 48 typedef struct Bits32 { struct 51 } Bits32; typedef 195 static void fill_bits32(Bits32 *bits, GetByteContext *gb) in fill_bits32() 201 static int read_bits32(Bits32 *bits, GetByteContext *gb, int nbits) in read_bits32() 339 Bits32 bits; in decompress_68()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 2359 const SDValue Bits32 = DAG.getConstant(32, SL, MVT::i32); in LowerCTLZ_CTTZ() local 2362 Add = DAG.getNode(ISD::ADD, SL, MVT::i32, OprLo, Bits32); in LowerCTLZ_CTTZ() 2366 Add = DAG.getNode(ISD::ADD, SL, MVT::i32, OprHi, Bits32); in LowerCTLZ_CTTZ() 2385 const SDValue Bits32 = DAG.getConstant(64, SL, MVT::i32); in LowerCTLZ_CTTZ() local 2390 SrcIsZero, Bits32, NewOpr); in LowerCTLZ_CTTZ()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 7121 unsigned Bits32 = 0; in LowerBUILD_VECTOR_i1() local 7128 Bits32 |= BoolMask << (i * BitsPerBool); in LowerBUILD_VECTOR_i1() 7133 DAG.getConstant(Bits32, dl, MVT::i32)); in LowerBUILD_VECTOR_i1()
|
Completed in 36 milliseconds