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

  /external/valgrind/memcheck/tests/ppc32/
power_ISA2_05.c 58 printf("lfiwax (%f) => FRT=(%x, %x)\n", foo, ip->hi, ip->lo);
136 /* The contents of FRB with bit set 0 set to bit 0 of FRA copied into FRT */
153 double FRT, FRA, FRB;
160 __asm__ volatile ("fcpsgn %0, %1, %2":"=f" (FRT):"f"(FRA),
162 printf("fcpsgn sign=%f, base=%f => %f\n", FRA, FRB, FRT);
  /external/valgrind/memcheck/tests/ppc64/
power_ISA2_05.c 62 printf("lfiwax (%f) => FRT=(%x, %x)\n", foo_s, 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);
  /toolchain/binutils/binutils-2.25/opcodes/
ppc-opc.c 369 /* The FRS field in an X form instruction or the FRT field in a D, X
372 #define FRT FRS
    [all...]

Completed in 1468 milliseconds