/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | IMUL.java | 26 public class IMUL extends ArithmeticInstruction { class 30 public IMUL() { in IMUL() method in IMUL 31 super(org.apache.bcel.Const.IMUL); in IMUL()
|
D | InstructionConstants.java | 97 ArithmeticInstruction IMUL = new IMUL(); field 232 INSTRUCTIONS[Const.IMUL] = IMUL; in Clinit()
|
D | InstructionConst.java | 96 public static final ArithmeticInstruction IMUL = new IMUL(); field in InstructionConst 227 INSTRUCTIONS[Const.IMUL] = IMUL;
|
D | ArithmeticInstruction.java | 69 case Const.IMUL: in getType()
|
D | Visitor.java | 528 void visitIMUL( IMUL obj ); in visitIMUL()
|
D | EmptyVisitor.java | 848 public void visitIMUL( final IMUL obj ) { in visitIMUL()
|
D | InstructionFactory.java | 334 return InstructionConst.IMUL; in createBinaryIntOp()
|
/external/javassist/src/main/javassist/bytecode/ |
D | Opcode.java | 156 int IMUL = 104; field
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tests/Dialect/mhlo/ |
D | lower-complex.mlir | 286 // 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/ |
D | Opcodes.java | 468 int IMUL = 104; // - field
|
/external/ow2-asm/asm-analysis/src/main/java/org/objectweb/asm/tree/analysis/ |
D | BasicInterpreter.java | 277 case IMUL: in binaryOperation()
|
D | BasicVerifier.java | 231 case IMUL: in binaryOperation()
|
D | Frame.java | 490 case Opcodes.IMUL: in execute()
|
/external/mesa3d/docs/relnotes/ |
D | 18.1.9.rst | 142 - nvir: Always split 64-bit IMAD/IMUL operations
|
D | 18.2.1.rst | 171 - nvir: Always split 64-bit IMAD/IMUL operations
|
/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/ |
D | FlowAnalyzer.kt | 232 … IADD, ISUB, IMUL, IDIV, IREM, IAND, IOR, IXOR, ISHL, ISHR, IUSHR, L2I, D2I, FCMPL, FCMPG -> { in executeOne()
|
/external/apache-commons-bcel/src/examples/Mini/ |
D | ASTExpr.java | 273 case MULT: il.append(InstructionConstants.IMUL); ASTFunDecl.pop(); break; in byte_code()
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/ |
D | LabelFlowAnalyzerTest.java | 198 testInsn(IMUL, true); in testInsn()
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/ |
D | Constants.java | 696 short IMUL = 104; field
|
D | Const.java | 1000 public static final short IMUL = 104; field in Const
|
/external/ow2-asm/asm-commons/src/main/java/org/objectweb/asm/commons/ |
D | AdviceAdapter.java | 227 case IMUL: in visitInsn()
|
D | InstructionAdapter.java | 203 case Opcodes.IMUL: in visitInsn() 848 mv.visitInsn(type.getOpcode(Opcodes.IMUL)); in mul()
|
D | AnalyzerAdapter.java | 759 case Opcodes.IMUL: in execute()
|
/external/dng_sdk/source/ |
D | dng_utils.h | 1145 IMUL y in Mulsh86()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_gv100.cpp | 120 OPINFO(IMUL , R , NONE, RIC , NONE, NONE, NONE);
|