Home
last modified time | relevance | path

Searched refs:sdc1 (Results 1 – 11 of 11) sorted by relevance

/third_party/musl/src/setjmp/mipsn32/
Dsetjmp.S24 sdc1 $24, 96($4)
25 sdc1 $25, 104($4)
26 sdc1 $26, 112($4)
27 sdc1 $27, 120($4)
28 sdc1 $28, 128($4)
29 sdc1 $29, 136($4)
30 sdc1 $30, 144($4)
31 sdc1 $31, 152($4)
/third_party/musl/src/setjmp/mips64/
Dsetjmp.S24 sdc1 $24, 96($4)
25 sdc1 $25, 104($4)
26 sdc1 $26, 112($4)
27 sdc1 $27, 120($4)
28 sdc1 $28, 128($4)
29 sdc1 $29, 136($4)
30 sdc1 $30, 144($4)
31 sdc1 $31, 152($4)
/third_party/skia/tests/
DGrMipMappedTest.cpp468 auto sdc1 = draw_mipmap_into_new_render_target(dContext.get(), colorType, alphaType, variable
470 auto sdc1Task = sk_ref_sp(sdc1->testingOnly_PeekLastOpsTask());
512 sdc1 = draw_mipmap_into_new_render_target(dContext.get(), colorType, alphaType,
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.h289 void sdc1(const Operand *OpRt, const Operand *OpBase, const Operand *OpOff,
DIceInstMIPS32.cpp1092 Asm->sdc1(getSrc(0), Mem->getBase(), Mem->getOffset(), Reloc); in emitIAS()
DIceAssemblerMIPS32.cpp1072 void AssemblerMIPS32::sdc1(const Operand *OpRt, const Operand *OpBase, in sdc1() function in Ice::MIPS32::AssemblerMIPS32
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstrFPU.td577 def SDC164 : StdMMR6Rel, SW_FT<"sdc1", FGR64Opnd, mem_simm16, II_SDC1, store>,
586 def SDC1 : MMRel, SW_FT<"sdc1", AFGR64Opnd, mem_simm16, II_SDC1, store>,
DMicroMipsInstrFPU.td285 def SDC1_MM : MMRel, SW_FT<"sdc1", AFGR64Opnd, mem_mm_16, II_SDC1, store>,
DMicroMips32r6InstrInfo.td229 class SDC1_MMR6_ENC : LDWC1_SDWC1_FM_MMR6<"sdc1", 0b101110>;
773 string AsmString = !strconcat("sdc1", "\t$ft, $addr");
777 string BaseOpcode = "sdc1";
DMipsScheduleP5600.td329 // sdxc1, sdc1, st.[bhwd], swc1, swxc1
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenAsmMatcher.inc5078 "sc\003scd\003sce\002sd\005sdbbp\007sdbbp16\004sdc1\004sdc2\004sdc3\003s"
7547 …{ 7957 /* sdc1 */, Mips::SDC1, Convert__AFGR64AsmReg1_0__MemOffsetSimm16_02_1, AMFBS_HasStdEnc_Not…
7548 …{ 7957 /* sdc1 */, Mips::SDC1_MM, Convert__AFGR64AsmReg1_0__MemOffsetSimm16_02_1, AMFBS_InMicroMip…
7549 …{ 7957 /* sdc1 */, Mips::SDC164, Convert__FGR64AsmReg1_0__MemOffsetSimm16_02_1, AMFBS_HasStdEnc_Is…
7550 …{ 7957 /* sdc1 */, Mips::SDC1_D64_MMR6, Convert__FGR64AsmReg1_0__MemOffsetSimm16_02_1, AMFBS_InMic…
11040 …{ 7957 /* sdc1 */, 1 /* 0 */, MCK_AFGR64AsmReg, AMFBS_HasStdEnc_NotFP64bit_HasMips2_IsNotSoftFloat…
11041 …{ 7957 /* sdc1 */, 2 /* 1 */, MCK_MemOffsetSimm16_0, AMFBS_HasStdEnc_NotFP64bit_HasMips2_IsNotSoft…
11042 { 7957 /* sdc1 */, 1 /* 0 */, MCK_AFGR64AsmReg, AMFBS_InMicroMips_NotFP64bit_IsNotSoftFloat },
11043 …{ 7957 /* sdc1 */, 2 /* 1 */, MCK_MemOffsetSimm16_0, AMFBS_InMicroMips_NotFP64bit_IsNotSoftFloat },
11044 …{ 7957 /* sdc1 */, 1 /* 0 */, MCK_FGR64AsmReg, AMFBS_HasStdEnc_IsFP64bit_HasMips2_IsNotSoftFloat_N…
[all …]