Searched defs:mfc1 (Results 1 – 8 of 8) sorted by relevance
| /external/v8/src/compiler/mips64/ |
| D | code-generator-mips64.cc | 1497 __ 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/ |
| D | code-generator-mips.cc | 1375 __ 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/ |
| D | valid.s | 205 mfc1 $3, $f4 # CHECK: mfc1 $3, $f4 # encoding: [0x54,0x64,0x20,0x3b] label
|
| /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/builtins/mips/ |
| D | builtins-mips.cc | 2501 __ mfc1(scratch3, double_scratch); in Generate_DoubleToI() local
|
| /external/v8/src/builtins/mips64/ |
| D | builtins-mips64.cc | 2519 __ mfc1(scratch3, double_scratch); in Generate_DoubleToI() local
|
| /external/v8/src/mips/ |
| D | assembler-mips.cc | 2610 void Assembler::mfc1(Register rt, FPURegister fs) { in mfc1() function in v8::internal::Assembler
|
| /external/v8/src/mips64/ |
| D | assembler-mips64.cc | 3002 void Assembler::mfc1(Register rt, FPURegister fs) { in mfc1() function in v8::internal::Assembler
|