Home
last modified time | relevance | path

Searched refs:SWC1 (Results 1 - 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-scheduler-mips.cc520 SWC1 = 1, enumerator
931 return Latency::SWC1; in Uswc1Latency()
955 int latency = AdjustBaseAndOffsetLatency() + Latency::SWC1; in Sdc1Latency()
957 return latency + Latency::SWC1; in Sdc1Latency()
1641 return MoveLatency(false) + Latency::SWC1; // Estimated max. in GetInstructionLatency()
1657 return Latency::SWC1 + SubuLatency(false); in GetInstructionLatency()
1688 return Latency::SWC1; in GetInstructionLatency()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsNaClELFStreamer.cpp238 case Mips::SWC1: in isBasePlusOffsetMemoryAccess()
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeMIPS_32.c162 ins = SWC1 | S(SLJIT_SP) | FT(float_arg_count) | IMM(*offsets_ptr); in call_with_args()
H A DsljitNativeMIPS_common.c280 #define SWC1 (HI(57)) macro
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-scheduler-mips64.cc546 SWC1 = 1, enumerator
885 int Swc1Latency() { return AdjustBaseAndOffsetLatency() + Latency::SWC1; } in Swc1Latency()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.cpp72 (Opc == Mips::SWC1) || (Opc == Mips::SDC1) || (Opc == Mips::SDC164)) { in isStoreToStackSlot()
267 Opc = Mips::SWC1; in storeRegToStack()
H A DMipsInstructionSelector.cpp222 return isStore ? Mips::SWC1 : Mips::LWC1; in selectLoadStoreOpCode()
H A DMipsFastISel.cpp832 Opc = Mips::SWC1; in emitStore()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dconstants-mips64.h485 SWC1 = ((7U << 3) + 1) << kOpcodeShift,
1323 OpcodeToBitNumber(SWC1) | OpcodeToBitNumber(SDC1) |
H A Dassembler-mips64.cc2671 GenInstrImmediate(SWC1, src.rm(), fs, src.offset_); in swc1()
/third_party/node/deps/v8/src/codegen/mips/
H A Dconstants-mips.h490 SWC1 = ((7U << 3) + 1) << kOpcodeShift,
1271 OpcodeToBitNumber(SWC1) | OpcodeToBitNumber(SDC1) |
H A Dassembler-mips.cc2408 GenInstrImmediate(SWC1, tmp.rm(), fd, tmp.offset()); in swc1()
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc7133 case SWC1: {
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc6760 case SWC1:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp5220 unsigned Opcode = Mips::SWC1; in expandStoreDM1Macro()

Completed in 100 milliseconds