Home
last modified time | relevance | path

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

/external/capstone/
DMakefile181 X86_REDUCE = macro
183 X86_REDUCE = _reduce macro
188 DEP_X86 += arch/X86/X86GenAsmWriter$(X86_REDUCE).inc
189 DEP_X86 += arch/X86/X86GenAsmWriter1$(X86_REDUCE).inc
190 DEP_X86 += arch/X86/X86GenDisassemblerTables$(X86_REDUCE).inc
191 DEP_X86 += arch/X86/X86GenInstrInfo$(X86_REDUCE).inc
193 DEP_X86 += arch/X86/X86MappingInsn$(X86_REDUCE).inc
194 DEP_X86 += arch/X86/X86MappingInsnOp$(X86_REDUCE).inc
DCOMPILE_CMAKE.TXT49 By default, Capstone use system dynamic memory management, and both DIET and X86_REDUCE
51X86_REDUCE, run "cmake" with: -DCAPSTONE_USE_SYS_DYN_MEM=0 -DCAPSTONE_BUILD_DIET=1 -DCAPSTONE_X86_…
DCOMPILE_MSVC.TXT54 By default, Capstone use system dynamic memory management, and both DIET and X86_REDUCE
DCOMPILE.TXT38 By default, Capstone uses system dynamic memory management, both DIET and X86_REDUCE
/external/capstone/windowsce/
Dmake_windowsce7-armv7.bat20 set X86_REDUCE=0 variable
113 if not %X86_REDUCE%==0 ( set CPPFLAGS=!CPPFLAGS! -D CAPSTONE_X86_REDUCE )
Dmake_windowsce8-armv7.bat20 set X86_REDUCE=0 variable
113 if not %X86_REDUCE%==0 ( set CPPFLAGS=!CPPFLAGS! -D CAPSTONE_X86_REDUCE )
DCOMPILE.md114 set X86_REDUCE=1