HomeSort by: relevance | last modified time | path
    Searched defs:cris_get_opcode (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
cris-tdep.c 554 cris_get_opcode (unsigned short insn) function
1092 && cris_get_opcode (insn) == 0x000A)
1101 && cris_get_opcode (insn) == 0x000F
1123 && cris_get_opcode (insn_next) == 0x000F
1138 && cris_get_opcode (insn) == 0x0009
1170 && cris_get_opcode (insn_next) == 0x000F)
1194 && cris_get_opcode (insn_next) == 0x0009
3187 switch (cris_get_opcode (inst) & 7)
3298 if (cris_get_opcode (inst) < 4)
3325 if (cris_get_opcode (*inst) < 4
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
cris-tdep.c 554 cris_get_opcode (unsigned short insn) function
1092 && cris_get_opcode (insn) == 0x000A)
1101 && cris_get_opcode (insn) == 0x000F
1123 && cris_get_opcode (insn_next) == 0x000F
1138 && cris_get_opcode (insn) == 0x0009
1170 && cris_get_opcode (insn_next) == 0x000F)
1194 && cris_get_opcode (insn_next) == 0x0009
3187 switch (cris_get_opcode (inst) & 7)
3298 if (cris_get_opcode (inst) < 4)
3325 if (cris_get_opcode (*inst) < 4
    [all...]

Completed in 17 milliseconds