Home
last modified time | relevance | path

Searched defs:zext (Results 1 - 8 of 8) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/optim/
H A Dcmp-zext-uimm1.c1 #define zext(X) ((unsigned long long) (X)) macro
H A Dcmp-zext-uimm0.c1 #define zext(X) ((unsigned long long) (X)) macro
H A Dcmp-zext-uimm2.c1 #define zext(X) ((unsigned long long) (X)) macro
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DKnownBits.h135 KnownBits zext(unsigned BitWidth, bool ExtendedBitsAreKnownZero) const { in zext() function
/third_party/ltp/tools/sparse/sparse-src/
H A Dscheck.c83 static BoolectorNode *zext(Btor *btor, struct instruction *insn, BoolectorNode *s) in zext() function
[all...]
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dconstants-riscv64.h1922 #define zext(x, len) (((uint32_t)(x) << (32 - len)) >> (32 - len)) macro
1936 #undef zext macro
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_pack.c332 bool zext = I->src[s].abs; in agx_pack_alu() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp965 APInt APInt::zext(unsigned width) const { in zext() function in APInt

Completed in 9 milliseconds