Home | History | Annotate | Download | only in s390

Lines Matching refs:dbl_scratch

2093   DoubleRegister dbl_scratch = double_scratch0();
2131 __ LoadDouble(dbl_scratch,
2135 __ cdbr(dbl_scratch, kDoubleRegZero);
2218 __ LoadDouble(dbl_scratch,
2221 __ cdbr(dbl_scratch, kDoubleRegZero);
4563 DoubleRegister dbl_scratch = double_scratch0();
4573 __ ConvertIntToDouble(src, dbl_scratch);
4575 __ ConvertUnsignedIntToDouble(src, dbl_scratch);
4604 // Done. Put the value in dbl_scratch into the value of the allocated heap
4607 __ StoreDouble(dbl_scratch, FieldMemOperand(dst, HeapNumber::kValueOffset));