Searched refs:double_scratch1 (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/s390/
H A Dcode-stubs-s390.h421 DoubleRegister double_scratch1,
/external/v8/src/arm/
H A Dmacro-assembler-arm.h604 LowDwVfpRegister double_scratch1,
/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.cc3333 DwVfpRegister double_scratch1 = ToDoubleRegister(instr->temp()); local
3334 DwVfpRegister input_plus_dot_five = double_scratch1;
3340 __ vabs(double_scratch1, input);
3341 __ VFPCompareAndSetFlags(double_scratch1, dot_five);
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.cc3573 DoubleRegister double_scratch1 = ToDoubleRegister(instr->temp()); local
3574 DoubleRegister input_plus_dot_five = double_scratch1;
3581 __ fabs(double_scratch1, input);
3582 __ fcmpu(double_scratch1, dot_five);
/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.cc3488 DoubleRegister double_scratch1 = ToDoubleRegister(instr->temp()); local
3489 DoubleRegister input_plus_dot_five = double_scratch1;
3496 __ lpdbr(double_scratch1, input);
3497 __ cdbr(double_scratch1, dot_five);
/external/v8/src/mips/
H A Dmacro-assembler-mips.h1007 FPURegister double_scratch1,
/external/v8/src/mips64/
H A Dmacro-assembler-mips64.h1065 FPURegister double_scratch1,
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.cc3274 DoubleRegister double_scratch1 = ToDoubleRegister(instr->temp()); local
3330 double_scratch1,
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.cc3478 DoubleRegister double_scratch1 = ToDoubleRegister(instr->temp()); local
3537 double_scratch1,

Completed in 270 milliseconds