Searched refs:cebr (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/none/tests/s390x/
H A Dbfp-4.c5 void cebr(float v1, float v2) function
9 __asm__ volatile("cebr %[r1],%[r2]\n\t"
45 cebr(f1, f2);
47 cebr(f1, f2);
49 cebr(f1, f2);
/external/llvm/test/MC/SystemZ/
H A Dinsn-good.s1330 #CHECK: cebr %f0, %f0 # encoding: [0xb3,0x09,0x00,0x00]
1331 #CHECK: cebr %f0, %f15 # encoding: [0xb3,0x09,0x00,0x0f]
1332 #CHECK: cebr %f7, %f8 # encoding: [0xb3,0x09,0x00,0x78]
1333 #CHECK: cebr %f15, %f0 # encoding: [0xb3,0x09,0x00,0xf0]
1335 cebr %f0, %f0
1336 cebr %f0, %f15
1337 cebr %f7, %f8
1338 cebr %f15, %f0

Completed in 168 milliseconds