• Home
  • Raw
  • Download

Lines Matching refs:FPURegister

287 CREATE_OOL_CLASS(OutOfLineFloat32Max, Float32MaxOutOfLine, FPURegister);
288 CREATE_OOL_CLASS(OutOfLineFloat32Min, Float32MinOutOfLine, FPURegister);
1248 FPURegister dst = i.OutputSingleRegister(); in AssembleArchInstruction()
1249 FPURegister src1 = i.InputSingleRegister(0); in AssembleArchInstruction()
1250 FPURegister src2 = i.InputSingleRegister(1); in AssembleArchInstruction()
1266 FPURegister dst = i.OutputSingleRegister(); in AssembleArchInstruction()
1267 FPURegister src1 = i.InputSingleRegister(0); in AssembleArchInstruction()
1268 FPURegister src2 = i.InputSingleRegister(1); in AssembleArchInstruction()
1292 FPURegister scratch = kScratchDoubleReg; in AssembleArchInstruction()
1298 FPURegister scratch = kScratchDoubleReg; in AssembleArchInstruction()
1304 FPURegister scratch = kScratchDoubleReg; in AssembleArchInstruction()
1310 FPURegister scratch = kScratchDoubleReg; in AssembleArchInstruction()
1315 FPURegister scratch = kScratchDoubleReg; in AssembleArchInstruction()
1321 FPURegister scratch = kScratchDoubleReg; in AssembleArchInstruction()
1327 FPURegister scratch = kScratchDoubleReg; in AssembleArchInstruction()
1333 FPURegister scratch = kScratchDoubleReg; in AssembleArchInstruction()
1340 FPURegister scratch = kScratchDoubleReg; in AssembleArchInstruction()
1346 FPURegister scratch = kScratchDoubleReg; in AssembleArchInstruction()
1352 FPURegister scratch = kScratchDoubleReg; in AssembleArchInstruction()
1358 FPURegister scratch = kScratchDoubleReg; in AssembleArchInstruction()
1369 FPURegister scratch = kScratchDoubleReg; in AssembleArchInstruction()
1375 FPURegister scratch = kScratchDoubleReg; in AssembleArchInstruction()
1457 FPURegister ft = i.InputOrZeroSingleRegister(index); in AssembleArchInstruction()
1467 FPURegister ft = i.InputOrZeroSingleRegister(index); in AssembleArchInstruction()
1481 FPURegister ft = i.InputOrZeroDoubleRegister(2); in AssembleArchInstruction()
1489 FPURegister ft = i.InputOrZeroDoubleRegister(2); in AssembleArchInstruction()
1697 FPURegister left = i.InputOrZeroSingleRegister(0); in AssembleBranchToLabels()
1698 FPURegister right = i.InputOrZeroSingleRegister(1); in AssembleBranchToLabels()
1708 FPURegister left = i.InputOrZeroDoubleRegister(0); in AssembleBranchToLabels()
1709 FPURegister right = i.InputOrZeroDoubleRegister(1); in AssembleBranchToLabels()
1923 FPURegister left = i.InputOrZeroDoubleRegister(0); in AssembleArchBoolean()
1924 FPURegister right = i.InputOrZeroDoubleRegister(1); in AssembleArchBoolean()
2215 FPURegister src = g.ToDoubleRegister(source); in AssembleMove()
2217 FPURegister dst = g.ToDoubleRegister(destination); in AssembleMove()
2246 FPURegister temp = kScratchDoubleReg; in AssembleMove()
2296 FPURegister temp = kScratchDoubleReg; in AssembleSwap()
2297 FPURegister src = g.ToDoubleRegister(source); in AssembleSwap()
2299 FPURegister dst = g.ToDoubleRegister(destination); in AssembleSwap()
2324 FPURegister temp_1 = kScratchDoubleReg; in AssembleSwap()