Searched refs:DDIV (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-scheduler-mips64.cc | 439 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 D | constants-mips64.h | 539 DDIV = ((3U << 3) + 6), 1344 FunctionFieldToBitNumber(DIV) | FunctionFieldToBitNumber(DDIV) |
|
H A D | assembler-mips64.cc | 1833 GenInstrRegister(SPECIAL, rs, rt, zero_reg, 0, DDIV); in ddiv()
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeMIPS_common.c | 184 #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 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() 1197 for (auto &DDI : DDIV) { in resolveDanglingDebugInfo() 1241 DDIV.clear(); in resolveDanglingDebugInfo()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | constants-ppc.h | 1387 V(ddiv, DDIV, 0xEC000444) \
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_tgsi.cpp | 838 NV50_IR_OPCODE_CASE(DDIV, DIV); in translateOpcode()
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 3974 case DDIV: { in DecodeTypeRegisterSPECIAL()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 1427 case Mips::DDIV: in EmitInstrWithCustomInserter()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 2066 case Mips::DDIV: in processInstruction()
|
Completed in 68 milliseconds