Searched refs:msebr (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/none/tests/s390x/
H A Dbfp-3.c24 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
H A Dbfp-3.stdout.exp3 msebr 20.250000 * 3.000000 - 10.500000 -> 50.250000
/external/llvm/test/MC/SystemZ/
H A Dinsn-good.s6446 #CHECK: msebr %f0, %f0, %f0 # encoding: [0xb3,0x0f,0x00,0x00]
6447 #CHECK: msebr %f0, %f0, %f15 # encoding: [0xb3,0x0f,0x00,0x0f]
6448 #CHECK: msebr %f0, %f15, %f0 # encoding: [0xb3,0x0f,0x00,0xf0]
6449 #CHECK: msebr %f15, %f0, %f0 # encoding: [0xb3,0x0f,0xf0,0x00]
6450 #CHECK: msebr %f7, %f8, %f9 # encoding: [0xb3,0x0f,0x70,0x89]
6451 #CHECK: msebr %f15, %f15, %f15 # encoding: [0xb3,0x0f,0xf0,0xff]
6453 msebr %f0, %f0, %f0
6454 msebr %f0, %f0, %f15
6455 msebr %f0, %f15, %f0
6456 msebr
[all...]

Completed in 260 milliseconds