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

  /external/ltrace/sysdeps/linux-gnu/mips/
trace.c 126 #define itype_op(x) (x >> 26) macro
158 if (itype_op(inst) >> 2 == 5) {
160 op = (itype_op(inst) & 0x03);
175 } else if (itype_op(inst) == 17 && itype_rs(inst) == 8) {
184 switch (op = itype_op(inst) & 0x07)
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-mips32.c 143 #define itype_op(x) (x >> 26) macro
175 op = itype_op (inst);
valgrind-low-mips64.c 144 #define itype_op(x) (x >> 26) macro
176 op = itype_op (inst);

Completed in 85 milliseconds