HomeSort by relevance Sort by last modified time
    Searched refs:FRB (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/memcheck/tests/ppc32/
power_ISA2_05.c 127 /* The contents of FRB with bit set 0 set to bit 0 of FRA copied into FRT */
144 double FRT, FRA, FRB;
150 FRB = B[j];
152 "f"(FRB));
153 printf("fcpsgn sign=%f, base=%f => %f\n", FRA, FRB, FRT);
  /external/valgrind/main/memcheck/tests/ppc64/
power_ISA2_05.c 126 /* The contents of FRB with bit set 0 set to bit 0 of FRA copied into FRT */
143 double FRT, FRA, FRB;
149 FRB = B[j];
151 "f"(FRB));
152 printf("fcpsgn sign=%f, base=%f => %f\n", FRA, FRB, FRT);
  /external/qemu/
ppc-dis.c 607 /* The FRB field in an X or A form instruction. */
608 #define FRB FRA + 1
613 #define FRC FRB + 1
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeFrameLowering.cpp 45 const SmallVector<std::pair<int,int64_t>, 16>::iterator FRB = FR.begin();
48 SmallVector<std::pair<int,int64_t>, 16>::iterator FRI = FRB;

Completed in 1244 milliseconds