Home | History | Annotate | Download | only in s390

Lines Matching refs:kScratchDoubleReg

609         __ load_instr(kScratchDoubleReg, operand);                         \
610 __ cmp_rr_instr(i.InputDoubleRegister(0), kScratchDoubleReg); \
1614 __ ldr(kScratchDoubleReg, i.InputDoubleRegister(1));
1616 __ sebr(i.OutputDoubleRegister(), kScratchDoubleReg);
1627 __ ldr(kScratchDoubleReg, i.InputDoubleRegister(1));
1629 __ sdbr(i.OutputDoubleRegister(), kScratchDoubleReg);
1709 __ ldr(kScratchDoubleReg, i.InputDoubleRegister(1));
1711 __ debr(i.OutputDoubleRegister(), kScratchDoubleReg);
1721 __ ldr(kScratchDoubleReg, i.InputDoubleRegister(1));
1723 __ ddbr(i.OutputDoubleRegister(), kScratchDoubleReg);
2057 i.OutputRegister(0), kScratchDoubleReg);
2072 kScratchDoubleReg, kRoundToZero);
2085 i.OutputRegister(0), kScratchDoubleReg);
2099 i.OutputRegister(0), kScratchDoubleReg);
2119 i.OutputRegister(0), kScratchDoubleReg);
2135 i.OutputRegister(0), kScratchDoubleReg);
2755 : kScratchDoubleReg;
2794 DoubleRegister temp = kScratchDoubleReg;
2844 DoubleRegister temp = kScratchDoubleReg;
2861 DoubleRegister temp_0 = kScratchDoubleReg;