Searched refs:createBinaryOperation (Results 1 – 3 of 3) sorted by relevance
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | InstructionFactory.java | 422 public static ArithmeticInstruction createBinaryOperation( final String op, final Type type ) { in createBinaryOperation() method in InstructionFactory
|
/external/deqp-deps/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 204 …spv::Id createBinaryOperation(glslang::TOperator op, OpDecorations&, spv::Id typeId, spv::Id left,… 2075 rValue = createBinaryOperation(node->getOp(), decorations, in visitBinary() 2253 spv::Id result = createBinaryOperation(node->getOp(), decorations, in visitBinary() 2599 spv::Id result = createBinaryOperation(op, decorations, in visitUnary() 3129 result = createBinaryOperation(binOp, decorations, in visitAggregate() 5958 spv::Id TGlslangToSpvTraverser::createBinaryOperation(glslang::TOperator op, OpDecorations& decorat… in createBinaryOperation() function in __anon782acf1e0111::TGlslangToSpvTraverser
|
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ |
D | GlslangToSpv.cpp | 204 …spv::Id createBinaryOperation(glslang::TOperator op, OpDecorations&, spv::Id typeId, spv::Id left,… 2075 rValue = createBinaryOperation(node->getOp(), decorations, in visitBinary() 2253 spv::Id result = createBinaryOperation(node->getOp(), decorations, in visitBinary() 2599 spv::Id result = createBinaryOperation(op, decorations, in visitUnary() 3129 result = createBinaryOperation(binOp, decorations, in visitAggregate() 5958 spv::Id TGlslangToSpvTraverser::createBinaryOperation(glslang::TOperator op, OpDecorations& decorat… in createBinaryOperation() function in __anon9a371beb0111::TGlslangToSpvTraverser
|