Home
last modified time | relevance | path

Searched refs:popcode_adjust (Results 1 – 6 of 6) sorted by relevance

/external/capstone/
DMCInst.h108 uint8_t popcode_adjust; // Pseudo X86 instruction adjust member
DMCInst.c34 inst->popcode_adjust = 0; in MCInst_Init()
Dcs.c913 insn_cache->id += mci.popcode_adjust; in cs_disasm()
1126 insn->id += mci.popcode_adjust; in cs_disasm_iter()
/external/capstone/arch/X86/
DX86ATTInstPrinter.c249 MI->popcode_adjust = Imm + 1; in printSSECC()
291 MI->popcode_adjust = Imm + 1; in printAVXCC()
DX86IntelInstPrinter.c280 MI->popcode_adjust = Imm + 1; in printSSECC()
322 MI->popcode_adjust = Imm + 1; in printAVXCC()
/external/capstone/docs/Capstone-Engine-Documentation/
DCapstone-Engine Documentation.md1671 insn_cache->id += mci.popcode_adjust;
2005 insn->id += mci.popcode_adjust;