Home
last modified time | relevance | path

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

/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc1497 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1503 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1509 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1516 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1522 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1528 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1534 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1540 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
3386 __ mfc1(result, kDoubleCompareReg); in AssembleArchBoolean() local
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc1375 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1381 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1387 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1394 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1400 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1406 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1412 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1418 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
3134 __ mfc1(result, kDoubleCompareReg); in AssembleArchBoolean() local
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/micromips/
Dvalid.s205 mfc1 $3, $f4 # CHECK: mfc1 $3, $f4 # encoding: [0x54,0x64,0x20,0x3b] label
/external/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.cpp765 void AssemblerMIPS32::mfc1(const Operand *OpRt, const Operand *OpFs) { in mfc1() function in Ice::MIPS32::AssemblerMIPS32
/external/v8/src/builtins/mips/
Dbuiltins-mips.cc2501 __ mfc1(scratch3, double_scratch); in Generate_DoubleToI() local
/external/v8/src/builtins/mips64/
Dbuiltins-mips64.cc2519 __ mfc1(scratch3, double_scratch); in Generate_DoubleToI() local
/external/v8/src/mips/
Dassembler-mips.cc2610 void Assembler::mfc1(Register rt, FPURegister fs) { in mfc1() function in v8::internal::Assembler
/external/v8/src/mips64/
Dassembler-mips64.cc3002 void Assembler::mfc1(Register rt, FPURegister fs) { in mfc1() function in v8::internal::Assembler