Searched defs:vdiv (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 305 __ vdiv(i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction() local
|
/external/v8/src/arm/ |
D | lithium-codegen-arm.cc | 1287 __ 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
|
D | code-stubs-arm.cc | 866 __ vdiv(double_result, double_result, double_scratch); in Generate() local 916 __ vdiv(double_result, double_scratch, double_result); in Generate() local
|
D | assembler-arm.cc | 2995 void Assembler::vdiv(const DwVfpRegister dst, in vdiv() function in v8::internal::Assembler
|