Home
last modified time | relevance | path

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

/external/v8/src/compiler/backend/mips/
Dcode-generator-mips.cc1244 __ mfc1(kScratchReg, i.InputSingleRegister(0)); in AssembleArchInstruction() local
1471 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1477 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1483 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1490 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1496 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1502 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1508 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1514 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
3855 __ mfc1(result, kDoubleCompareReg); in AssembleArchBoolean() local
/external/v8/src/compiler/backend/mips64/
Dcode-generator-mips64.cc1323 __ mfc1(kScratchReg, i.InputSingleRegister(0)); in AssembleArchInstruction() local
1529 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1535 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1541 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1548 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1554 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1560 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1566 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
1572 __ mfc1(i.OutputRegister(), scratch); in AssembleArchInstruction() local
4138 __ 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/mips64/
Dbuiltins-mips64.cc2744 __ mfc1(scratch3, double_scratch); in Generate_DoubleToI() local
/external/v8/src/codegen/mips/
Dassembler-mips.cc2415 void Assembler::mfc1(Register rt, FPURegister fs) { in mfc1() function in v8::internal::Assembler
/external/v8/src/codegen/mips64/
Dassembler-mips64.cc2683 void Assembler::mfc1(Register rt, FPURegister fs) { in mfc1() function in v8::internal::Assembler
/external/v8/src/builtins/mips/
Dbuiltins-mips.cc2675 __ mfc1(scratch3, double_scratch); in Generate_DoubleToI() local