mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-17 04:24:37 +03:00
Doc update.
This commit is contained in:
@@ -1828,6 +1828,12 @@ struct InstInfo {
|
|||||||
// ============================================================================
|
// ============================================================================
|
||||||
|
|
||||||
struct X86InstUtil {
|
struct X86InstUtil {
|
||||||
|
//! Get an instruction ID from a given instruction `name`.
|
||||||
|
//!
|
||||||
|
//! If there is an exact match the instruction id is returned, otherwise
|
||||||
|
//! `kInstNone` (zero) is returned.
|
||||||
|
//!
|
||||||
|
//! The given `name` doesn't have to be null-terminated if `len` is provided.
|
||||||
ASMJIT_API static uint32_t getInstIdByName(
|
ASMJIT_API static uint32_t getInstIdByName(
|
||||||
const char* name, size_t len = kInvalidIndex);
|
const char* name, size_t len = kInvalidIndex);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user