Home
last modified time | relevance | path

Searched defs:mtc1 (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/mips64/
Dcode-generator-mips64.cc1246 __ mtc1(kScratchReg, i.OutputSingleRegister()); in AssembleArchInstruction() local
1409 __ mtc1(i.InputRegister(0), scratch); in AssembleArchInstruction() local
1415 __ mtc1(i.InputRegister(0), scratch); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/compiler/backend/mips/
Dcode-generator-mips.cc1193 __ mtc1(kScratchReg, i.OutputSingleRegister()); in AssembleArchInstruction() local
1394 __ mtc1(i.InputRegister(0), scratch); in AssembleArchInstruction() local
1400 __ mtc1(i.InputRegister(0), scratch); in AssembleArchInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.cpp907 void AssemblerMIPS32::mtc1(const Operand *OpRt, const Operand *OpFs) { in mtc1() function in Ice::MIPS32::AssemblerMIPS32
/third_party/node/deps/v8/src/codegen/mips/
Dassembler-mips.cc2411 void Assembler::mtc1(Register rt, FPURegister fs) { in mtc1() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/mips64/
Dassembler-mips64.cc2678 void Assembler::mtc1(Register rt, FPURegister fs) { in mtc1() function in v8::internal::Assembler