Home
last modified time | relevance | path

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

/external/v8/src/compiler/arm/
Dcode-generator-arm.cc719 __ vdiv(i.OutputFloat32Register(), i.InputFloat32Register(0), in AssembleArchInstruction() local
770 __ vdiv(i.OutputFloat64Register(), i.InputFloat64Register(0), in AssembleArchInstruction() local
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc1155 __ vdiv(quotient, dividend, divisor); in DoModI() local
1297 __ vdiv(vleft, vleft, vright); // vleft now contains the result. in DoDivI() local
1473 __ vdiv(vleft, vleft, vright); // vleft now contains the result. in DoFlooringDivI() local
1992 __ vdiv(result, left, right); in DoArithmeticD() local
/external/v8/src/arm/
Dassembler-arm.cc3218 void Assembler::vdiv(const DwVfpRegister dst, in vdiv() function in v8::internal::Assembler
3238 void Assembler::vdiv(const SwVfpRegister dst, const SwVfpRegister src1, in vdiv() function in v8::internal::Assembler
Dcode-stubs-arm.cc837 __ vdiv(double_result, double_result, double_scratch); in Generate() local
887 __ vdiv(double_result, double_scratch, double_result); in Generate() local