Home
last modified time | relevance | path

Searched refs:or_ (Results 1 – 25 of 55) sorted by relevance

123

/external/protobuf/src/google/protobuf/stubs/
Dtemplate_util_unittest.cc107 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()
Dtemplate_util.h130 struct or_ : public integral_constant<bool, (A::value || B::value)> {
/external/v8/src/x87/
Dassembler-x87.h730 void or_(Register dst, int32_t imm32);
731 void or_(Register dst, Register src) { or_(dst, Operand(src)); } in or_() function
732 void or_(Register dst, const Operand& src);
733 void or_(const Operand& dst, Register src);
734 void or_(Register dst, const Immediate& imm) { or_(Operand(dst), imm); } in or_() function
735 void or_(const Operand& dst, const Immediate& x);
Dassembler-x87.cc919 void Assembler::or_(Register dst, int32_t imm32) { in or_() function in v8::internal::Assembler
925 void Assembler::or_(Register dst, const Operand& src) { in or_() function in v8::internal::Assembler
932 void Assembler::or_(const Operand& dst, const Immediate& x) { in or_() function in v8::internal::Assembler
938 void Assembler::or_(const Operand& dst, Register src) { in or_() function in v8::internal::Assembler
Dcode-stubs-x87.cc749 __ or_(ecx, eax); in GenerateGeneric() local
1960 __ or_(ecx, eax); in GenerateSmis() local
2059 __ or_(tmp1, tmp2); in GenerateInternalizedStrings() local
2153 __ or_(tmp3, tmp2); in GenerateStrings() local
2176 __ or_(tmp1, tmp2); in GenerateStrings() local
/external/v8/src/regexp/ia32/
Dregexp-macro-assembler-ia32.cc237 __ or_(eax, 0x20); // Convert match character to lower-case. in CheckNotBackReferenceIgnoreCase() local
251 __ or_(ecx, 0x20); in CheckNotBackReferenceIgnoreCase() local
338 __ or_(eax, eax); in CheckNotBackReferenceIgnoreCase() local
693 __ or_(eax, eax); in GetCode() local
880 __ or_(eax, eax); in GetCode() local
915 __ or_(eax, eax); in GetCode() local
/external/v8/src/regexp/x87/
Dregexp-macro-assembler-x87.cc236 __ or_(eax, 0x20); // Convert match character to lower-case. in CheckNotBackReferenceIgnoreCase() local
250 __ or_(ecx, 0x20); in CheckNotBackReferenceIgnoreCase() local
337 __ or_(eax, eax); in CheckNotBackReferenceIgnoreCase() local
692 __ or_(eax, eax); in GetCode() local
879 __ or_(eax, eax); in GetCode() local
914 __ or_(eax, eax); in GetCode() local
/external/python/cpython3/Lib/
Doperator.py116 def or_(a, b): function
439 __or__ = or_
Denum.py4 from operator import or_ as _or_
/external/v8/src/ia32/
Dassembler-ia32.h737 void or_(Register dst, int32_t imm32);
738 void or_(Register dst, Register src) { or_(dst, Operand(src)); } in or_() function
739 void or_(Register dst, const Operand& src);
740 void or_(const Operand& dst, Register src);
741 void or_(Register dst, const Immediate& imm) { or_(Operand(dst), imm); } in or_() function
742 void or_(const Operand& dst, const Immediate& x);
Dassembler-ia32.cc1048 void Assembler::or_(Register dst, int32_t imm32) { in or_() function in v8::internal::Assembler
1054 void Assembler::or_(Register dst, const Operand& src) { in or_() function in v8::internal::Assembler
1061 void Assembler::or_(const Operand& dst, const Immediate& x) { in or_() function in v8::internal::Assembler
1067 void Assembler::or_(const Operand& dst, Register src) { in or_() function in v8::internal::Assembler
Dcode-stubs-ia32.cc930 __ or_(ecx, eax); in GenerateGeneric() local
1916 __ or_(ecx, eax); in GenerateSmis() local
2043 __ or_(tmp1, tmp2); in GenerateInternalizedStrings() local
2137 __ or_(tmp3, tmp2); in GenerateStrings() local
2160 __ or_(tmp1, tmp2); in GenerateStrings() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.cc704 Status HandleOr(HloInstruction* or_) { in HandleOr() argument
706 parent_->evaluated_[or_], in HandleOr()
707 ElementWiseBinaryOp(or_, [](ElementwiseT lhs_el, ElementwiseT rhs_el) { in HandleOr()
715 Status HandleOr(HloInstruction* or_) { in HandleOr() argument
717 parent_->evaluated_[or_], in HandleOr()
718 ElementWiseBinaryOp(or_, [](ElementwiseT lhs_el, ElementwiseT rhs_el) { in HandleOr()
727 Status HandleOr(HloInstruction* or_) { in HandleOr() argument
731 Status HandleOr(HloInstruction* or_) override { in HandleOr() argument
732 return HandleOr<ElementwiseT>(or_); in HandleOr()
/external/python/cpython2/Lib/test/
Dtest_operator.py254 self.assertRaises(TypeError, operator.or_)
255 self.assertRaises(TypeError, operator.or_, None, None)
256 self.assertTrue(operator.or_(0xa, 0x5) == 0xf)
/external/python/cpython3/Lib/test/
Dtest_operator.py228 self.assertRaises(TypeError, operator.or_)
229 self.assertRaises(TypeError, operator.or_, None, None)
230 self.assertEqual(operator.or_(0xa, 0x5), 0xf)
/external/v8/src/mips/
Dmacro-assembler-mips.cc896 or_(rd, rs, rt.rm()); in Or()
904 or_(rd, rs, at); in Or()
996 or_(rd, rd, at); in Ror()
1003 or_(rd, rd, at); in Ror()
1077 or_(tmp, zero_reg, tmp2); in ByteSwapSigned()
1081 or_(tmp, tmp, tmp2); in ByteSwapSigned()
1085 or_(tmp, tmp, tmp2); in ByteSwapSigned()
1089 or_(tmp, tmp, tmp2); in ByteSwapSigned()
1091 or_(dest, tmp, zero_reg); in ByteSwapSigned()
1118 or_(dest, tmp, src); in ByteSwapUnsigned()
[all …]
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D451ad655293b91d4a6509de8be4703d9.0000493e.honggfuzz.cov56 ��n�V��V�������犑�(�����X��D:|�/�\-�hor_^�*�e�'�#)M!;
93 ��n�V��V�������犑�(�����X��D:|�/�\-�hor_^�*�e�'�#)M!;
/external/python/cpython3/Doc/library/
Doperator.rst155 .. function:: or_(a, b)
382 | Bitwise Or | ``a | b`` | ``or_(a, b)`` |
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D451ad655293b91d4a6509de8be4703d9.0000493e.honggfuzz.cov56 ��n�V��V�������犑�(�����X��D:|�/�\-�hor_^�*�e�'�#)M!;
93 ��n�V��V�������犑�(�����X��D:|�/�\-�hor_^�*�e�'�#)M!;
/external/python/cpython2/Doc/library/
Doperator.rst163 .. function:: or_(a, b)
638 | Bitwise Or | ``a | b`` | ``or_(a, b)`` |
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc849 __ or_(ecx, eax); in VisitSwitchStatement() local
1497 __ or_(eax, edx); in EmitInlineSmiBinaryOp() local
1560 __ or_(ebx, ecx); in EmitInlineSmiBinaryOp() local
1565 __ or_(eax, ecx); in EmitInlineSmiBinaryOp() local
2594 __ or_(ecx, eax); in VisitCompareOperation() local
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc839 __ or_(ecx, eax); in VisitSwitchStatement() local
1487 __ or_(eax, edx); in EmitInlineSmiBinaryOp() local
1550 __ or_(ebx, ecx); in EmitInlineSmiBinaryOp() local
1555 __ or_(eax, ecx); in EmitInlineSmiBinaryOp() local
2584 __ or_(ecx, eax); in VisitCompareOperation() local
/external/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.h251 void or_(const Operand *OpRd, const Operand *OpRs, const Operand *OpRt);
/external/v8/src/compiler/x87/
Dcode-generator-x87.cc939 __ or_(i.InputOperand(0), i.InputImmediate(1)); in AssembleArchInstruction() local
941 __ or_(i.InputRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local
1504 __ or_(eax, ebx); in AssembleArchInstruction() local
1584 __ or_(i.OutputRegister(0), Immediate(0x80000000)); in AssembleArchInstruction() local
/external/python/cpython2/Modules/
Doperator.c405 spam2(or_,__or__, "or_(a, b) -- Same as a | b.")

123