Home
last modified time | relevance | path

Searched refs:TestBit (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp2325 int TestBit = -1; in emitCompareAndBranch() local
2349 TestBit = C->getValue().logBase2(); in emitCompareAndBranch()
2355 TestBit = 0; in emitCompareAndBranch()
2364 TestBit = BW - 1; in emitCompareAndBranch()
2375 TestBit = BW - 1; in emitCompareAndBranch()
2387 bool IsBitTest = TestBit != -1; in emitCompareAndBranch()
2389 if (TestBit < 32 && TestBit >= 0) in emitCompareAndBranch()
2413 MIB.addImm(TestBit); in emitCompareAndBranch()
/third_party/skia/third_party/externals/imgui/misc/freetype/
Dimgui_freetype.cpp455 …if (dst_tmp.GlyphsSet.TestBit(codepoint)) // Don't overwrite existing glyphs. We could make thi… in ImFontAtlasBuildWithFreeTypeEx()
/third_party/node/deps/v8/src/builtins/ppc/
Dbuiltins-ppc.cc1166 __ TestBit(scratch, Code::kMarkedForDeoptimizationBit, r0); in TailCallOptimizedCodeSlot() local
2370 __ TestBit(scratch, Map::Bits1::IsConstructorBit::kShift, r0); in Generate_CallOrConstructForwardVarargs() local
2658 __ TestBit(flags, Map::Bits1::IsCallableBit::kShift, r0); in Generate_Call() local
2790 __ TestBit(flags, Map::Bits1::IsConstructorBit::kShift, r0); in Generate_Construct() local
/third_party/node/deps/v8/src/builtins/s390/
Dbuiltins-s390.cc1199 __ TestBit(scratch, Code::kMarkedForDeoptimizationBit, r0); in TailCallOptimizedCodeSlot() local
2704 __ TestBit(flags, Map::Bits1::IsCallableBit::kShift); in Generate_Call() local
2835 __ TestBit(flags, Map::Bits1::IsConstructorBit::kShift); in Generate_Construct() local
/third_party/skia/third_party/externals/imgui/
Dimgui_internal.h539 …bool TestBit(int n) const { IM_ASSERT(n < BITCOUNT); return ImBitArrayTestBit(St… in TestBit() function
552 …bool TestBit(int n) const { IM_ASSERT(n < (Storage.Size << 5)); return ImBitArra… in TestBit() function
Dimgui_tables.cpp2459 if (!merge_group->ChannelsMask.TestBit(n)) in TableMergeDrawChannels()
2479 if (!remaining_mask.TestBit(n)) in TableMergeDrawChannels()
Dimgui_draw.cpp2403 …if (dst_tmp.GlyphsSet.TestBit(codepoint)) // Don't overwrite existing glyphs. We could make thi… in ImFontAtlasBuildWithStbTruetype()
/third_party/node/deps/v8/src/codegen/ppc/
Dmacro-assembler-ppc.h868 inline void TestBit(Register value, int bitNumber, Register scratch = r0) {
/third_party/node/deps/v8/src/codegen/s390/
Dmacro-assembler-s390.h1010 inline void TestBit(Register value, int bitNumber, Register scratch = r0) {
/third_party/node/deps/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc1149 __ TestBit(ip, Code::kMarkedForDeoptimizationBit); in BailoutIfDeoptimized() local
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc790 __ TestBit(r11, Code::kMarkedForDeoptimizationBit); in BailoutIfDeoptimized() local