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

  /src/external/gpl3/gdb/dist/gdb/
amd64-tdep.c 1190 xop_prefix_p (const gdb_byte *pfx)
1366 else if (vex3_prefix_p (*insn) || xop_prefix_p (insn))
1457 else if (prefix != nullptr && xop_prefix_p (prefix))
1532 else if (vex3_prefix_p (pfx[0]) || xop_prefix_p (pfx))
1187 xop_prefix_p (const gdb_byte *pfx) function

Completed in 15 milliseconds