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

/external/valgrind/main/none/tests/ppc32/
H A Dpower5+_round.stdout.exp31 frip inf inf 0 PASS
32 frip 1.9 2 0 PASS
33 frip 1.1 2 0 PASS
34 frip 0 0 0 PASS
35 frip -0 -0 0 PASS
36 frip -1.1 -1 0 PASS
37 frip -1.9 -1 0 PASS
38 frip -inf -inf 0 PASS
39 frip nan nan 0 PASS
40 frip 0.
[all...]
H A Dpower5+_round.c87 double frip[] = { inf, 2.0, 2.0, 0, neg0, -1.0, -1.0, -inf, nan }; local
114 DO_TEST(frip, set, frip, fprf);
115 DO_TEST(frip, set2, frip2, frip2rf);
/external/llvm/test/MC/PowerPC/
H A Dppc64-encoding-fp.s322 # CHECK-BE: frip 2, 3 # encoding: [0xfc,0x40,0x1b,0x90]
323 # CHECK-LE: frip 2, 3 # encoding: [0x90,0x1b,0x40,0xfc]
324 frip 2, 3
325 # CHECK-BE: frip. 2, 3 # encoding: [0xfc,0x40,0x1b,0x91]
326 # CHECK-LE: frip. 2, 3 # encoding: [0x91,0x1b,0x40,0xfc]
327 frip. 2, 3

Completed in 113 milliseconds