/third_party/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:
|
/third_party/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 84 %.mnemonics: %_defs 94 i386_parse.o: i386_parse.c i386.mnemonics 106 CLEANFILES += $(foreach P,i386 x86_64,$P_defs $P.mnemonics)
|
D | .gitignore | 1 /*.mnemonics
|
D | ChangeLog | 129 (%.mnemonics): Add AM_V_GEN silencer. 175 (%_dis.h, %.mnemonics): Define as pattern rules using %_defs input. 377 * Makefile.am (*.mnemonics): Filter out INVALID entry. 379 Add INVALID entries for special opcodes with special mnemonics. 386 (i386_disasm): Handle invalid opcodes in mnemonics printing, not
|
D | i386_parse.y | 205 static void *mnemonics; variable 309 && tfind ($4, &mnemonics, 312 if (tsearch ($4, &mnemonics, 1457 twalk (mnemonics, add_mnemonics);
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_opcodes.h.py | 116 mnemonics = set(x[1:] for x in instructions.keys()) variable 118 print(Template(COPYRIGHT + TEMPLATE).render(mnemonics = mnemonics, modifiers = modifier_lists))
|
D | bi_opcodes.c.py | 64 mnemonics = set(x[1:] for x in instructions.keys()) variable 66 print(Template(COPYRIGHT + TEMPLATE).render(ops = ir_instructions, mnemonics = mnemonics, instructi…
|
/third_party/python/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
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrHTM.td | 156 // Extended mnemonics
|
D | PPCInstrAltivec.td | 860 // Extended mnemonics
|
/third_party/vixl/test/aarch32/config/ |
D | template-assembler-negative-aarch32.cc.in | 47 // List of instruction mnemonics.
|
D | template-macro-assembler-aarch32.cc.in | 51 // List of instruction mnemonics.
|
D | template-assembler-aarch32.cc.in | 47 // List of instruction mnemonics.
|
/third_party/node/deps/v8/src/diagnostics/arm64/ |
D | disasm-arm64.cc | 1616 static const char* mnemonics[] = { in VisitNEON3Same() local 1655 DCHECK_LT(index, arraysize(mnemonics)); in VisitNEON3Same() 1656 mnemonic = mnemonics[index]; in VisitNEON3Same()
|
/third_party/mesa3d/src/compiler/isaspec/ |
D | README.rst | 191 provides for both different decoded instruction syntax/mnemonics (when
|
/third_party/mesa3d/docs/drivers/freedreno/ |
D | isaspec.rst | 191 provides for both different decoded instruction syntax/mnemonics (when
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 67 // Define AsmParser extended mnemonics for each general condition-code mask 131 // Define AsmParser mnemonics for each integer condition-code mask. 501 // Define AsmParser extended mnemonics for each general condition-code mask. 542 // Define AsmParser extended mnemonics for each general condition-code mask. 573 // Define AsmParser extended mnemonics for each general condition-code mask.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IntrinsicsPowerPC.td | 1158 // Extended mnemonics
|
/third_party/rust/crates/memchr/bench/data/sliceslice/ |
D | words.txt | 2551 mnemonics
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_vertex_program2.txt | 1229 and a set of mnemonics that abbreviate the aliasing of conventional 1253 mnemonics, and meanings.
|
D | NV_vertex_program.txt | 1905 15 and a set of mnemonics that abbreviate the aliasing of conventional 1929 mnemonics, and meanings.
|
/third_party/openGLES/extensions/NV/ |
D | NV_vertex_program2.txt | 1229 and a set of mnemonics that abbreviate the aliasing of conventional 1253 mnemonics, and meanings.
|
D | NV_vertex_program.txt | 1905 15 and a set of mnemonics that abbreviate the aliasing of conventional 1929 mnemonics, and meanings.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 2525 // LDR mnemonics fall back to LDUR for negative or unaligned offsets. 2606 // zero and sign extending aliases from generic LDR* mnemonics to LDUR*. 3101 // STR mnemonics fall back to STUR for negative or unaligned offsets.
|