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/
H A 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/
H A Dimgui_freetype.cpp455 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 Dbuiltins-ppc.cc1166 __ 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 Dbuiltins-s390.cc1199 __ 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 Dimgui_internal.h539 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 Dimgui_tables.cpp2459 if (!merge_group->ChannelsMask.TestBit(n)) in TableMergeDrawChannels()
2479 if (!remaining_mask.TestBit(n)) in TableMergeDrawChannels()
H A Dimgui_draw.cpp2403 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 Dmacro-assembler-ppc.h868 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 Dmacro-assembler-s390.h1010 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 Dcode-generator-ppc.cc790 __ TestBit(r11, Code::kMarkedForDeoptimizationBit); in BailoutIfDeoptimized()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc1149 __ TestBit(ip, Code::kMarkedForDeoptimizationBit); in BailoutIfDeoptimized()

Completed in 60 milliseconds