Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dbuiltins-ppc.cc1556 __ TestBit(r7, Map::kIsCallable, r0); in Generate_FunctionPrototypeApply() local
1678 __ TestBit(r7, Map::kIsCallable, r0); in Generate_ReflectApply() local
1743 __ TestBit(r7, Map::kIsConstructor, r0); in Generate_ReflectConstruct() local
1751 __ TestBit(r7, Map::kIsConstructor, r0); in Generate_ReflectConstruct() local
2200 __ TestBit(r7, Map::kIsCallable, r0); in Generate_Call() local
2312 __ TestBit(r5, Map::kIsConstructor, r0); in Generate_Construct() local
2406 __ TestBit(r8, SharedFunctionInfo::kStrongModeBit, r0); in Generate_ArgumentsAdaptorTrampoline() local
Dmacro-assembler-ppc.h1129 inline void TestBit(Register value, int bitNumber, Register scratch = r0) {
Dcode-stubs-ppc.cc1421 __ TestBit(scratch, Map::kHasNonInstancePrototype, r0); in Generate() local
1460 __ TestBit(map_bit_field, Map::kIsAccessCheckNeeded, r0); in Generate() local
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp2172 int TestBit = -1; in emitCompareAndBranch() local
2196 TestBit = C->getValue().logBase2(); in emitCompareAndBranch()
2202 TestBit = 0; in emitCompareAndBranch()
2211 TestBit = BW - 1; in emitCompareAndBranch()
2222 TestBit = BW - 1; in emitCompareAndBranch()
2234 bool IsBitTest = TestBit != -1; in emitCompareAndBranch()
2236 if (TestBit < 32 && TestBit >= 0) in emitCompareAndBranch()
2260 MIB.addImm(TestBit); in emitCompareAndBranch()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc2183 __ TestBit(ip, Map::kIsUndetectable, r0); in DoShiftI() local
2473 __ TestBit(temp, Map::kIsUndetectable, r0); in DoShiftI() local
2670 __ TestBit(object_instance_type, Map::kIsAccessCheckNeeded, r0); in DoShiftI() local