Searched refs:SDC1 (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 D | MipsNaClELFStreamer.cpp | 239 case Mips::SDC1: in isBasePlusOffsetMemoryAccess()
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeMIPS_32.c | 152 ins = SDC1 | S(SLJIT_SP) | FT(float_arg_count) | IMM(*offsets_ptr); in call_with_args()
|
H A D | sljitNativeMIPS_common.c | 264 #define SDC1 (HI(61)) macro 889 FAIL_IF(push_inst(compiler, SDC1 | base | FT(i) | IMM(offset), MOVABLE_INS)); in sljit_emit_enter() 894 FAIL_IF(push_inst(compiler, SDC1 | base | FT(i) | IMM(offset), MOVABLE_INS)); in sljit_emit_enter()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-scheduler-mips64.cc | 547 SDC1 = 1, enumerator 887 int Sdc1Latency() { return AdjustBaseAndOffsetLatency() + Latency::SDC1; } in Sdc1Latency()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsSEInstrInfo.cpp | 72 (Opc == Mips::SWC1) || (Opc == Mips::SDC1) || (Opc == Mips::SDC164)) { in isStoreToStackSlot() 269 Opc = Mips::SDC1; in storeRegToStack()
|
H A D | MipsInstructionSelector.cpp | 226 return isStore ? Mips::SDC1 : Mips::LDC1; in selectLoadStoreOpCode()
|
H A D | MipsFastISel.cpp | 837 Opc = Mips::SDC1; in emitStore()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | constants-mips64.h | 489 SDC1 = ((7U << 3) + 5) << kOpcodeShift, 1323 OpcodeToBitNumber(SWC1) | OpcodeToBitNumber(SDC1) |
|
H A D | assembler-mips64.cc | 2675 GenInstrImmediate(SDC1, src.rm(), fs, src.offset_); in sdc1()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | constants-mips.h | 493 SDC1 = ((7U << 3) + 5) << kOpcodeShift, 1271 OpcodeToBitNumber(SWC1) | OpcodeToBitNumber(SDC1) |
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | instruction-scheduler-mips.cc | 521 SDC1 = 1, enumerator
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 7138 case SDC1:
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 6764 case SDC1:
|
Completed in 46 milliseconds