HomeSort by relevance Sort by last modified time
    Searched full:binop (Results 251 - 275 of 403) sorted by null

<<11121314151617

  /art/runtime/interpreter/mterp/out/
mterp_x86.S     [all...]
  /external/clang/include/clang/AST/
StmtOpenMP.h     [all...]
  /external/swiftshader/third_party/LLVM/docs/tutorial/
LangImpl7.html     [all...]
OCamlLangImpl3.html 819 (* If this is a binop, find its precedence. *)
823 (* If this is a binop that binds at least as tightly as the current binop,
826 (* Eat the binop. *)
832 (* Okay, we know this is a binop. *)
836 (* If BinOp binds less tightly with rhs than the operator after
    [all...]
LangImpl5.html     [all...]
  /external/v8/src/compiler/arm64/
instruction-selector-arm64.cc 2238 Node* binop = m.left().node(); local
2248 Node* binop = m.right().node(); local
    [all...]
  /external/llvm/docs/tutorial/
OCamlLangImpl5.rst     [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 520 static const Value *getNegArgument(const Value *BinOp);
521 static Value *getNegArgument( Value *BinOp);
522 static const Value *getFNegArgument(const Value *BinOp);
523 static Value *getFNegArgument( Value *BinOp);
524 static const Value *getNotArgument(const Value *BinOp);
525 static Value *getNotArgument( Value *BinOp);
    [all...]
  /external/valgrind/coregrind/
m_translate.c 422 if (e->Iex.Binop.arg1->tag != Iex_RdTmp) goto case3;
423 if (!get_SP_delta(e->Iex.Binop.arg1->Iex.RdTmp.tmp, &delta)) goto case3;
424 if (e->Iex.Binop.arg2->tag != Iex_Const) goto case3;
425 if (!IS_ADD_OR_SUB(e->Iex.Binop.op)) goto case3;
426 con = GET_CONST(e->Iex.Binop.arg2->Iex.Const.con);
428 if (IS_ADD(e->Iex.Binop.op)) {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
noder.go 420 return p.nod(expr, p.binOp(expr.Op), x, p.expr(expr.Y))
597 n.Etype = EType(p.binOp(stmt.Op))
895 func (p *noder) binOp(op syntax.Operator) Op {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
noder.go 420 return p.nod(expr, p.binOp(expr.Op), x, p.expr(expr.Y))
597 n.Etype = EType(p.binOp(stmt.Op))
895 func (p *noder) binOp(op syntax.Operator) Op {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
ast.py 67 elif isinstance(node, BinOp) and \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Python-ast.c 744 BinOp_type = make_type("BinOp", expr_type, BinOp_fields, 3);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ast.py 67 elif isinstance(node, BinOp) and \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Python-ast.c 727 BinOp_type = make_type("BinOp", expr_type, BinOp_fields, 3);
    [all...]
  /external/llvm/docs/HistoricalNotes/
2007-OriginalClangReadme.txt 135 highlight regions of interesting code (e.g. the LHS and RHS of a binop).
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 50 build_call callee [|lhs_val; rhs_val|] "binop" builder
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/test/CodeGen/X86/
fast-isel-x86-64.ll 7 ; Make sure that fast-isel folds the immediate into the binop even though it