Home
last modified time | relevance | path

Searched defs:mfc1 (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/mips64/
Dcode-generator-mips64.cc1244 __ mfc1(kScratchReg, i.InputSingleRegister(0)); in AssembleArchInstruction() local
1450 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1456 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1462 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1469 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1475 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1481 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1487 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1494 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
4088 __ mfc1(result, kDoubleCompareReg); in AssembleArchBoolean() local
/third_party/node/deps/v8/src/compiler/backend/mips/
Dcode-generator-mips.cc1191 __ mfc1(kScratchReg, i.InputSingleRegister(0)); in AssembleArchInstruction() local
1418 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1424 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1430 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1437 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1443 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1449 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1455 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1461 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
3885 __ mfc1(result, kDoubleCompareReg); in AssembleArchBoolean() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.cpp767 void AssemblerMIPS32::mfc1(const Operand *OpRt, const Operand *OpFs) { in mfc1() function in Ice::MIPS32::AssemblerMIPS32
/third_party/node/deps/v8/src/builtins/mips64/
Dbuiltins-mips64.cc2955 __ mfc1(scratch3, double_scratch); in Generate_DoubleToI() local
/third_party/node/deps/v8/src/codegen/mips/
Dassembler-mips.cc2419 void Assembler::mfc1(Register rt, FPURegister fs) { in mfc1() function in v8::internal::Assembler
/third_party/node/deps/v8/src/builtins/mips/
Dbuiltins-mips.cc2870 __ mfc1(scratch3, double_scratch); in Generate_DoubleToI() local
/third_party/node/deps/v8/src/codegen/mips64/
Dassembler-mips64.cc2690 void Assembler::mfc1(Register rt, FPURegister fs) { in mfc1() function in v8::internal::Assembler