• Home
  • Raw
  • Download

Lines Matching refs:FPURegister

287 CREATE_OOL_CLASS(OutOfLineFloat32Max, Float32MaxOutOfLine, FPURegister);
288 CREATE_OOL_CLASS(OutOfLineFloat32Min, Float32MinOutOfLine, FPURegister);
289 CREATE_OOL_CLASS(OutOfLineFloat64Max, Float64MaxOutOfLine, FPURegister);
290 CREATE_OOL_CLASS(OutOfLineFloat64Min, Float64MinOutOfLine, FPURegister);
1462 FPURegister dst = i.OutputSingleRegister(); in AssembleArchInstruction()
1463 FPURegister src1 = i.InputSingleRegister(0); in AssembleArchInstruction()
1464 FPURegister src2 = i.InputSingleRegister(1); in AssembleArchInstruction()
1471 FPURegister dst = i.OutputDoubleRegister(); in AssembleArchInstruction()
1472 FPURegister src1 = i.InputDoubleRegister(0); in AssembleArchInstruction()
1473 FPURegister src2 = i.InputDoubleRegister(1); in AssembleArchInstruction()
1480 FPURegister dst = i.OutputSingleRegister(); in AssembleArchInstruction()
1481 FPURegister src1 = i.InputSingleRegister(0); in AssembleArchInstruction()
1482 FPURegister src2 = i.InputSingleRegister(1); in AssembleArchInstruction()
1489 FPURegister dst = i.OutputDoubleRegister(); in AssembleArchInstruction()
1490 FPURegister src1 = i.InputDoubleRegister(0); in AssembleArchInstruction()
1491 FPURegister src2 = i.InputDoubleRegister(1); in AssembleArchInstruction()
1507 FPURegister scratch = kScratchDoubleReg; in AssembleArchInstruction()
1513 FPURegister scratch = kScratchDoubleReg; in AssembleArchInstruction()
1523 FPURegister scratch = kScratchDoubleReg; in AssembleArchInstruction()
1529 FPURegister scratch = kScratchDoubleReg; in AssembleArchInstruction()
1547 FPURegister scratch = kScratchDoubleReg; in AssembleArchInstruction()
1553 FPURegister scratch = kScratchDoubleReg; in AssembleArchInstruction()
1559 FPURegister scratch = kScratchDoubleReg; in AssembleArchInstruction()
1565 FPURegister scratch = kScratchDoubleReg; in AssembleArchInstruction()
1572 FPURegister scratch = kScratchDoubleReg; in AssembleArchInstruction()
1578 FPURegister scratch = kScratchDoubleReg; in AssembleArchInstruction()
1584 FPURegister scratch = kScratchDoubleReg; in AssembleArchInstruction()
1590 FPURegister scratch = kScratchDoubleReg; in AssembleArchInstruction()
1601 FPURegister scratch = kScratchDoubleReg; in AssembleArchInstruction()
1629 FPURegister scratch = kScratchDoubleReg; in AssembleArchInstruction()
1657 FPURegister scratch = kScratchDoubleReg; in AssembleArchInstruction()
1663 FPURegister scratch = kScratchDoubleReg; in AssembleArchInstruction()
1673 FPURegister scratch = kScratchDoubleReg; in AssembleArchInstruction()
1681 FPURegister scratch = kScratchDoubleReg; in AssembleArchInstruction()
1782 FPURegister ft = i.InputOrZeroSingleRegister(index); in AssembleArchInstruction()
1792 FPURegister ft = i.InputOrZeroSingleRegister(index); in AssembleArchInstruction()
1806 FPURegister ft = i.InputOrZeroDoubleRegister(2); in AssembleArchInstruction()
1814 FPURegister ft = i.InputOrZeroDoubleRegister(2); in AssembleArchInstruction()
2033 FPURegister left = i.InputOrZeroSingleRegister(0); in AssembleBranchToLabels()
2034 FPURegister right = i.InputOrZeroSingleRegister(1); in AssembleBranchToLabels()
2044 FPURegister left = i.InputOrZeroDoubleRegister(0); in AssembleBranchToLabels()
2045 FPURegister right = i.InputOrZeroDoubleRegister(1); in AssembleBranchToLabels()
2267 FPURegister left = i.InputOrZeroDoubleRegister(0); in AssembleArchBoolean()
2268 FPURegister right = i.InputOrZeroDoubleRegister(1); in AssembleArchBoolean()
2562 FPURegister src = g.ToDoubleRegister(source); in AssembleMove()
2564 FPURegister dst = g.ToDoubleRegister(destination); in AssembleMove()
2576 FPURegister temp = kScratchDoubleReg; in AssembleMove()
2618 FPURegister temp = kScratchDoubleReg; in AssembleSwap()
2619 FPURegister src = g.ToDoubleRegister(source); in AssembleSwap()
2621 FPURegister dst = g.ToDoubleRegister(destination); in AssembleSwap()
2635 FPURegister temp_1 = kScratchDoubleReg; in AssembleSwap()