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

  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-mips32.c 142 #define itype_op(x) (x >> 26) macro
174 op = itype_op (inst);
valgrind-low-mips64.c 143 #define itype_op(x) (x >> 26) macro
175 op = itype_op (inst);

Completed in 163 milliseconds