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/ |
| 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/ |
| D | imgui_freetype.cpp | 455 …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/ |
| D | builtins-ppc.cc | 1166 __ 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/ |
| D | builtins-s390.cc | 1199 __ 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/ |
| D | imgui_internal.h | 539 …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
|
| D | imgui_tables.cpp | 2459 if (!merge_group->ChannelsMask.TestBit(n)) in TableMergeDrawChannels() 2479 if (!remaining_mask.TestBit(n)) in TableMergeDrawChannels()
|
| D | imgui_draw.cpp | 2403 …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/ |
| D | macro-assembler-ppc.h | 868 inline void TestBit(Register value, int bitNumber, Register scratch = r0) {
|
| /third_party/node/deps/v8/src/codegen/s390/ |
| D | macro-assembler-s390.h | 1010 inline void TestBit(Register value, int bitNumber, Register scratch = r0) {
|
| /third_party/node/deps/v8/src/compiler/backend/s390/ |
| D | code-generator-s390.cc | 1149 __ TestBit(ip, Code::kMarkedForDeoptimizationBit); in BailoutIfDeoptimized() local
|
| /third_party/node/deps/v8/src/compiler/backend/ppc/ |
| D | code-generator-ppc.cc | 790 __ TestBit(r11, Code::kMarkedForDeoptimizationBit); in BailoutIfDeoptimized() local
|