Searched defs:Mfc1 (Results 1 – 8 of 8) sorted by relevance
| /art/compiler/optimizing/ |
| D | intrinsics_mips.cc | 167 __ Mfc1(out_lo, in); in MoveFPToInt() local 172 __ Mfc1(out, in); in MoveFPToInt() local 931 __ Mfc1(TMP, a); in GenMinMaxFP() local 932 __ Mfc1(AT, b); in GenMinMaxFP() local 944 __ Mfc1(AT, a); in GenMinMaxFP() local 2279 __ Mfc1(out, FTMP); in GenIsInfinite() local 2288 __ Mfc1(TMP, in); in GenIsInfinite() local 2296 __ Mfc1(AT, in); in GenIsInfinite() local
|
| D | code_generator_mips.cc | 567 __ Mfc1(r2, f1); in EmitSwap() local 594 __ Mfc1(TMP, f1); in EmitSwap() local 832 __ Mfc1(destination.AsRegister<Register>(), source.AsFpuRegister<FRegister>()); in Move32() local 873 __ Mfc1(dst_low, src); in Move64() local 3589 __ Mfc1(locations->GetTemp(1).AsRegister<Register>(), in HandleFieldSet() local 4904 __ Mfc1(TMP, FTMP); in VisitTypeConversion() local 4916 __ Mfc1(dst_low, FTMP); in VisitTypeConversion() local 4975 __ Mfc1(TMP, FTMP); in VisitTypeConversion() local 5003 __ Mfc1(dst, FTMP); in VisitTypeConversion() local
|
| D | intrinsics_mips64.cc | 156 __ Mfc1(out, in); in MoveFPToInt() local 1673 __ Mfc1(out, FTMP); in GenIsInfinite() local
|
| D | code_generator_mips64.cc | 730 __ Mfc1(destination.AsRegister<GpuRegister>(), source.AsFpuRegister<FpuRegister>()); in MoveLocation() local 3987 __ Mfc1(TMP, FTMP); in VisitTypeConversion() local 4007 __ Mfc1(dst, FTMP); in VisitTypeConversion() local
|
| /art/compiler/utils/mips64/ |
| D | assembler_mips64_test.cc | 546 TEST_F(AssemblerMIPS64Test, Mfc1) { in TEST_F() argument
|
| D | assembler_mips64.cc | 973 void Mips64Assembler::Mfc1(GpuRegister rt, FpuRegister fs) { in Mfc1() function in art::mips64::Mips64Assembler
|
| /art/compiler/utils/mips/ |
| D | assembler_mips_test.cc | 682 TEST_F(AssemblerMIPSTest, Mfc1) { in TEST_F() argument
|
| D | assembler_mips.cc | 1272 void MipsAssembler::Mfc1(Register rt, FRegister fs) { in Mfc1() function in art::mips::MipsAssembler
|