Home
last modified time | relevance | path

Searched refs:LDC1 (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsNaClELFStreamer.cpp226 case Mips::LDC1: in isBasePlusOffsetMemoryAccess()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-scheduler-mips64.cc539 LDC1 = 4, enumerator
889 int Ldc1Latency() { return AdjustBaseAndOffsetLatency() + Latency::LDC1; } in Ldc1Latency()
/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()
347 Opc = Mips::LDC1; in loadRegFromStack()
H A DMipsInstructionSelector.cpp226 return isStore ? Mips::SDC1 : Mips::LDC1; in selectLoadStoreOpCode()
H A DMipsFastISel.cpp786 Opc = Mips::LDC1; in emitLoad()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dconstants-mips64.h478 LDC1 = ((6U << 3) + 5) << kOpcodeShift,
1322 OpcodeToBitNumber(LWC1) | OpcodeToBitNumber(LDC1) |
H A Dassembler-mips64.cc2667 GenInstrImmediate(LDC1, src.rm(), fd, src.offset_); in ldc1()
/third_party/node/deps/v8/src/codegen/mips/
H A Dconstants-mips.h484 LDC1 = ((6U << 3) + 5) << kOpcodeShift,
1270 OpcodeToBitNumber(LWC1) | OpcodeToBitNumber(LDC1) |
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeMIPS_common.c228 #define LDC1 (HI(53)) macro
926 FAIL_IF(push_inst(compiler, LDC1 | base | FT(float_arg_count) | IMM(local_size + (arg_count << 2)), MOVABLE_INS)); in sljit_emit_enter()
1091 FAIL_IF(push_inst(compiler, LDC1 | S(SLJIT_SP) | FT(i) | IMM(offset), MOVABLE_INS)); in emit_stack_frame_release()
1096 FAIL_IF(push_inst(compiler, LDC1 | S(SLJIT_SP) | FT(i) | IMM(offset), MOVABLE_INS)); in emit_stack_frame_release()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-scheduler-mips.cc510 LDC1 = 4, enumerator
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc7129 case LDC1:
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc6756 case LDC1:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3532 TOut.emitRRX(Is64FPU ? Mips::LDC164 : Mips::LDC1, FirstReg, TmpReg, in expandLoadDoubleImmToFPR()

Completed in 53 milliseconds