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.cc305 __ vdiv(i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction() local
/external/v8/src/arm/
Dlithium-codegen-arm.cc1287 __ vdiv(quotient, dividend, divisor); in DoModI() local
1429 __ vdiv(vleft, vleft, vright); // vleft now contains the result. in DoDivI() local
1605 __ vdiv(vleft, vleft, vright); // vleft now contains the result. in DoFlooringDivI() local
2149 __ vdiv(result, left, right); in DoArithmeticD() local
Dcode-stubs-arm.cc866 __ vdiv(double_result, double_result, double_scratch); in Generate() local
916 __ vdiv(double_result, double_scratch, double_result); in Generate() local
Dassembler-arm.cc2995 void Assembler::vdiv(const DwVfpRegister dst, in vdiv() function in v8::internal::Assembler