Home
last modified time | relevance | path

Searched refs:X86_get_op_access (Results 1 – 4 of 4) sorted by relevance

/external/capstone/arch/X86/
DX86Mapping.h65 uint8_t *X86_get_op_access(cs_struct *h, unsigned int id, uint64_t *eflags);
DX86ATTInstPrinter.c377 uint8_t *arr = X86_get_op_access(h, id, eflags); in get_op_access()
DX86IntelInstPrinter.c497 uint8_t *arr = X86_get_op_access(h, id, eflags); in get_op_access()
DX86Mapping.c3505 uint8_t *X86_get_op_access(cs_struct *h, unsigned int id, uint64_t *eflags) in X86_get_op_access() function