/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | DDIV.java | 27 public class DDIV extends ArithmeticInstruction { class 31 public DDIV() { in DDIV() method in DDIV 32 super(org.apache.bcel.Const.DDIV); in DDIV()
|
D | InstructionConst.java | 103 public static final ArithmeticInstruction DDIV = new DDIV(); field in InstructionConst 234 INSTRUCTIONS[Const.DDIV] = DDIV;
|
D | InstructionConstants.java | 104 ArithmeticInstruction DDIV = new DDIV(); field 239 INSTRUCTIONS[Const.DDIV] = DDIV; in Clinit()
|
D | ArithmeticInstruction.java | 53 case Const.DDIV: in getType()
|
D | Visitor.java | 237 void visitDDIV( DDIV obj ); in visitDDIV()
|
D | EmptyVisitor.java | 373 public void visitDDIV( final DDIV obj ) { in visitDDIV()
|
D | InstructionFactory.java | 408 return InstructionConst.DDIV; in createBinaryDoubleOp()
|
/external/javassist/src/main/javassist/bytecode/ |
D | Opcode.java | 63 int DDIV = 111; field
|
/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/ |
D | FlowAnalyzer.kt | 231 DADD, DSUB, DMUL, DDIV, DREM -> { in executeOne()
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/ |
D | Constants.java | 724 short DDIV = 111; field
|
D | Const.java | 1035 public static final short DDIV = 111; field in Const
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/ |
D | LabelFlowAnalyzerTest.java | 203 testInsn(DDIV, true); in testInsn()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info_opcodes.h | 251 OPCODE(1, 2, COMP, DDIV)
|
/external/llvm/lib/Target/Mips/ |
D | Mips64r6InstrInfo.td | 109 def DDIV : DDIV_ENC, DDIV_DESC, ISA_MIPS64R6;
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativeMIPS_common.c | 170 #define DDIV (HI(0) | (2 << 6) | LO(30)) macro 181 #define DDIV (HI(0) | LO(30)) macro 1269 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? DDIVU : DDIV) | S(SLJIT_R0) | T(SLJIT_R1… in sljit_emit_op0() 1287 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? DDIVU : DDIV) | S(SLJIT_R0) | T(SLJIT_R1… in sljit_emit_op0()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips64r6InstrInfo.td | 141 def DDIV : DDIV_ENC, DDIV_DESC, ISA_MIPS64R6;
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | Mips64r6InstrInfo.td | 141 def DDIV : DDIV_ENC, DDIV_DESC, ISA_MIPS64R6;
|
D | MipsScheduleGeneric.td | 267 def : InstRW<[GenericWriteDIV], (instrs DDIV, DMOD)>;
|
/external/desugar/java/com/google/devtools/build/android/desugar/ |
D | BytecodeTypeInference.java | 326 case Opcodes.DDIV: in visitInsn()
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/ |
D | ExecutionVisitor.java | 299 public void visitDDIV(final DDIV o) { in visitDDIV()
|
D | InstConstraintVisitor.java | 834 public void visitDDIV(final DDIV o) { in visitDDIV()
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | Executor.java | 352 case DDIV: in execute()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1176 DanglingDebugInfoVector &DDIV = DDIMI.second; in dropDanglingDebugInfo() local 1180 for (auto &DDI : DDIV) in dropDanglingDebugInfo() 1184 DDIV.erase(remove_if(DDIV, isMatchingDbgValue), DDIV.end()); in dropDanglingDebugInfo() 1196 DanglingDebugInfoVector &DDIV = DanglingDbgInfoIt->second; in resolveDanglingDebugInfo() local 1197 for (auto &DDI : DDIV) { in resolveDanglingDebugInfo() 1241 DDIV.clear(); in resolveDanglingDebugInfo()
|
/external/javassist/src/main/javassist/compiler/ |
D | CodeGen.java | 990 '/', DDIV, FDIV, LDIV, IDIV,
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1136 DanglingDebugInfoVector &DDIV = DDIMI.second; in dropDanglingDebugInfo() local 1140 for (auto &DDI : DDIV) in dropDanglingDebugInfo() 1144 erase_if(DDIV, isMatchingDbgValue); in dropDanglingDebugInfo() 1156 DanglingDebugInfoVector &DDIV = DanglingDbgInfoIt->second; in resolveDanglingDebugInfo() local 1157 for (auto &DDI : DDIV) { in resolveDanglingDebugInfo() 1201 DDIV.clear(); in resolveDanglingDebugInfo()
|