Searched defs:mfc1 (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 1319 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local 1325 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local 1331 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local 1338 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local 1344 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local 1350 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local 1356 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local 1362 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local 1880 __ mfc1(result, kDoubleCompareReg); in AssembleArchBoolean() local
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 1528 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local 1534 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local 1540 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local 1547 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local 1553 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local 1559 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local 1565 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local 1571 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
|
/external/v8/src/mips/ |
D | assembler-mips.cc | 2310 void Assembler::mfc1(Register rt, FPURegister fs) { in mfc1() function in v8::internal::Assembler
|
D | code-stubs-mips.cc | 116 __ mfc1(scratch3, double_scratch); in Generate() local
|
/external/v8/src/mips64/ |
D | assembler-mips64.cc | 2606 void Assembler::mfc1(Register rt, FPURegister fs) { in mfc1() function in v8::internal::Assembler
|
D | code-stubs-mips64.cc | 114 __ mfc1(scratch3, double_scratch); in Generate() local
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.cc | 4457 __ mfc1(at, result_reg.low()); in EmitNumberUntagD() local
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.cc | 4665 __ mfc1(at, result_reg); in EmitNumberUntagD() local
|