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/ |
H A D | AArch64FastISel.cpp | 2325 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/ |
H A D | imgui_freetype.cpp | 455 if (dst_tmp.GlyphsSet.TestBit(codepoint)) // Don't overwrite existing glyphs. We could make this an option (e.g. MergeOverwrite) in ImFontAtlasBuildWithFreeTypeEx()
|
/third_party/node/deps/v8/src/builtins/ppc/ |
H A D | builtins-ppc.cc | 1166 __ TestBit(scratch, Code::kMarkedForDeoptimizationBit, r0); in TailCallOptimizedCodeSlot() 2370 __ TestBit(scratch, Map::Bits1::IsConstructorBit::kShift, r0); in Generate_CallOrConstructForwardVarargs() 2658 __ TestBit(flags, Map::Bits1::IsCallableBit::kShift, r0); in Generate_Call() 2790 __ TestBit(flags, Map::Bits1::IsConstructorBit::kShift, r0); in Generate_Construct()
|
/third_party/node/deps/v8/src/builtins/s390/ |
H A D | builtins-s390.cc | 1199 __ TestBit(scratch, Code::kMarkedForDeoptimizationBit, r0); in TailCallOptimizedCodeSlot() 2704 __ TestBit(flags, Map::Bits1::IsCallableBit::kShift); in Generate_Call() 2835 __ TestBit(flags, Map::Bits1::IsConstructorBit::kShift); in Generate_Construct()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_internal.h | 539 bool TestBit(int n) const { IM_ASSERT(n < BITCOUNT); return ImBitArrayTestBit(Storage, n); } in TestBit() function 552 bool TestBit(int n) const { IM_ASSERT(n < (Storage.Size << 5)); return ImBitArrayTestBit(Storage.Data, n); }
|
H A D | imgui_tables.cpp | 2459 if (!merge_group->ChannelsMask.TestBit(n)) in TableMergeDrawChannels() 2479 if (!remaining_mask.TestBit(n)) in TableMergeDrawChannels()
|
H A D | imgui_draw.cpp | 2403 if (dst_tmp.GlyphsSet.TestBit(codepoint)) // Don't overwrite existing glyphs. We could make this an option for MergeMode (e.g. MergeOverwrite==true) in ImFontAtlasBuildWithStbTruetype()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | macro-assembler-ppc.h | 868 inline void TestBit(Register value, int bitNumber, Register scratch = r0) { in TestBit() function in v8::internal::TurboAssembler
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.h | 1010 inline void TestBit(Register value, int bitNumber, Register scratch = r0) { in TestBit() function in v8::internal::TurboAssembler
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | code-generator-ppc.cc | 790 __ TestBit(r11, Code::kMarkedForDeoptimizationBit); in BailoutIfDeoptimized()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | code-generator-s390.cc | 1149 __ TestBit(ip, Code::kMarkedForDeoptimizationBit); in BailoutIfDeoptimized()
|
Completed in 60 milliseconds