Home
last modified time | relevance | path

Searched refs:LWC1 (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-scheduler-mips.cc509 LWC1 = 4, enumerator
923 return Latency::LWC1; in Ulwc1Latency()
938 int latency = AdjustBaseAndOffsetLatency() + Latency::LWC1; in Ldc1Latency()
940 return latency + Latency::LWC1; in Ldc1Latency()
1674 return Latency::LWC1; in GetInstructionLatency()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsNaClELFStreamer.cpp225 case Mips::LWC1: in isBasePlusOffsetMemoryAccess()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-scheduler-mips64.cc538 LWC1 = 4, enumerator
883 int Lwc1Latency() { return AdjustBaseAndOffsetLatency() + Latency::LWC1; } in Lwc1Latency()
1686 latency = Latency::LWC1; in GetInstructionLatency()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.cpp50 (Opc == Mips::LWC1) || (Opc == Mips::LDC1) || (Opc == Mips::LDC164)) { in isLoadFromStackSlot()
345 Opc = Mips::LWC1; in loadRegFromStack()
H A DMipsInstructionSelector.cpp222 return isStore ? Mips::SWC1 : Mips::LWC1; in selectLoadStoreOpCode()
H A DMipsFastISel.cpp780 Opc = Mips::LWC1; in emitLoad()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dconstants-mips64.h475 LWC1 = ((6U << 3) + 1) << kOpcodeShift,
1322 OpcodeToBitNumber(LWC1) | OpcodeToBitNumber(LDC1) |
H A Dassembler-mips64.cc2663 GenInstrImmediate(LWC1, src.rm(), fd, src.offset_); in lwc1()
/third_party/node/deps/v8/src/codegen/mips/
H A Dconstants-mips.h482 LWC1 = ((6U << 3) + 1) << kOpcodeShift,
1270 OpcodeToBitNumber(LWC1) | OpcodeToBitNumber(LDC1) |
H A Dassembler-mips.cc2402 GenInstrImmediate(LWC1, tmp.rm(), fd, tmp.offset()); in lwc1()
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeMIPS_common.c233 #define LWC1 (HI(49)) macro
938 FAIL_IF(push_inst(compiler, LWC1 | base | FT(float_arg_count) | IMM(local_size + (arg_count << 2)), MOVABLE_INS)); in sljit_emit_enter()
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc7124 case LWC1:
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc6746 case LWC1:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3395 TOut.emitRRX(Mips::LWC1, FirstReg, TmpReg, MCOperand::createExpr(LoExpr), in expandLoadSingleImmToFPR()

Completed in 62 milliseconds