Home
last modified time | relevance | path

Searched refs:DDIV (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-scheduler-mips64.cc439 DDIV = 50, enumerator
661 latency = Latency::DDIV; in DdivLatency()
663 latency = Latency::DDIV + Latency::MFLO; in DdivLatency()
715 latency = Latency::DDIV + Latency::MFHI; in DmodLatency()
728 latency = Latency::DDIV + Latency::MFHI; in DmoduLatency()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dconstants-mips64.h539 DDIV = ((3U << 3) + 6),
1344 FunctionFieldToBitNumber(DIV) | FunctionFieldToBitNumber(DDIV) |
H A Dassembler-mips64.cc1833 GenInstrRegister(SPECIAL, rs, rt, zero_reg, 0, DDIV); in ddiv()
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeMIPS_common.c184 #define DDIV (HI(0) | (2 << 6) | LO(30)) macro
195 #define DDIV (HI(0) | LO(30)) macro
2198 FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? DDIVU : DDIV) | S(SLJIT_R0) | T(SLJIT_R1) | D(TMP_REG3), DR(TMP_REG3))); in sljit_emit_op0()
2216 FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? DDIVU : DDIV) | S(SLJIT_R0) | T(SLJIT_R1), MOVABLE_INS)); in sljit_emit_op0()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A 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()
1197 for (auto &DDI : DDIV) { in resolveDanglingDebugInfo()
1241 DDIV.clear(); in resolveDanglingDebugInfo()
/third_party/node/deps/v8/src/codegen/ppc/
H A Dconstants-ppc.h1387 V(ddiv, DDIV, 0xEC000444) \
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp838 NV50_IR_OPCODE_CASE(DDIV, DIV); in translateOpcode()
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc3974 case DDIV: { in DecodeTypeRegisterSPECIAL()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1427 case Mips::DDIV: in EmitInstrWithCustomInserter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2066 case Mips::DDIV: in processInstruction()

Completed in 71 milliseconds