Home
last modified time | relevance | path

Searched refs:mnemonics (Results 1 – 25 of 63) sorted by relevance

123

/external/vixl/tools/test_generator/
Dparser.py320 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,
Dgenerator.py312 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/
DMakefile.am52 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)
DAndroid.bp10 out: ["i386.mnemonics"],
25 out : ["x86_64.mnemonics"],
D.gitignore1 /*.mnemonics
DChangeLog113 (%.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
Di386_parse.y206 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/
Danalyze-match-table.py36 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/
Danalyze-match-table.py34 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/
Dmcscolor.c45 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/
DMixedCasedMnemonic.td21 // 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/
Dasm-dialect.ll7 ; uses for "new-style mnemonics" as opposed to POWER mnemonics) when
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dasm-dialect.ll7 ; uses for "new-style mnemonics" as opposed to POWER mnemonics) when
/external/iptables/extensions/
Dlibxt_TOS.man15 The following mnemonics are available:
36 mnemonics.
Dlibxt_MARK.man15 The following mnemonics are available:
Dlibxt_CONNMARK.man29 The following mnemonics are available for \fB\-\-set\-xmark\fP:
/external/fec/
DINSTALL15 the relatively new SSE2 mnemonics. Update your version of the GNU
/external/capstone/docs/
DREADME23 * Customize instruction mnemonics at run-time.
/external/python/cpython3/Doc/library/
Dcurses.ascii.rst93 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/
Dcurses.ascii.rst94 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/
DPPCInstrHTM.td156 // Extended mnemonics
/external/llvm/lib/Target/PowerPC/
DPPCInstrHTM.td159 // Extended mnemonics
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCInstrHTM.td156 // Extended mnemonics
/external/llvm/test/MC/PowerPC/
Dppc64-encoding-bookII.s104 # Extended mnemonics
/external/llvm-project/llvm/test/MC/PowerPC/
Dppc64-encoding-bookII.s109 # Extended mnemonics

123