Home
last modified time | relevance | path

Searched refs:X86_REDUCE (Results 1 – 5 of 5) sorted by relevance

/external/capstone/
DMakefile204 X86_REDUCE = macro
206 X86_REDUCE = _reduce macro
211 DEP_X86 += arch/X86/X86GenAsmWriter$(X86_REDUCE).inc
212 DEP_X86 += arch/X86/X86GenAsmWriter1$(X86_REDUCE).inc
213 DEP_X86 += arch/X86/X86GenDisassemblerTables$(X86_REDUCE).inc
214 DEP_X86 += arch/X86/X86GenInstrInfo$(X86_REDUCE).inc
DCOMPILE_CMAKE.TXT42 By default, Capstone use system dynamic memory management, and both DIET and X86_REDUCE
44X86_REDUCE, run "cmake" with: -DCAPSTONE_USE_SYS_DYN_MEM=0 -DCAPSTONE_BUILD_DIET=1 -DCAPSTONE_X86_…
DCOMPILE_MSVC.TXT53 By default, Capstone use system dynamic memory management, and both DIET and X86_REDUCE
DCOMPILE.TXT36 By default, Capstone uses system dynamic memory management, both DIET and X86_REDUCE
DChangeLog228 - Fix a compilation bug for X86_REDUCE mode.