/external/protobuf/src/google/protobuf/stubs/ |
D | template_util_unittest.cc | 94 value = and_<true_, true_>::value; in TEST() 97 value = and_<true_, false_>::value; in TEST() 100 value = and_<false_, true_>::value; in TEST() 103 value = and_<false_, false_>::value; in TEST()
|
D | template_util.h | 124 struct and_ : public integral_constant<bool, (A::value && B::value)> {
|
/external/v8/src/ic/x87/ |
D | stub-cache-x87.cc | 47 __ and_(offset, ~Code::kFlagsNotUsedInLookup); in ProbeTable() local 87 __ and_(offset, ~Code::kFlagsNotUsedInLookup); in ProbeTable() local 156 __ and_(offset, (kPrimaryTableSize - 1) << kCacheIndexShift); in GenerateProbe() local 169 __ and_(offset, (kPrimaryTableSize - 1) << kCacheIndexShift); in GenerateProbe() local 172 __ and_(offset, (kSecondaryTableSize - 1) << kCacheIndexShift); in GenerateProbe() local
|
/external/v8/src/ic/ia32/ |
D | stub-cache-ia32.cc | 47 __ and_(offset, ~Code::kFlagsNotUsedInLookup); in ProbeTable() local 87 __ and_(offset, ~Code::kFlagsNotUsedInLookup); in ProbeTable() local 156 __ and_(offset, (kPrimaryTableSize - 1) << kCacheIndexShift); in GenerateProbe() local 169 __ and_(offset, (kPrimaryTableSize - 1) << kCacheIndexShift); in GenerateProbe() local 172 __ and_(offset, (kSecondaryTableSize - 1) << kCacheIndexShift); in GenerateProbe() local
|
/external/v8/src/x87/ |
D | macro-assembler-x87.cc | 132 and_(scratch, Immediate(~Page::kPageAlignmentMask)); in InNewSpace() 135 and_(scratch, object); in InNewSpace() 205 and_(result_reg, Immediate(255)); in ClampTOSToUint8() 727 and_(eax, Immediate(0x4700)); in FXamMinusZero() 740 and_(eax, Immediate(0x0200)); in FXamSign() 750 and_(eax, Immediate(0x0041)); in X87CheckIA() 763 and_(MemOperand(esp, 0), Immediate(0xF3FF)); in X87SetRC() 930 and_(esp, -kFrameAlignment); in EnterExitFrameEpilogue() 1296 and_(r2, r1); in LoadFromNumberDictionary() 1603 and_(object, Immediate(~kHeapObjectTagMask)); in UndoAllocationInNewSpace() [all …]
|
D | assembler-x87.h | 656 void and_(Register dst, int32_t imm32); 657 void and_(Register dst, const Immediate& x); 658 void and_(Register dst, Register src) { and_(dst, Operand(src)); } in and_() function 659 void and_(Register dst, const Operand& src); 660 void and_(const Operand& dst, Register src); 661 void and_(const Operand& dst, const Immediate& x);
|
D | deoptimizer-x87.cc | 255 __ and_(ecx, 0x7); in Generate() local 261 __ and_(ebx, 0x7); // Extract the st_x index into ebx. in Generate() local 403 __ and_(ecx, 0x7); in Generate() local 410 __ and_(eax, 0x7); in Generate() local
|
D | assembler-x87.cc | 612 void Assembler::and_(Register dst, int32_t imm32) { in and_() function in v8::internal::Assembler 613 and_(dst, Immediate(imm32)); in and_() 617 void Assembler::and_(Register dst, const Immediate& x) { in and_() function in v8::internal::Assembler 623 void Assembler::and_(Register dst, const Operand& src) { in and_() function in v8::internal::Assembler 630 void Assembler::and_(const Operand& dst, const Immediate& x) { in and_() function in v8::internal::Assembler 636 void Assembler::and_(const Operand& dst, Register src) { in and_() function in v8::internal::Assembler
|
D | code-stubs-x87.cc | 215 __ and_(ecx, HeapNumber::kExponentMask); in Generate() local 239 __ and_(result_reg, in Generate() local 889 __ and_(ebx, kIsNotStringMask | in Generate() 898 __ and_(ebx, Immediate(kIsNotStringMask | in Generate() 1339 __ and_(ecx, eax); in GenerateGeneric() local 1350 __ and_(ebx, ecx); // ebx holds either 0 or eax ^ edx. in GenerateGeneric() local 3064 __ and_(ecx, eax); in GenerateNumbers() local 3115 __ and_(tmp1, right); in GenerateInternalizedStrings() local 3160 __ and_(tmp1, right); in GenerateUniqueNames() local 3207 __ and_(tmp1, right); in GenerateStrings() local [all …]
|
D | regexp-macro-assembler-x87.cc | 415 __ and_(eax, current_character()); in CheckCharacterAfterAnd() local 429 __ and_(eax, current_character()); in CheckNotCharacterAfterAnd() local 446 __ and_(eax, mask); in CheckNotCharacterAfterMinusAnd() local 480 __ and_(ebx, current_character()); in CheckBitInTable() local
|
/external/v8/test/cctest/ |
D | test-disasm-arm.cc | 103 COMPARE(and_(r0, r1, Operand(r2)), in TEST() 105 COMPARE(and_(r1, r2, Operand(r3), LeaveCC), in TEST() 107 COMPARE(and_(r2, r3, Operand(r4), SetCC), in TEST() 109 COMPARE(and_(r3, r4, Operand(r5), LeaveCC, eq), in TEST() 300 COMPARE(and_(r3, r5, Operand(0xfc03ffff)), in TEST() 334 COMPARE(and_(r0, r1, Operand(0x00000000)), in TEST() 336 COMPARE(and_(r1, r2, Operand(0x00000001), LeaveCC), in TEST() 338 COMPARE(and_(r2, r3, Operand(0x00000010), SetCC), in TEST() 340 COMPARE(and_(r3, r4, Operand(0x00000100), LeaveCC, eq), in TEST() 342 COMPARE(and_(r4, r5, Operand(0x00001000), SetCC, ne), in TEST()
|
D | test-disasm-mips.cc | 245 COMPARE(and_(a0, a1, a2), in TEST() 247 COMPARE(and_(s0, s1, s2), in TEST() 249 COMPARE(and_(t2, t3, t4), in TEST() 251 COMPARE(and_(v0, v1, a2), in TEST()
|
D | test-disasm-arm64.cc | 582 COMPARE(and_(x0, x0, Operand(value)), result); in TEST_() 590 COMPARE(and_(x0, x0, Operand(value)), result); in TEST_() 598 COMPARE(and_(x0, x0, Operand(value)), result); in TEST_() 606 COMPARE(and_(x0, x0, Operand(value)), result); in TEST_() 614 COMPARE(and_(x0, x0, Operand(value)), result); in TEST_() 619 COMPARE(and_(x0, x0, Operand(0x5555555555555555L)), in TEST_() 621 COMPARE(and_(x0, x0, Operand(0xaaaaaaaaaaaaaaaaL)), in TEST_() 625 COMPARE(and_(w0, w0, Operand(0xff8007ff)), in TEST_() 627 COMPARE(and_(w0, w0, Operand(0xf87ff87f)), in TEST_() 629 COMPARE(and_(w0, w0, Operand(0x87878787)), in TEST_() [all …]
|
D | test-disasm-x87.cc | 64 __ and_(eax, 12345678); in TEST() local 102 __ and_(edx, 3); in TEST() local 103 __ and_(edx, Operand(esp, 4)); in TEST() local 234 __ and_(ebx, 12345); in TEST() local
|
D | test-disasm-mips64.cc | 334 COMPARE(and_(a0, a1, a2), in TEST() 336 COMPARE(and_(s0, s1, s2), in TEST() 338 COMPARE(and_(a6, a7, t0), in TEST() 340 COMPARE(and_(v0, v1, a2), in TEST()
|
D | test-disasm-ia32.cc | 64 __ and_(eax, 12345678); in TEST() local 102 __ and_(edx, 3); in TEST() local 103 __ and_(edx, Operand(esp, 4)); in TEST() local 234 __ and_(ebx, 12345); in TEST() local
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.cc | 132 and_(scratch, Immediate(~Page::kPageAlignmentMask)); in InNewSpace() 135 and_(scratch, object); in InNewSpace() 209 and_(result_reg, Immediate(255)); in ClampDoubleToUint8() 274 and_(result_reg, 1); in DoubleToI() 293 and_(result_reg, HeapNumber::kExponentMask); in TruncateHeapNumberToI() 964 and_(esp, -kFrameAlignment); in EnterExitFrameEpilogue() 1333 and_(r2, r1); in LoadFromNumberDictionary() 1640 and_(object, Immediate(~kHeapObjectTagMask)); in UndoAllocationInNewSpace() 1679 and_(scratch1, Immediate(~kObjectAlignmentMask)); in AllocateTwoByteString() 1713 and_(scratch1, Immediate(~kObjectAlignmentMask)); in AllocateOneByteString() [all …]
|
D | assembler-ia32.h | 673 void and_(Register dst, int32_t imm32); 674 void and_(Register dst, const Immediate& x); 675 void and_(Register dst, Register src) { and_(dst, Operand(src)); } in and_() function 676 void and_(Register dst, const Operand& src); 677 void and_(const Operand& dst, Register src); 678 void and_(const Operand& dst, const Immediate& x);
|
D | codegen-ia32.cc | 262 __ and_(edx, 0xF); in CreateMemMoveFunction() local 278 __ and_(count, 0xF); in CreateMemMoveFunction() local 307 __ and_(count, 0xF); in CreateMemMoveFunction() local 330 __ and_(edx, 0xF); in CreateMemMoveFunction() local 344 __ and_(count, 0xF); in CreateMemMoveFunction() local 375 __ and_(count, 0xF); in CreateMemMoveFunction() local 961 __ and_(temp2, Immediate(0x7ff)); in EmitMathExp() local
|
D | regexp-macro-assembler-ia32.cc | 416 __ and_(eax, current_character()); in CheckCharacterAfterAnd() local 430 __ and_(eax, current_character()); in CheckNotCharacterAfterAnd() local 447 __ and_(eax, mask); in CheckNotCharacterAfterMinusAnd() local 481 __ and_(ebx, current_character()); in CheckBitInTable() local
|
D | code-stubs-ia32.cc | 230 __ and_(ecx, HeapNumber::kExponentMask); in Generate() local 273 __ and_(result_reg, in Generate() local 1209 __ and_(ebx, kIsNotStringMask | in Generate() 1218 __ and_(ebx, Immediate(kIsNotStringMask | in Generate() 1665 __ and_(ecx, eax); in GenerateGeneric() local 1676 __ and_(ebx, ecx); // ebx holds either 0 or eax ^ edx. in GenerateGeneric() local 3452 __ and_(tmp1, right); in GenerateInternalizedStrings() local 3497 __ and_(tmp1, right); in GenerateUniqueNames() local 3544 __ and_(tmp1, right); in GenerateStrings() local 3622 __ and_(ecx, eax); in GenerateObjects() local [all …]
|
/external/v8/src/arm/ |
D | macro-assembler-arm.cc | 279 and_(dst, src1, src2, LeaveCC, cond); in And() 289 and_(dst, src1, Operand(mask), LeaveCC, cond); in Ubfx() 304 and_(dst, src1, Operand(mask), LeaveCC, cond); in Sbfx() 333 and_(scratch, src, Operand((1 << width) - 1)); in Bfi() 451 and_(scratch, object, Operand(ExternalReference::new_space_mask(isolate()))); in InNewSpace() 1080 and_(sp, sp, Operand(-frame_alignment)); in EnterExitFrame() 1684 and_(t2, t2, Operand(t1)); in LoadFromNumberDictionary() 1790 and_(scratch2, result, Operand(kDoubleAlignmentMask), SetCC); in Allocate() 1904 and_(scratch2, result, Operand(kDoubleAlignmentMask), SetCC); in Allocate() 1948 and_(object, object, Operand(~kHeapObjectTagMask)); in UndoAllocationInNewSpace() [all …]
|
D | regexp-macro-assembler-arm.cc | 389 __ and_(r0, current_character(), Operand(mask)); in CheckCharacterAfterAnd() local 402 __ and_(r0, current_character(), Operand(mask)); in CheckNotCharacterAfterAnd() local 416 __ and_(r0, r0, Operand(mask)); in CheckNotCharacterAfterMinusAnd() local 447 __ and_(r1, current_character(), Operand(kTableSize - 1)); in CheckBitInTable() local
|
/external/v8/src/ic/arm/ |
D | stub-cache-arm.cc | 147 __ and_(scratch, scratch, Operand(mask)); in GenerateProbe() local 157 __ and_(scratch, scratch, Operand(mask2)); in GenerateProbe() local
|
/external/bison/lib/ |
D | bbitset.h | 134 void (*and_) (bitset, bitset, bitset); member 230 #define BITSET_AND_(DST, SRC1, SRC2) (SRC1)->b.vtable->and_ (DST, SRC1, SRC2)
|