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

  /external/valgrind/main/none/tests/ppc32/
test_dfp3.c 82 static void _test_drintx(int R, int RMC)
84 if (RMC < 0 || RMC > 3 || R < 0 || R > 1) {
85 fprintf(stderr, "Invalid inputs to asm test: a=%d, b=%d\n", R, RMC);
88 switch (RMC) {
118 static void _test_drintn(int R, int RMC)
120 if (RMC < 0 || RMC > 3 || R < 0 || R > 1) {
121 fprintf(stderr, "Invalid inputs to asm test: a=%d, b=%d\n", R, RMC);
124 switch (RMC) {
    [all...]
  /external/valgrind/main/none/tests/ppc64/
test_dfp3.c 82 static void _test_drintx(int R, int RMC)
84 if (RMC < 0 || RMC > 3 || R < 0 || R > 1) {
85 fprintf(stderr, "Invalid inputs to asm test: a=%d, b=%d\n", R, RMC);
88 switch (RMC) {
118 static void _test_drintn(int R, int RMC)
120 if (RMC < 0 || RMC > 3 || R < 0 || R > 1) {
121 fprintf(stderr, "Invalid inputs to asm test: a=%d, b=%d\n", R, RMC);
124 switch (RMC) {
    [all...]
  /external/qemu/
ppc-dis.c 871 #define RMC A_L + 1
874 #define R RMC + 1
    [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c     [all...]

Completed in 303 milliseconds