Searched defs:X86_PARSER_GAS (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
H A Dx86arch.h90 X86_PARSER_GAS = 2 enumerator in enum:x86_parser_type
93 #define PARSER(arch) (((arch)->parser == X86_PARSER_GAS && (arch)->gas_intel_mode) ? X86_PARSER_NASM : (arch)->parser)

Completed in 621 milliseconds