Home
last modified time | relevance | path

Searched refs:IMUL (Results 1 – 25 of 95) sorted by relevance

1234

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DIMUL.java26 public class IMUL extends ArithmeticInstruction { class
30 public IMUL() { in IMUL() method in IMUL
31 super(org.apache.bcel.Const.IMUL); in IMUL()
DInstructionConstants.java97 ArithmeticInstruction IMUL = new IMUL(); field
232 INSTRUCTIONS[Const.IMUL] = IMUL; in Clinit()
DInstructionConst.java96 public static final ArithmeticInstruction IMUL = new IMUL(); field in InstructionConst
227 INSTRUCTIONS[Const.IMUL] = IMUL;
DArithmeticInstruction.java69 case Const.IMUL: in getType()
DVisitor.java528 void visitIMUL( IMUL obj ); in visitIMUL()
DEmptyVisitor.java848 public void visitIMUL( final IMUL obj ) { in visitIMUL()
DInstructionFactory.java334 return InstructionConst.IMUL; in createBinaryIntOp()
/external/javassist/src/main/javassist/bytecode/
DOpcode.java156 int IMUL = 104; field
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tests/Dialect/mhlo/
Dlower-complex.mlir286 // CHECK-DAG: %[[IMUL:.+]] = mhlo.multiply %[[COS]], %[[SUB]]
287 // CHECK-DAG: %[[IDIV:.+]] = mhlo.divide %[[IMUL]], %[[TWO]]
309 // CHECK-DAG: %[[IMUL:.+]] = mhlo.multiply %[[SIN]], %[[SUB]]
310 // CHECK-DAG: %[[IDIV:.+]] = mhlo.divide %[[IMUL]], %[[TWO]]
/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
DOpcodes.java468 int IMUL = 104; // - field
/external/ow2-asm/asm-analysis/src/main/java/org/objectweb/asm/tree/analysis/
DBasicInterpreter.java277 case IMUL: in binaryOperation()
DBasicVerifier.java231 case IMUL: in binaryOperation()
DFrame.java490 case Opcodes.IMUL: in execute()
/external/mesa3d/docs/relnotes/
D18.1.9.rst142 - nvir: Always split 64-bit IMAD/IMUL operations
D18.2.1.rst171 - nvir: Always split 64-bit IMAD/IMUL operations
/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/
DFlowAnalyzer.kt232 … IADD, ISUB, IMUL, IDIV, IREM, IAND, IOR, IXOR, ISHL, ISHR, IUSHR, L2I, D2I, FCMPL, FCMPG -> { in executeOne()
/external/apache-commons-bcel/src/examples/Mini/
DASTExpr.java273 case MULT: il.append(InstructionConstants.IMUL); ASTFunDecl.pop(); break; in byte_code()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DLabelFlowAnalyzerTest.java198 testInsn(IMUL, true); in testInsn()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/
DConstants.java696 short IMUL = 104; field
DConst.java1000 public static final short IMUL = 104; field in Const
/external/ow2-asm/asm-commons/src/main/java/org/objectweb/asm/commons/
DAdviceAdapter.java227 case IMUL: in visitInsn()
DInstructionAdapter.java203 case Opcodes.IMUL: in visitInsn()
848 mv.visitInsn(type.getOpcode(Opcodes.IMUL)); in mul()
DAnalyzerAdapter.java759 case Opcodes.IMUL: in execute()
/external/dng_sdk/source/
Ddng_utils.h1145 IMUL y in Mulsh86()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_gv100.cpp120 OPINFO(IMUL , R , NONE, RIC , NONE, NONE, NONE);

1234