Searched refs:TestBit (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 2283 int TestBit = -1; in emitCompareAndBranch() local 2307 TestBit = C->getValue().logBase2(); in emitCompareAndBranch() 2313 TestBit = 0; in emitCompareAndBranch() 2322 TestBit = BW - 1; in emitCompareAndBranch() 2333 TestBit = BW - 1; in emitCompareAndBranch() 2345 bool IsBitTest = TestBit != -1; in emitCompareAndBranch() 2347 if (TestBit < 32 && TestBit >= 0) in emitCompareAndBranch() 2371 MIB.addImm(TestBit); in emitCompareAndBranch()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 2194 int TestBit = -1; in emitCompareAndBranch() local 2218 TestBit = C->getValue().logBase2(); in emitCompareAndBranch() 2224 TestBit = 0; in emitCompareAndBranch() 2233 TestBit = BW - 1; in emitCompareAndBranch() 2244 TestBit = BW - 1; in emitCompareAndBranch() 2256 bool IsBitTest = TestBit != -1; in emitCompareAndBranch() 2258 if (TestBit < 32 && TestBit >= 0) in emitCompareAndBranch() 2282 MIB.addImm(TestBit); in emitCompareAndBranch()
|
/external/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 716 __ TestBit(scratch2, Code::kMarkedForDeoptimizationBit, r0); in MaybeTailCallOptimizedCodeSlot() local 1727 __ TestBit(scratch, Map::IsConstructorBit::kShift, r0); in Generate_CallOrConstructForwardVarargs() local 2024 __ TestBit(r7, Map::IsCallableBit::kShift, r0); in Generate_Call() local 2127 __ TestBit(r5, Map::IsConstructorBit::kShift, r0); in Generate_Construct() local
|
/external/v8/src/builtins/s390/ |
D | builtins-s390.cc | 724 __ TestBit(scratch2, Code::kMarkedForDeoptimizationBit, r0); in MaybeTailCallOptimizedCodeSlot() local 2031 __ TestBit(r6, Map::IsCallableBit::kShift); in Generate_Call() local 2133 __ TestBit(r4, Map::IsConstructorBit::kShift); in Generate_Construct() local
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.h | 564 inline void TestBit(Register value, int bitNumber, Register scratch = r0) {
|
/external/v8/src/s390/ |
D | macro-assembler-s390.h | 959 inline void TestBit(Register value, int bitNumber, Register scratch = r0) {
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 873 __ TestBit(r11, Code::kMarkedForDeoptimizationBit); in BailoutIfDeoptimized() local
|
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 1312 __ TestBit(ip, Code::kMarkedForDeoptimizationBit); in BailoutIfDeoptimized() local
|