Searched defs:mfc1 (Results 1 – 6 of 6) sorted by relevance
/external/v8/test/cctest/ |
D | test-assembler-mips.cc | 367 __ mfc1(t0, f4); in TEST() local 368 __ mfc1(t1, f5); in TEST() local 369 __ mfc1(t2, f6); in TEST() local 370 __ mfc1(t3, f7); in TEST() local 432 __ mfc1(t2, f8); in TEST() local 437 __ mfc1(t3, f10); in TEST() local 789 __ mfc1(t0, f0); in TEST() local 790 __ mfc1(t1, f1); in TEST() local 796 __ mfc1(t0, f0); // f0 has LS 32 bits of long. in TEST() local 797 __ mfc1(t1, f1); // f1 has MS 32 bits of long. in TEST() local
|
/external/v8/src/mips/ |
D | lithium-codegen-mips.cc | 3023 __ mfc1(result, single_scratch); in DoMathFloor() local 3029 __ mfc1(scratch1, input.high()); in DoMathFloor() local 3044 __ mfc1(result, input.high()); in DoMathRound() local 3074 __ mfc1(result, double_scratch0().high()); in DoMathRound() local 3100 __ mfc1(result, double_scratch0().low()); in DoMathRound() local 3106 __ mfc1(scratch, input.high()); in DoMathRound() local 3981 __ mfc1(at, result_reg.low()); in EmitNumberUntagD() local 3983 __ mfc1(scratch, result_reg.high()); in EmitNumberUntagD() local 4063 __ mfc1(input_reg, single_scratch); in DoDeferredTaggedToI() local 4068 __ mfc1(scratch1, double_scratch.high()); in DoDeferredTaggedToI() local [all …]
|
D | code-stubs-mips.cc | 881 __ mfc1(dst, single_scratch); in LoadNumberAsInt32() local 2943 __ mfc1(scratch1, single_scratch); in GenerateInt32Stub() local 2950 __ mfc1(scratch2, f11); in GenerateInt32Stub() local 3710 __ mfc1(scratch, single_scratch); in Generate() local
|
D | assembler-mips.cc | 1657 void Assembler::mfc1(Register rt, FPURegister fs) { in mfc1() function in v8::internal::Assembler
|
D | stub-cache-mips.cc | 2101 __ mfc1(v0, f0); in CompileMathFloorCall() local
|
/external/webkit/Source/JavaScriptCore/assembler/ |
D | MIPSAssembler.h | 576 void mfc1(RegisterID rt, FPRegisterID fs) in mfc1() function
|