Home
last modified time | relevance | path

Searched defs:DDIV (Results 1 – 9 of 9) sorted by relevance

/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
DInstructionConstants.java104 ArithmeticInstruction DDIV = new DDIV(); field
DInstructionConst.java103 public static final ArithmeticInstruction DDIV = new DDIV(); field in InstructionConst
/external/v8/src/compiler/mips64/
Dinstruction-scheduler-mips64.cc345 DDIV = 50, enumerator
/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/pcre/dist2/src/sljit/
DsljitNativeMIPS_common.c134 #define DDIV (HI(0) | LO(30)) macro
/external/v8/src/mips64/
Dconstants-mips64.h514 DDIV = ((3U << 3) + 6), enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1122 DanglingDebugInfoVector &DDIV = DDIMI.second; in dropDanglingDebugInfo() local
1135 DanglingDebugInfoVector &DDIV = DanglingDbgInfoIt->second; in resolveDanglingDebugInfo() local