Home
last modified time | relevance | path

Searched refs:IDIV (Results 1 – 25 of 91) sorted by relevance

1234

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DIDIV.java28 public class IDIV extends ArithmeticInstruction implements ExceptionThrower { class
32 public IDIV() { in IDIV() method in IDIV
33 super(org.apache.bcel.Const.IDIV); in IDIV()
DInstructionConstants.java101 ArithmeticInstruction IDIV = new IDIV(); field
236 INSTRUCTIONS[Const.IDIV] = IDIV; in Clinit()
DInstructionConst.java100 public static final ArithmeticInstruction IDIV = new IDIV(); field in InstructionConst
231 INSTRUCTIONS[Const.IDIV] = IDIV;
DArithmeticInstruction.java68 case Const.IDIV: in getType()
DVisitor.java246 void visitIDIV( IDIV obj ); in visitIDIV()
DEmptyVisitor.java388 public void visitIDIV( final IDIV obj ) { in visitIDIV()
DInstructionFactory.java336 return InstructionConst.IDIV; in createBinaryIntOp()
/external/javassist/src/main/javassist/bytecode/
DOpcode.java133 int IDIV = 108; field
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tests/Dialect/mhlo/
Dlower-complex.mlir287 // CHECK-DAG: %[[IDIV:.+]] = mhlo.divide %[[IMUL]], %[[TWO]]
293 // CHECK: return %[[RDIV]], %[[IDIV]]
310 // CHECK-DAG: %[[IDIV:.+]] = mhlo.divide %[[IMUL]], %[[TWO]]
316 // CHECK: return %[[RDIV]], %[[IDIV]]
/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
DOpcodes.java472 int IDIV = 108; // - field
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_opcode_tmp.h140 OP12(IDIV)
Dtgsi_info_opcodes.h121 OPCODE(1, 2, COMP, IDIV)
/external/ow2-asm/asm-analysis/src/main/java/org/objectweb/asm/tree/analysis/
DBasicInterpreter.java278 case IDIV: in binaryOperation()
DBasicVerifier.java232 case IDIV: in binaryOperation()
DFrame.java494 case Opcodes.IDIV: in execute()
/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/jazzer-api/agent/src/main/java/com/code_intelligence/jazzer/instrumentor/
DTraceDataFlowInstrumentor.kt109 Opcodes.IDIV -> { in <lambda>()
/external/apache-commons-bcel/src/examples/Mini/
DASTExpr.java274 case DIV: il.append(InstructionConstants.IDIV); ASTFunDecl.pop(); break; in byte_code()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DLabelFlowAnalyzerTest.java202 testInsn(IDIV, true); in testInsn()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/
DConstants.java712 short IDIV = 108; field
DConst.java1020 public static final short IDIV = 108; field in Const
/external/ow2-asm/asm-commons/src/main/java/org/objectweb/asm/commons/
DAdviceAdapter.java228 case IDIV: in visitInsn()
DInstructionAdapter.java215 case Opcodes.IDIV: in visitInsn()
852 mv.visitInsn(type.getOpcode(Opcodes.IDIV)); in div()
DAnalyzerAdapter.java760 case Opcodes.IDIV: in execute()
/external/mesa3d/docs/relnotes/
D10.3.3.rst81 - freedreno/ir3: add IDIV/UDIV support

1234