Home
last modified time | relevance | path

Searched refs:DDIV (Results 1 – 25 of 45) sorted by relevance

12

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DDDIV.java27 public class DDIV extends ArithmeticInstruction { class
31 public DDIV() { in DDIV() method in DDIV
32 super(org.apache.bcel.Const.DDIV); in DDIV()
DInstructionConst.java103 public static final ArithmeticInstruction DDIV = new DDIV(); field in InstructionConst
234 INSTRUCTIONS[Const.DDIV] = DDIV;
DInstructionConstants.java104 ArithmeticInstruction DDIV = new DDIV(); field
239 INSTRUCTIONS[Const.DDIV] = DDIV; in Clinit()
DArithmeticInstruction.java53 case Const.DDIV: in getType()
DVisitor.java237 void visitDDIV( DDIV obj ); in visitDDIV()
DEmptyVisitor.java373 public void visitDDIV( final DDIV obj ) { in visitDDIV()
DInstructionFactory.java408 return InstructionConst.DDIV; in createBinaryDoubleOp()
/external/javassist/src/main/javassist/bytecode/
DOpcode.java63 int DDIV = 111; field
/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/
DFlowAnalyzer.kt231 DADD, DSUB, DMUL, DDIV, DREM -> { in executeOne()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/
DConstants.java724 short DDIV = 111; field
DConst.java1035 public static final short DDIV = 111; field in Const
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DLabelFlowAnalyzerTest.java203 testInsn(DDIV, true); in testInsn()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info_opcodes.h251 OPCODE(1, 2, COMP, DDIV)
/external/llvm/lib/Target/Mips/
DMips64r6InstrInfo.td109 def DDIV : DDIV_ENC, DDIV_DESC, ISA_MIPS64R6;
/external/pcre/dist2/src/sljit/
DsljitNativeMIPS_common.c170 #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/
DMips64r6InstrInfo.td141 def DDIV : DDIV_ENC, DDIV_DESC, ISA_MIPS64R6;
/external/llvm-project/llvm/lib/Target/Mips/
DMips64r6InstrInfo.td141 def DDIV : DDIV_ENC, DDIV_DESC, ISA_MIPS64R6;
DMipsScheduleGeneric.td267 def : InstRW<[GenericWriteDIV], (instrs DDIV, DMOD)>;
/external/desugar/java/com/google/devtools/build/android/desugar/
DBytecodeTypeInference.java326 case Opcodes.DDIV: in visitInsn()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DExecutionVisitor.java299 public void visitDDIV(final DDIV o) { in visitDDIV()
DInstConstraintVisitor.java834 public void visitDDIV(final DDIV o) { in visitDDIV()
/external/javassist/src/main/javassist/bytecode/analysis/
DExecutor.java352 case DDIV: in execute()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1176 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/
DCodeGen.java990 '/', DDIV, FDIV, LDIV, IDIV,
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1136 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()

12