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

  /external/valgrind/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/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/valgrind/VEX/priv/
host_ppc_defs.c 6081 UInt r_rmc, r, rmc; local
6097 UInt r_rmc, r, rmc; local
6127 UInt rmc; local
6149 UInt rmc; local
    [all...]
guest_ppc_toIR.c     [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
ppc-opc.c 825 /* The RMC or CY field in a Z23 form instruction. */
826 #define RMC A_L + 1
827 #define CY RMC
830 #define R RMC + 1
    [all...]

Completed in 524 milliseconds