Home
last modified time | relevance | path

Searched defs:vdiv (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/arm/
Dcode-stubs-arm.cc2484 __ vdiv(d5, d6, d7); in GenerateFPOperation() local
2803 __ vdiv(d5, d6, d7); in GenerateInt32Stub() local
3549 __ vdiv(double_result, double_result, double_scratch); in Generate() local
3599 __ vdiv(double_result, double_scratch, double_result); in Generate() local
Dassembler-arm.cc2320 void Assembler::vdiv(const DwVfpRegister dst, in vdiv() function in v8::internal::Assembler
Dlithium-codegen-arm.cc1009 __ vdiv(quotient, dividend, divisor); in DoModI() local
1534 __ vdiv(result, left, right); in DoArithmeticD() local
/external/chromium_org/v8/src/arm/
Dlithium-codegen-arm.cc1222 __ vdiv(quotient, dividend, divisor); in DoModI() local
1444 __ vdiv(vleft, vleft, vright); // vleft now contains the result. in DoDivI() local
2131 __ vdiv(result, left, right); in DoArithmeticD() local
Dassembler-arm.cc2913 void Assembler::vdiv(const DwVfpRegister dst, in vdiv() function in v8::internal::Assembler
Dcode-stubs-arm.cc1560 __ vdiv(double_result, double_result, double_scratch); in Generate() local
1610 __ vdiv(double_result, double_scratch, double_result); in Generate() local