/external/v8/src/compiler/ |
wasm-compiler.h | 84 Node* Binop(wasm::WasmOpcode opcode, Node* left, Node* right);
|
/external/valgrind/coregrind/m_debuginfo/ |
readdwarf.c | [all...] |
/external/v8/test/cctest/compiler/ |
test-simplified-lowering.cc | 1207 Node* binop = local [all...] |
/art/runtime/interpreter/mterp/out/ |
mterp_x86.S | [all...] |
/external/llvm/docs/tutorial/ |
OCamlLangImpl5.rst | [all...] |
OCamlLangImpl6.rst | 225 build_call callee [|lhs_val; rhs_val|] "binop" builder [all...] |
OCamlLangImpl7.rst | [all...] |
/external/llvm/include/llvm/IR/ |
InstrTypes.h | 511 static const Value *getNegArgument(const Value *BinOp); 512 static Value *getNegArgument( Value *BinOp); 513 static const Value *getFNegArgument(const Value *BinOp); 514 static Value *getFNegArgument( Value *BinOp); 515 static const Value *getNotArgument(const Value *BinOp); 516 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...] |
/external/eigen/Eigen/src/Core/util/ |
ForwardDeclarations.h | 90 template<typename BinOp, typename Lhs, typename Rhs> class SelfCwiseBinaryOp;
|
/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
|
/external/v8/src/interpreter/ |
bytecode-array-builder.h | 185 BytecodeArrayBuilder& BinaryOperation(Token::Value binop, Register reg,
|
/external/valgrind/none/tests/mips32/ |
round.c | 61 #define BINOP(op) \
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
ast.py | 67 elif isinstance(node, BinOp) and \
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
ast.py | 67 elif isinstance(node, BinOp) and \
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
ast.py | 67 elif isinstance(node, BinOp) and \
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
ast.py | 67 elif isinstance(node, BinOp) and \
|
/external/llvm/lib/CodeGen/ |
AtomicExpandPass.cpp | 344 static Value *performAtomicOp(AtomicRMWInst::BinOp Op, IRBuilder<> &Builder, 600 AtomicRMWInst::BinOp Op = RMWI->getOperation();
|
/external/llvm/lib/Target/X86/ |
X86InstrCompiler.td | [all...] |
/external/javassist/src/main/javassist/compiler/ |
CodeGen.java | 933 static final int[] binOp = { 947 int[] code = binOp; 1015 int op = binOp[index + p + 1]; [all...] |
/docs/source.android.com/src/devices/tech/dalvik/ |
dalvik-bytecode.jd | [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
codegen.ml | 79 build_call callee [|lhs_val; rhs_val|] "binop" builder
|