Home
last modified time | relevance | path

Searched refs:SystemZ_getInstruction (Results 1 – 3 of 3) sorted by relevance

/external/capstone/arch/SystemZ/
DSystemZDisassembler.h17 bool SystemZ_getInstruction(csh ud, const uint8_t *code, size_t code_len,
DSystemZModule.c22 ud->disasm = SystemZ_getInstruction; in init()
DSystemZDisassembler.c300 bool SystemZ_getInstruction(csh ud, const uint8_t *code, size_t code_len, MCInst *MI, in SystemZ_getInstruction() function