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

  /external/valgrind/main/memcheck/tests/ppc32/
power_ISA2_05.c 57 printf("lfiwax (%f) => FRT=(%x, %x)\n", foo, ip->hi, ip->lo);
141 /* The contents of FRB with bit set 0 set to bit 0 of FRA copied into FRT */
158 double FRT, FRA, FRB;
165 __asm__ volatile ("fcpsgn %0, %1, %2":"=f" (FRT):"f"(FRA),
167 printf("fcpsgn sign=%f, base=%f => %f\n", FRA, FRB, FRT);
264 printf("lfiwax (%f) => FRT=(%x, %x)\n", foo, ip->hi, ip->lo);
348 /* The contents of FRB with bit set 0 set to bit 0 of FRA copied into FRT */
365 double FRT, FRA, FRB;
372 __asm__ volatile ("fcpsgn %0, %1, %2":"=f" (FRT):"f"(FRA),
374 printf("fcpsgn sign=%f, base=%f => %f\n", FRA, FRB, FRT);
    [all...]
  /external/valgrind/main/memcheck/tests/ppc64/
power_ISA2_05.c 57 printf("lfiwax (%f) => FRT=(%x, %x)\n", foo, ip->hi, ip->lo);
141 /* The contents of FRB with bit set 0 set to bit 0 of FRA copied into FRT */
158 double FRT, FRA, FRB;
165 __asm__ volatile ("fcpsgn %0, %1, %2":"=f" (FRT):"f"(FRA),
167 printf("fcpsgn sign=%f, base=%f => %f\n", FRA, FRB, FRT);
264 printf("lfiwax (%f) => FRT=(%x, %x)\n", foo, ip->hi, ip->lo);
348 /* The contents of FRB with bit set 0 set to bit 0 of FRA copied into FRT */
365 double FRT, FRA, FRB;
372 __asm__ volatile ("fcpsgn %0, %1, %2":"=f" (FRT):"f"(FRA),
374 printf("fcpsgn sign=%f, base=%f => %f\n", FRA, FRB, FRT);
    [all...]
  /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 611 milliseconds