HomeSort by: relevance | last modified time | path
    Searched defs:DDIV (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeMIPS_common.c 120 #define DDIV (HI(0) | LO(30))
1049 FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? DDIVU : DDIV) | S(SLJIT_R0) | T(SLJIT_R1), MOVABLE_INS));
  /src/external/gpl3/binutils/dist/gas/config/
rx-parse.h 97 DDIV = 298, /* DDIV */
266 #define DDIV 298
rx-parse.c 279 DDIV = 298, /* DDIV */
448 #define DDIV 298
642 YYSYMBOL_DDIV = 43, /* DDIV */
1323 "CMP", "DABS", "DADD", "DBT", "DCMP", "DDIV", "DIV", "DIVU", "DMOV",
4712 OPC(DDIV),
  /src/external/gpl3/binutils.old/dist/gas/config/
rx-parse.h 97 DDIV = 298, /* DDIV */
266 #define DDIV 298
rx-parse.c 279 DDIV = 298, /* DDIV */
448 #define DDIV 298
642 YYSYMBOL_DDIV = 43, /* DDIV */
1323 "CMP", "DABS", "DADD", "DBT", "DCMP", "DDIV", "DIV", "DIVU", "DMOV",
4712 OPC(DDIV),
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 1181 DanglingDebugInfoVector &DDIV = DDIMI.second;
1185 for (auto &DDI : DDIV)
1189 erase_if(DDIV, isMatchingDbgValue);
1201 DanglingDebugInfoVector &DDIV = DanglingDbgInfoIt->second;
1202 for (auto &DDI : DDIV) {
1246 DDIV.clear();

Completed in 47 milliseconds