/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/docs/tutorial/ |
OCamlLangImpl6.rst | 225 build_call callee [|lhs_val; rhs_val|] "binop" builder [all...] |
OCamlLangImpl7.rst | [all...] |
/external/llvm/include/llvm/Bitcode/ |
LLVMBitCodes.h | 314 /// binop a CST_CODE_CE_BINOP or a XXX refers to. The values of these enums 393 FUNC_CODE_INST_BINOP = 2, // BINOP: [opcode, ty, opval, opval]
|
/external/llvm/lib/Target/X86/ |
X86InstrCompiler.td | [all...] |
/external/swiftshader/third_party/LLVM/docs/tutorial/ |
OCamlLangImpl6.html | 274 build_call callee [|lhs_val; rhs_val|] "binop" builder</b> [all...] |
OCamlLangImpl7.html | [all...] |
OCamlLangImpl5.html | [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...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
codegen.ml | 79 build_call callee [|lhs_val; rhs_val|] "binop" builder
|
/external/llvm/include/llvm/IR/ |
ConstantRange.h | 113 static ConstantRange makeGuaranteedNoWrapRegion(Instruction::BinaryOps BinOp,
|
IRBuilder.h | [all...] |
/external/llvm/lib/CodeGen/ |
AtomicExpandPass.cpp | 490 static Value *performAtomicOp(AtomicRMWInst::BinOp Op, IRBuilder<> &Builder, 640 static Value *performMaskedAtomicOp(AtomicRMWInst::BinOp Op, [all...] |
/external/llvm/lib/Target/AMDGPU/ |
CIInstructions.td | 300 // atomic store follows atomic binop convention so the address comes
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/ |
codegen.ml | 79 build_call callee [|lhs_val; rhs_val|] "binop" builder
|
/external/v8/src/compiler/ |
wasm-compiler.h | 132 Node* Binop(wasm::WasmOpcode opcode, Node* left, Node* right,
|
/external/v8/src/interpreter/ |
bytecode-array-builder.h | 237 BytecodeArrayBuilder& BinaryOperation(Token::Value binop, Register reg,
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/ |
UefiShellLevel1CommandsLib.uni | 306 " expr := item binop item | boolfunc(string)\r\n"
310 " binop := gt | lt | eq | ne | ge | le | == | ugt | ult |\r\n"
|
/external/eigen/Eigen/src/Core/util/ |
XprHelper.h | [all...] |
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
InstructionSimplify.cpp | 327 /// instruction as an operand, try to simplify the binop by seeing whether 346 // Evaluate the BinOp on the true and false branches of the select. 369 // then the result of the binop is the select itself. 457 /// is a PHI instruction, try to simplify the binop by seeing whether evaluating 481 // Evaluate the BinOp on the incoming phi values. 523 // Evaluate the BinOp on the incoming phi values. [all...] |
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
BitcodeReader.cpp | 134 static AtomicRMWInst::BinOp GetDecodedRMWOperation(unsigned Val) { [all...] |
/external/valgrind/coregrind/m_debuginfo/ |
storage.c | 873 e.Cex.Binop.op = op; 874 e.Cex.Binop.ixL = ixL; 875 e.Cex.Binop.ixR = ixR; 975 ML_(ppCfiExpr)(src, e->Cex.Binop.ixL); 977 ppCfiBinop(e->Cex.Binop.op); [all...] |
/external/clang/lib/AST/ |
Expr.cpp | [all...] |