| /src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| InlineAsm.h | 46 AsmDialect Dialect; 70 AsmDialect getDialect() const { return Dialect; } 379 AsmDialect Dialect = 382 if (Dialect == InlineAsm::AD_ATT) 384 if (Dialect == InlineAsm::AD_Intel)
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/ |
| SystemZAsmParser.cpp | 442 // The problematic part is because, we forcibly set the inline asm dialect 445 // not return the assembler dialect set in the respective MCAsmInfo instance. 448 // here, to get the "correct" assembler dialect, and use it in various 463 // Are we parsing using the AD_HLASM dialect? 466 // Are we parsing using the AD_ATT dialect? 1501 unsigned Dialect = getMAIAssemblerDialect(); 1505 MatchingInlineAsm, Dialect); 1542 ((SystemZOperand &)*Operands[0]).getToken(), FBS, Dialect);
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| i386-opc.h | 793 /* Language dialect. NOTE: Order matters! */ 797 Dialect, 865 unsigned int dialect:2; member in struct:i386_opcode_modifier
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| i386-opc.h | 780 /* Language dialect. NOTE: Order matters! */ 784 Dialect, 852 unsigned int dialect:2; member in struct:i386_opcode_modifier
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| i386-opc.h | 747 /* Language dialect. NOTE: Order matters! */ 751 Dialect, 819 unsigned int dialect:2; member in struct:i386_opcode_modifier
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| i386-opc.h | 730 /* Language dialect. NOTE: Order matters! */ 734 Dialect, 802 unsigned int dialect:2; member in struct:i386_opcode_modifier
|