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

  /external/valgrind/none/tests/mips64/
shift_instructions.c 7 DSLL32, DSLLV, DSRA, DSRA32,
67 case DSLL32:
68 TEST2("dsll32 $t0, $t1, 0x00", reg_val1[i], 0x00, t0, t1);
69 TEST2("dsll32 $t2, $t3, 0x1f", reg_val1[i], 0x1f, t2, t3);
70 TEST2("dsll32 $a0, $a1, 0x0f", reg_val1[i], 0x0f, a0, a1);
71 TEST2("dsll32 $s0, $s1, 0x03", reg_val1[i], 0x03, s0, s1);
72 TEST2("dsll32 $t0, $t1, 0x00", reg_val2[i], 0x00, t0, t1);
73 TEST2("dsll32 $t2, $t3, 0x1f", reg_val2[i], 0x1f, t2, t3);
74 TEST2("dsll32 $a0, $a1, 0x0f", reg_val2[i], 0x0f, a0, a1);
75 TEST2("dsll32 $s0, $s1, 0x03", reg_val2[i], 0x03, s0, s1)
    [all...]
  /external/pcre/dist/sljit/
sljitNativeMIPS_common.c 131 #define DSLL32 (HI(0) | LO(60))
    [all...]

Completed in 243 milliseconds