/external/vixl/tools/test_generator/ |
D | parser.py | 320 def ParseTestFile(test_name, test_isa, mnemonics, operand_list, input_list, argument 348 if set(json_test_file["mnemonics"]) == set(mnemonics): 351 if not(set(json_test_file["mnemonics"]) < set(mnemonics)): 354 mnemonics = json_test_file["mnemonics"] 360 mnemonics, operand_list, input_list, test_cases) 384 mnemonics = json_config["mnemonics"] 389 ParseTestFile(test_name, test_isa, mnemonics, operand_list,
|
D | generator.py | 312 def __init__(self, test_name, test_isa, test_type, mnemonics, operands, argument 317 self.mnemonics = mnemonics 352 for mnemonic in self.mnemonics 497 for mnemonic in self.mnemonics 690 for mnemonic in self.mnemonics:
|
/external/elfutils/libcpu/ |
D | Makefile.am | 52 i386_disasm.o: i386.mnemonics $(srcdir)/i386_dis.h 53 x86_64_disasm.o: x86_64.mnemonics $(srcdir)/x86_64_dis.h 76 %.mnemonics: %_defs 86 i386_parse.o: i386_parse.c i386.mnemonics 98 CLEANFILES += $(foreach P,i386 x86_64,$P_defs $P.mnemonics)
|
D | Android.bp | 10 out: ["i386.mnemonics"], 25 out : ["x86_64.mnemonics"],
|
D | .gitignore | 1 /*.mnemonics
|
D | ChangeLog | 113 (%.mnemonics): Add AM_V_GEN silencer. 159 (%_dis.h, %.mnemonics): Define as pattern rules using %_defs input. 361 * Makefile.am (*.mnemonics): Filter out INVALID entry. 363 Add INVALID entries for special opcodes with special mnemonics. 370 (i386_disasm): Handle invalid opcodes in mnemonics printing, not
|
D | i386_parse.y | 206 static void *mnemonics; variable 310 && tfind ($4, &mnemonics, 313 if (tsearch ($4, &mnemonics, 1458 twalk (mnemonics, add_mnemonics);
|
/external/llvm-project/llvm/utils/Target/ARM/ |
D | analyze-match-table.py | 36 mnemonics = set(mnemonic_flags) 37 ccout_mnemonics = set(m for m in mnemonics 39 condcode_mnemonics = set(m for m in mnemonics 41 noncondcode_mnemonics = mnemonics - condcode_mnemonics
|
/external/llvm/utils/Target/ARM/ |
D | analyze-match-table.py | 34 mnemonics = set(mnemonic_flags) 35 ccout_mnemonics = set(m for m in mnemonics 37 condcode_mnemonics = set(m for m in mnemonics 39 noncondcode_mnemonics = mnemonics - condcode_mnemonics
|
/external/selinux/mcstrans/src/ |
D | mcscolor.c | 45 static semnemonic_t *mnemonics; variable 65 ptr = mnemonics; in finish_context_colors() 67 mnemonics = ptr->next; in finish_context_colors() 70 ptr = mnemonics; in finish_context_colors() 72 mnemonics = NULL; in finish_context_colors() 182 ptr = mnemonics; in find_mnemonic() 207 ptr->next = mnemonics; in add_mnemonic() 208 mnemonics = ptr; in add_mnemonic()
|
/external/llvm-project/llvm/test/TableGen/ |
D | MixedCasedMnemonic.td | 21 // If the matcher really treats the mnemonics in a case-insensitive way, 38 // Check that the matcher lower()s the mnemonics it matches. 43 // This shows that the mnemonics are sorted in a case-insensitive way, 50 // Check that the writer preserves the case of the mnemonics.
|
/external/llvm/test/CodeGen/PowerPC/ |
D | asm-dialect.ll | 7 ; uses for "new-style mnemonics" as opposed to POWER mnemonics) when
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | asm-dialect.ll | 7 ; uses for "new-style mnemonics" as opposed to POWER mnemonics) when
|
/external/iptables/extensions/ |
D | libxt_TOS.man | 15 The following mnemonics are available: 36 mnemonics.
|
D | libxt_MARK.man | 15 The following mnemonics are available:
|
D | libxt_CONNMARK.man | 29 The following mnemonics are available for \fB\-\-set\-xmark\fP:
|
/external/fec/ |
D | INSTALL | 15 the relatively new SSE2 mnemonics. Update your version of the GNU
|
/external/capstone/docs/ |
D | README | 23 * Customize instruction mnemonics at run-time.
|
/external/python/cpython3/Doc/library/ |
D | curses.ascii.rst | 93 mnemonics derive from teleprinter conventions that predate digital computers. 226 A 33-element string array that contains the ASCII mnemonics for the thirty-two
|
/external/python/cpython2/Doc/library/ |
D | curses.ascii.rst | 94 mnemonics derive from teleprinter conventions that predate digital computers. 225 A 33-element string array that contains the ASCII mnemonics for the thirty-two
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrHTM.td | 156 // Extended mnemonics
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrHTM.td | 159 // Extended mnemonics
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCInstrHTM.td | 156 // Extended mnemonics
|
/external/llvm/test/MC/PowerPC/ |
D | ppc64-encoding-bookII.s | 104 # Extended mnemonics
|
/external/llvm-project/llvm/test/MC/PowerPC/ |
D | ppc64-encoding-bookII.s | 109 # Extended mnemonics
|