Lines Matching full:fp64
5 ; RUN: llc < %s -march=mipsel -mcpu=mips32r2 -mattr=+fp64,+nooddspreg | FileCheck %s -check-prefix=FP64-NOODDSPREG
356 ; FP64-NOODDSPREG-LABEL: caller3:
361 ; FP64-NOODDSPREG-DAG: lw $[[R0:[0-9]+]], %got(da)(${{[0-9]+|gp}})
362 ; FP64-NOODDSPREG-DAG: ldc1 $f0, 0($[[R0]])
363 ; FP64-NOODDSPREG-DAG: ldc1 $f2, 8($[[R0]])
364 ; FP64-NOODDSPREG-DAG: ldc1 $f4, 16($[[R0]])
365 ; FP64-NOODDSPREG-DAG: ldc1 $f6, 24($[[R0]])
366 ; FP64-NOODDSPREG-DAG: ldc1 $f8, 32($[[R0]])
367 ; FP64-NOODDSPREG-DAG: ldc1 $f10, 40($[[R0]])
368 ; FP64-NOODDSPREG-DAG: ldc1 $f12, 48($[[R0]])
369 ; FP64-NOODDSPREG-DAG: ldc1 $f14, 56($[[R0]])
370 ; FP64-NOODDSPREG-DAG: ldc1 $f16, 64($[[R0]])
371 ; FP64-NOODDSPREG-DAG: ldc1 $f18, 72($[[R0]])
373 ; FP64-NOODDSPREG-DAG: ldc1 $[[F0:f[0-9]*[02468]]], 80($[[R0]])
374 ; FP64-NOODDSPREG-DAG: sdc1 $[[F0]], 0($sp)
398 ; FP64-NOODDSPREG-LABEL: callee3:
400 ; FP64-NOODDSPREG: addiu $sp, $sp, -[[OFFSET:[0-9]+]]
405 ; FP64-NOODDSPREG-DAG: lw $[[R0:[0-9]+]], %got(da)(${{[0-9]+|gp}})
406 ; FP64-NOODDSPREG-DAG: sdc1 $f0, 0($[[R0]])
407 ; FP64-NOODDSPREG-DAG: sdc1 $f2, 8($[[R0]])
408 ; FP64-NOODDSPREG-DAG: sdc1 $f4, 16($[[R0]])
409 ; FP64-NOODDSPREG-DAG: sdc1 $f6, 24($[[R0]])
410 ; FP64-NOODDSPREG-DAG: sdc1 $f8, 32($[[R0]])
411 ; FP64-NOODDSPREG-DAG: sdc1 $f10, 40($[[R0]])
412 ; FP64-NOODDSPREG-DAG: sdc1 $f12, 48($[[R0]])
413 ; FP64-NOODDSPREG-DAG: sdc1 $f14, 56($[[R0]])
414 ; FP64-NOODDSPREG-DAG: sdc1 $f16, 64($[[R0]])
415 ; FP64-NOODDSPREG-DAG: sdc1 $f18, 72($[[R0]])
417 ; FP64-NOODDSPREG-DAG: ldc1 $[[F0:f[0-9]*[02468]]], [[OFFSET]]($sp)
418 ; FP64-NOODDSPREG-DAG: sdc1 $[[F0]], 80($[[R0]])