Searched refs:GenerateFPOperation (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/mips/ |
D | code-stubs-mips.h | 202 void GenerateFPOperation(MacroAssembler* masm,
|
D | code-stubs-mips.cc | 2531 void BinaryOpStub::GenerateFPOperation(MacroAssembler* masm, in GenerateFPOperation() function in v8::internal::BinaryOpStub 2769 GenerateFPOperation(masm, true, use_runtime, gc_required); in GenerateSmiCode() 3194 GenerateFPOperation(masm, false, &call_runtime, &call_runtime); in GenerateHeapNumberStub() 3206 GenerateFPOperation(masm, false, &call_string_add_or_runtime, &call_runtime); in GenerateGeneric()
|
/external/v8/src/arm/ |
D | code-stubs-arm.h | 201 void GenerateFPOperation(MacroAssembler* masm,
|
D | code-stubs-arm.cc | 2417 void BinaryOpStub::GenerateFPOperation(MacroAssembler* masm, in GenerateFPOperation() function in v8::internal::BinaryOpStub 2653 GenerateFPOperation(masm, true, use_runtime, gc_required); in GenerateSmiCode() 3075 GenerateFPOperation(masm, false, &call_runtime, &call_runtime); in GenerateHeapNumberStub() 3087 GenerateFPOperation(masm, false, &call_string_add_or_runtime, &call_runtime); in GenerateGeneric()
|