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

  /external/valgrind/main/none/tests/s390x/
bfp-3.c 24 void msebr(float v1, float v2, float v3) function
28 __asm__ volatile("msebr %[r1],%[r3],%[r2]"
30 printf("msebr %f * %f - %f -> %f\n", v2, v3, v1, r1);
49 msebr(10.5f, 20.25, 3.0); // 4 byte values
bfp-3.stdout.exp 3 msebr 20.250000 * 3.000000 - 10.500000 -> 50.250000
  /external/llvm/test/MC/SystemZ/
insn-good.s     [all...]

Completed in 445 milliseconds