Home
last modified time | relevance | path

Searched refs:binop (Results 1 – 25 of 101) sorted by relevance

12345

/external/mesa3d/src/compiler/nir/
Dnir_opcodes.py358 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/
Dtest_fstring.py92 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/
Dparser.ml53 (* 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/
Dparser.ml53 (* 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/
Dparser.ml53 (* 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/
Dparser.ml53 (* 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/
Dparser.ml53 (* 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/
Dparser.ml53 (* 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/
Dparser.ml53 (* 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/
Dparser.ml53 (* 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/
Dparser.ml53 (* 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/
Dparser.ml89 (* 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/
Dparser.ml89 (* 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/
Dparser.ml89 (* 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/
DMallocOverflowSecurityChecker.cpp82 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/
D4char-promote.ll13 %binop = mul <4 x i8> %x, %y
14 %binop6 = add <4 x i8> %binop, %x
/external/llvm/test/CodeGen/X86/
D4char-promote.ll13 %binop = mul <4 x i8> %x, %y
14 %binop6 = add <4 x i8> %binop, %x
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D4char-promote.ll12 %binop = mul <4 x i8> %x, %y
13 %binop6 = add <4 x i8> %binop, %x
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
Dparser.ml100 (* 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/
Dparser.ml100 (* 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/
Dparser.ml100 (* 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/
Dbinop-forms.test7 ; 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/
Dparser.ml114 (* 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/
Dparser.ml114 (* 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/
Dparser.ml114 (* 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. *)

12345