/external/mesa3d/src/compiler/nir/ |
D | nir_opcodes.py | 358 def binop(name, ty, alg_props, const_expr): function 391 binop("fadd", tfloat, commutative + associative, "src0 + src1") 392 binop("iadd", tint, commutative + associative, "src0 + src1") 393 binop("fsub", tfloat, "", "src0 - src1") 394 binop("isub", tint, "", "src0 - src1") 396 binop("fmul", tfloat, commutative + associative, "src0 * src1") 398 binop("imul", tint, commutative + associative, "src0 * src1") 400 binop("imul_high", tint32, commutative, 403 binop("umul_high", tuint32, commutative, 406 binop("fdiv", tfloat, "", "src0 / src1") [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_fstring.py | 92 binop = t.body[1].value.values[0].value 93 self.assertEqual(type(binop), ast.BinOp) 94 self.assertEqual(type(binop.left), ast.Name) 95 self.assertEqual(type(binop.op), ast.Mult) 96 self.assertEqual(type(binop.right), ast.Call) 97 self.assertEqual(binop.lineno, 3) 98 self.assertEqual(binop.left.lineno, 3) 99 self.assertEqual(binop.right.lineno, 3) 100 self.assertEqual(binop.col_offset, 3) 101 self.assertEqual(binop.left.col_offset, 3) [all …]
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | parser.ml | 53 (* If this is a binop, find its precedence. *) 57 (* If this is a binop that binds at least as tightly as the current binop, 60 (* Eat the binop. *) 66 (* Okay, we know this is a binop. *)
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/ |
D | parser.ml | 53 (* If this is a binop, find its precedence. *) 57 (* If this is a binop that binds at least as tightly as the current binop, 60 (* Eat the binop. *) 66 (* Okay, we know this is a binop. *)
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
D | parser.ml | 53 (* If this is a binop, find its precedence. *) 57 (* If this is a binop that binds at least as tightly as the current binop, 60 (* Eat the binop. *) 66 (* Okay, we know this is a binop. *)
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/ |
D | parser.ml | 53 (* If this is a binop, find its precedence. *) 57 (* If this is a binop that binds at least as tightly as the current binop, 60 (* Eat the binop. *) 66 (* Okay, we know this is a binop. *)
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
D | parser.ml | 53 (* If this is a binop, find its precedence. *) 57 (* If this is a binop that binds at least as tightly as the current binop, 60 (* Eat the binop. *) 66 (* Okay, we know this is a binop. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
D | parser.ml | 53 (* If this is a binop, find its precedence. *) 57 (* If this is a binop that binds at least as tightly as the current binop, 60 (* Eat the binop. *) 66 (* Okay, we know this is a binop. *)
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/ |
D | parser.ml | 53 (* If this is a binop, find its precedence. *) 57 (* If this is a binop that binds at least as tightly as the current binop, 60 (* Eat the binop. *) 66 (* Okay, we know this is a binop. *)
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | parser.ml | 53 (* If this is a binop, find its precedence. *) 57 (* If this is a binop that binds at least as tightly as the current binop, 60 (* Eat the binop. *) 66 (* Okay, we know this is a binop. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
D | parser.ml | 53 (* If this is a binop, find its precedence. *) 57 (* If this is a binop that binds at least as tightly as the current binop, 60 (* Eat the binop. *) 66 (* Okay, we know this is a binop. *)
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/ |
D | parser.ml | 89 (* If this is a binop, find its precedence. *) 93 (* If this is a binop that binds at least as tightly as the current binop, 96 (* Eat the binop. *) 102 (* Okay, we know this is a binop. *)
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | parser.ml | 89 (* If this is a binop, find its precedence. *) 93 (* If this is a binop that binds at least as tightly as the current binop, 96 (* Eat the binop. *) 102 (* Okay, we know this is a binop. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | parser.ml | 89 (* If this is a binop, find its precedence. *) 93 (* If this is a binop that binds at least as tightly as the current binop, 96 (* Eat the binop. *) 102 (* Okay, we know this is a binop. *)
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MallocOverflowSecurityChecker.cpp | 82 if (const BinaryOperator *binop = dyn_cast<BinaryOperator>(e)) { in CheckMallocArgument() local 83 BinaryOperatorKind opc = binop->getOpcode(); in CheckMallocArgument() 86 mulop = binop; in CheckMallocArgument() 90 const Expr *lhs = binop->getLHS(); in CheckMallocArgument() 91 const Expr *rhs = binop->getRHS(); in CheckMallocArgument()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | 4char-promote.ll | 13 %binop = mul <4 x i8> %x, %y 14 %binop6 = add <4 x i8> %binop, %x
|
/external/llvm/test/CodeGen/X86/ |
D | 4char-promote.ll | 13 %binop = mul <4 x i8> %x, %y 14 %binop6 = add <4 x i8> %binop, %x
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 4char-promote.ll | 12 %binop = mul <4 x i8> %x, %y 13 %binop6 = add <4 x i8> %binop, %x
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/ |
D | parser.ml | 100 (* If this is a binop, find its precedence. *) 104 (* If this is a binop that binds at least as tightly as the current binop, 107 (* Eat the binop. *) 113 (* Okay, we know this is a binop. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | parser.ml | 100 (* If this is a binop, find its precedence. *) 104 (* If this is a binop that binds at least as tightly as the current binop, 107 (* Eat the binop. *) 113 (* Okay, we know this is a binop. *)
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | parser.ml | 100 (* If this is a binop, find its precedence. *) 104 (* If this is a binop that binds at least as tightly as the current binop, 107 (* Eat the binop. *) 113 (* Okay, we know this is a binop. *)
|
/external/swiftshader/third_party/subzero/tests_lit/reader_tests/ |
D | binop-forms.test | 7 ; RUN: -threads=0 -bitcode-as-text %p/Inputs/binop-newform.tbc \ 12 ; RUN: -threads=0 -bitcode-as-text %p/Inputs/binop-oldform.tbc \
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | parser.ml | 114 (* If this is a binop, find its precedence. *) 118 (* If this is a binop that binds at least as tightly as the current binop, 121 (* Eat the binop. *) 127 (* Okay, we know this is a binop. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | parser.ml | 114 (* If this is a binop, find its precedence. *) 118 (* If this is a binop that binds at least as tightly as the current binop, 121 (* Eat the binop. *) 127 (* Okay, we know this is a binop. *)
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/ |
D | parser.ml | 114 (* If this is a binop, find its precedence. *) 118 (* If this is a binop that binds at least as tightly as the current binop, 121 (* Eat the binop. *) 127 (* Okay, we know this is a binop. *)
|