Home
last modified time | relevance | path

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

/external/v8/src/compiler/mips/
Dcode-generator-mips.cc1246 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1252 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1258 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1265 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1271 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1277 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1283 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1289 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1724 __ mfc1(result, kDoubleCompareReg); in AssembleArchBoolean() local
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc1412 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1418 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1424 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1431 __ 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
/external/v8/test/cctest/
Dtest-assembler-mips.cc415 __ mfc1(t0, f4); in TEST() local
416 __ mfc1(t1, f5); in TEST() local
417 __ mfc1(t2, f6); in TEST() local
418 __ mfc1(t3, f7); in TEST() local
427 __ mfc1(t0, f4); in TEST() local
429 __ mfc1(t2, f6); in TEST() local
487 __ mfc1(t2, f8); in TEST() local
492 __ mfc1(t3, f10); in TEST() local
847 __ mfc1(t0, f0); // t0 = f0(31..0) in TEST() local
854 __ mfc1(t0, f0); // f0 has a 32-bits word. t0 = a_word in TEST() local
Dtest-assembler-mips64.cc421 __ mfc1(a4, f4); in TEST() local
436 __ mfc1(a5, f4); in TEST() local
489 __ mfc1(a6, f8); in TEST() local
494 __ mfc1(a7, f10); in TEST() local
852 __ mfc1(a4, f0); in TEST() local
859 __ mfc1(a4, f0); // f0 LS 32 bits of long. in TEST() local
Dtest-macro-assembler-mips.cc514 __ mfc1(v0, f2); in run_Cvt() local
Dtest-macro-assembler-mips64.cc774 __ mfc1(v1, f2); in TEST() local
/external/v8/src/mips/
Dassembler-mips.cc2278 void Assembler::mfc1(Register rt, FPURegister fs) { in mfc1() function in v8::internal::Assembler
Dcode-stubs-mips.cc116 __ mfc1(scratch3, double_scratch); in Generate() local
/external/v8/src/mips64/
Dassembler-mips64.cc2605 void Assembler::mfc1(Register rt, FPURegister fs) { in mfc1() function in v8::internal::Assembler
Dcode-stubs-mips64.cc114 __ mfc1(scratch3, double_scratch); in Generate() local
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc4763 __ mfc1(at, result_reg); in EmitNumberUntagD() local
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc4559 __ mfc1(at, result_reg.low()); in EmitNumberUntagD() local