HomeSort by relevance Sort by last modified time
    Searched refs:madbr (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/none/tests/s390x/
bfp-3.c 15 void madbr(double v1, double v2, double v3) function
19 __asm__ volatile("madbr %[r1],%[r3],%[r2]"
21 printf("madbr %f * %f + %f -> %f\n", v2, v3, v1, r1);
46 madbr(-10.5, 42.75, -2.0); // 8 byte values
bfp-3.stdout.exp 2 madbr 42.750000 * -2.000000 + -10.500000 -> -96.000000
  /external/llvm/test/MC/SystemZ/
insn-good.s     [all...]

Completed in 449 milliseconds