Home
last modified time | relevance | path

Searched refs:DDIVU (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-scheduler-mips64.cc441 DDIVU = 50, enumerator
674 latency = Latency::DDIVU; in DdivuLatency()
676 latency = Latency::DDIVU + Latency::MFLO; in DdivuLatency()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dconstants-mips64.h540 DDIVU = ((3U << 3) + 7),
1345 FunctionFieldToBitNumber(DIVU) | FunctionFieldToBitNumber(DDIVU) |
H A Dassembler-mips64.cc1847 GenInstrRegister(SPECIAL, rs, rt, zero_reg, 0, DDIVU); in ddivu()
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeMIPS_common.c185 #define DDIVU (HI(0) | (2 << 6) | LO(31)) macro
196 #define DDIVU (HI(0) | LO(31)) 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/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc4048 case DDIVU: in DecodeTypeRegisterSPECIAL()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1428 case Mips::DDIVU: in EmitInstrWithCustomInserter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2067 case Mips::DDIVU: in processInstruction()

Completed in 45 milliseconds