Searched defs:mfc1 (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 1317 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local 1323 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local 1329 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local 1336 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local 1342 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local 1348 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local 1354 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local 1360 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local 1951 __ mfc1(result, kDoubleCompareReg); in AssembleArchBoolean() local
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 1549 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local 1555 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local 1561 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local 1568 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local 1574 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local 1580 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local 1586 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local 1592 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerMIPS32.cpp | 765 void AssemblerMIPS32::mfc1(const Operand *OpRt, const Operand *OpFs) { in mfc1() function in Ice::MIPS32::AssemblerMIPS32
|
/external/v8/src/mips/ |
D | assembler-mips.cc | 2328 void Assembler::mfc1(Register rt, FPURegister fs) { in mfc1() function in v8::internal::Assembler
|
D | code-stubs-mips.cc | 105 __ mfc1(scratch3, double_scratch); in Generate() local
|
/external/v8/src/mips64/ |
D | code-stubs-mips64.cc | 103 __ mfc1(scratch3, double_scratch); in Generate() local
|
D | assembler-mips64.cc | 2656 void Assembler::mfc1(Register rt, FPURegister fs) { in mfc1() function in v8::internal::Assembler
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.cc | 4460 __ mfc1(at, result_reg.low()); in EmitNumberUntagD() local
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.cc | 4653 __ mfc1(at, result_reg); in EmitNumberUntagD() local
|