/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
D | template_util_unittest.cc | 107 value = or_<true_, true_>::value; in TEST() 110 value = or_<true_, false_>::value; in TEST() 113 value = or_<false_, true_>::value; in TEST() 116 value = or_<false_, false_>::value; in TEST()
|
D | template_util.h | 130 struct or_ : public integral_constant<bool, (A::value || B::value)> {
|
/external/chromium_org/v8/src/x87/ |
D | assembler-x87.h | 712 void or_(Register dst, int32_t imm32); 713 void or_(Register dst, Register src) { or_(dst, Operand(src)); } in or_() function 714 void or_(Register dst, const Operand& src); 715 void or_(const Operand& dst, Register src); 716 void or_(Register dst, const Immediate& imm) { or_(Operand(dst), imm); } in or_() function 717 void or_(const Operand& dst, const Immediate& x);
|
D | regexp-macro-assembler-x87.cc | 242 __ or_(eax, 0x20); // Convert match character to lower-case. in CheckNotBackReferenceIgnoreCase() local 256 __ or_(ecx, 0x20); in CheckNotBackReferenceIgnoreCase() local 328 __ or_(eax, eax); in CheckNotBackReferenceIgnoreCase() local 662 __ or_(eax, eax); in GetCode() local 847 __ or_(eax, eax); in GetCode() local 882 __ or_(eax, eax); in GetCode() local
|
D | assembler-x87.cc | 864 void Assembler::or_(Register dst, int32_t imm32) { in or_() function in v8::internal::Assembler 870 void Assembler::or_(Register dst, const Operand& src) { in or_() function in v8::internal::Assembler 877 void Assembler::or_(const Operand& dst, const Immediate& x) { in or_() function in v8::internal::Assembler 883 void Assembler::or_(const Operand& dst, Register src) { in or_() function in v8::internal::Assembler
|
D | builtins-x87.cc | 266 __ or_(ebx, Immediate(kHeapObjectTag)); in Generate_JSConstructStubHelper() local 330 __ or_(edi, Immediate(kHeapObjectTag)); // add the heap tag in Generate_JSConstructStubHelper() local
|
D | full-codegen-x87.cc | 969 __ or_(ecx, eax); in VisitSwitchStatement() local 2281 __ or_(eax, edx); in EmitInlineSmiBinaryOp() local 2344 __ or_(ebx, ecx); in EmitInlineSmiBinaryOp() local 2349 __ or_(eax, ecx); in EmitInlineSmiBinaryOp() local 3067 __ or_(FieldOperand(ebx, Map::kBitField2Offset), in EmitIsStringWrapperSafeForDefaultValueOf() local 4628 __ or_(ecx, eax); in VisitCompareOperation() local
|
D | code-stubs-x87.cc | 1276 __ or_(ecx, eax); in GenerateGeneric() local 3025 __ or_(ecx, eax); in GenerateSmis() local 3124 __ or_(tmp1, tmp2); in GenerateInternalizedStrings() local 3218 __ or_(tmp3, tmp2); in GenerateStrings() local 3241 __ or_(tmp1, tmp2); in GenerateStrings() local
|
/external/chromium_org/v8/test/cctest/ |
D | test-disasm-mips.cc | 254 COMPARE(or_(a0, a1, a2), in TEST() 256 COMPARE(or_(s0, s1, s2), in TEST() 258 COMPARE(or_(t2, t3, t4), in TEST() 260 COMPARE(or_(v0, v1, a2), in TEST()
|
D | test-disasm-x87.cc | 61 __ or_(eax, 12345678); in TEST() local 111 __ or_(edx, 3); in TEST() local 195 __ or_(edx, 12345); in TEST() local 196 __ or_(edx, Operand(ebx, ecx, times_4, 10000)); in TEST() local 241 __ or_(ebx, 12345); in TEST() local
|
D | test-disasm-ia32.cc | 61 __ or_(eax, 12345678); in TEST() local 111 __ or_(edx, 3); in TEST() local 195 __ or_(edx, 12345); in TEST() local 196 __ or_(edx, Operand(ebx, ecx, times_4, 10000)); in TEST() local 241 __ or_(ebx, 12345); in TEST() local
|
D | test-disasm-mips64.cc | 343 COMPARE(or_(a0, a1, a2), in TEST() 345 COMPARE(or_(s0, s1, s2), in TEST() 347 COMPARE(or_(a6, a7, t0), in TEST() 349 COMPARE(or_(v0, v1, a2), in TEST()
|
/external/chromium_org/third_party/cld/base/ |
D | template_util.h | 90 struct or_ : public integral_constant<bool, (A::value || B::value)> {
|
/external/chromium_org/v8/src/ia32/ |
D | assembler-ia32.h | 729 void or_(Register dst, int32_t imm32); 730 void or_(Register dst, Register src) { or_(dst, Operand(src)); } in or_() function 731 void or_(Register dst, const Operand& src); 732 void or_(const Operand& dst, Register src); 733 void or_(Register dst, const Immediate& imm) { or_(Operand(dst), imm); } in or_() function 734 void or_(const Operand& dst, const Immediate& x);
|
D | regexp-macro-assembler-ia32.cc | 243 __ or_(eax, 0x20); // Convert match character to lower-case. in CheckNotBackReferenceIgnoreCase() local 257 __ or_(ecx, 0x20); in CheckNotBackReferenceIgnoreCase() local 329 __ or_(eax, eax); in CheckNotBackReferenceIgnoreCase() local 663 __ or_(eax, eax); in GetCode() local 848 __ or_(eax, eax); in GetCode() local 883 __ or_(eax, eax); in GetCode() local
|
D | assembler-ia32.cc | 931 void Assembler::or_(Register dst, int32_t imm32) { in or_() function in v8::internal::Assembler 937 void Assembler::or_(Register dst, const Operand& src) { in or_() function in v8::internal::Assembler 944 void Assembler::or_(const Operand& dst, const Immediate& x) { in or_() function in v8::internal::Assembler 950 void Assembler::or_(const Operand& dst, Register src) { in or_() function in v8::internal::Assembler
|
D | builtins-ia32.cc | 266 __ or_(ebx, Immediate(kHeapObjectTag)); in Generate_JSConstructStubHelper() local 330 __ or_(edi, Immediate(kHeapObjectTag)); // add the heap tag in Generate_JSConstructStubHelper() local
|
D | full-codegen-ia32.cc | 980 __ or_(ecx, eax); in VisitSwitchStatement() local 2291 __ or_(eax, edx); in EmitInlineSmiBinaryOp() local 2354 __ or_(ebx, ecx); in EmitInlineSmiBinaryOp() local 2359 __ or_(eax, ecx); in EmitInlineSmiBinaryOp() local 3077 __ or_(FieldOperand(ebx, Map::kBitField2Offset), in EmitIsStringWrapperSafeForDefaultValueOf() local 4639 __ or_(ecx, eax); in VisitCompareOperation() local
|
/external/bison/lib/ |
D | bbitset.h | 138 void (*or_) (bitset, bitset, bitset); member 238 #define BITSET_OR_(DST, SRC1, SRC2) (SRC1)->b.vtable->or_ (DST, SRC1, SRC2)
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/ |
D | expr.pxi | 47 ((operator.__or__, operator.or_, '|'), YASM_EXPR_OR),
|
/external/chromium_org/tools/traceline/traceline/ |
D | assembler.h | 479 void or_(Register r, unsigned int mask) { in or_() function
|
/external/chromium_org/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 201 __ or_(i.InputOperand(0), i.InputImmediate(1)); in AssembleArchInstruction() local 203 __ or_(i.InputRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local
|
/external/chromium_org/v8/src/mips64/ |
D | macro-assembler-mips64.cc | 922 or_(rd, rs, rt.rm()); in Or() 930 or_(rd, rs, at); in Or() 1017 or_(rd, rd, at); in Ror() 1024 or_(rd, rd, at); in Ror() 3025 or_(dst, dst, scratch); in PopRegisterAsTwoSmis() 5107 or_(at, reg1, reg2); in JumpIfNotBothSmi() 5573 or_(value, value, scratch); in GetRelocatedValue() 5586 or_(value, value, scratch); in GetRelocatedValue()
|
/external/chromium_org/v8/src/mips/ |
D | macro-assembler-mips.cc | 845 or_(rd, rs, rt.rm()); in Or() 853 or_(rd, rs, at); in Or() 940 or_(rd, rd, at); in Ror() 947 or_(rd, rd, at); in Ror() 1186 or_(rt, t8, at); in Ins() 5153 or_(at, reg1, reg2); in JumpIfNotBothSmi() 5605 or_(value, value, scratch); in GetRelocatedValue()
|
/external/fonttools/Lib/fontTools/ |
D | merge.py | 55 return reduce(operator.or_, lst)
|