OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FRT
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/memcheck/tests/ppc32/
power_ISA2_05.c
56
printf("lfiwax (%f) =>
FRT
=(%x, %x)\n", foo, ip->hi, ip->lo);
127
/* The contents of FRB with bit set 0 set to bit 0 of FRA copied into
FRT
*/
144
double
FRT
, FRA, FRB;
151
__asm__ volatile ("fcpsgn %0, %1, %2":"=f" (
FRT
):"f"(FRA),
153
printf("fcpsgn sign=%f, base=%f => %f\n", FRA, FRB,
FRT
);
/external/valgrind/main/memcheck/tests/ppc64/
power_ISA2_05.c
55
printf("lfiwax (%f) =>
FRT
=(%x, %x)\n", foo, ip->hi, ip->lo);
126
/* The contents of FRB with bit set 0 set to bit 0 of FRA copied into
FRT
*/
143
double
FRT
, FRA, FRB;
150
__asm__ volatile ("fcpsgn %0, %1, %2":"=f" (
FRT
):"f"(FRA),
152
printf("fcpsgn sign=%f, base=%f => %f\n", FRA, FRB,
FRT
);
/external/qemu/
ppc-dis.c
617
/* The FRS field in an X form instruction or the
FRT
field in a D, X
620
#define
FRT
FRS
[
all
...]
Completed in 64 milliseconds