Searched refs:mnemonic (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.10/JavaScriptCore-7600.1.17/disassembler/udis86/
H A Dud_opcode.py124 def __init__(self, prefixes, mnemonic, opcodes, operands, vendor):
127 self.mnemonic = mnemonic
197 leaf['mnemonic'] = insn.mnemonic
203 'mnemonic' : insn.mnemonic,
206 # add mnemonic to mnemonic table
207 if not insn.mnemonic i
[all...]
H A Dud_optable.py71 mnemonic = insnNode.getElementsByTagName( 'mnemonic' )[ 0 ].firstChild.data
83 fn( prefixes, mnemonic, opcodes, operands, vendor )
H A Dudis86_decode.c83 /* Looks up mnemonic code in the mnemonic string table
84 * Returns NULL if the mnemonic code is invalid
236 if ( u->mnemonic == UD_Icall || u->mnemonic == UD_Ijmp ) {
252 } else if ( u->mnemonic == UD_I3dnow ) {
253 u->mnemonic = ud_itab[ u->le->table[ ud_inp_curr( u ) ] ].mnemonic;
256 if ( u->mnemonic == UD_Iswapgs && u->dis_mode != 64 ) {
261 if (u->mnemonic
[all...]
H A Dudis86.c48 u->mnemonic = UD_Iinvalid;
H A Dudis86_syn-att.c116 if ( u->mnemonic == UD_Ipush )
207 switch (u->mnemonic) {
217 mkasm(u, "%s", ud_lookup_mnemonic(u->mnemonic));
229 mkasm(u, "%s", ud_lookup_mnemonic(u->mnemonic));
H A Dudis86_syn-intel.c130 if ( u->mnemonic == UD_Ipush )
228 /* print the instruction mnemonic */
229 mkasm(u, "%s ", ud_lookup_mnemonic(u->mnemonic));
H A Dudis86_decode.h187 enum ud_mnemonic_code mnemonic; member in struct:ud_itab_entry
H A Dudis86_types.h190 enum ud_mnemonic_code mnemonic; member in struct:ud
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Ds390-mkopc.c45 char mnemonic[16]; member in struct:op_struct
69 insertOpcode (char *opcode, char *mnemonic, char *format, argument
108 strcpy(op_array[ix].mnemonic, mnemonic);
143 printf (" { \"%s\", ", op_array[ix].mnemonic);
170 /* Read opcode descriptions from `stdin'. For each mnemonic,
175 char mnemonic[16]; local
188 opcode, mnemonic, format, description,
225 insertOpcode (opcode, mnemonic, format, min_cpu, mode_bits);
H A Dspu-dis.c40 * one. In most cases it is just an alternate mnemonic. */
122 (*info->fprintf_func) (info->stream, "%s", index->mnemonic);
H A Dcrx-dis.c730 /* If found, print the instruction's mnemonic and arguments. */
733 info->fprintf_func (info->stream, "%s", instruction->mnemonic);
/macosx-10.10/llvmCore-3425.0.34/utils/Target/ARM/
H A Danalyze-match-table.py25 # For every mnemonic, compute whether or not it can have a carry setting
29 mnemonic = insn[1]
31 flags = mnemonic_flags[mnemonic] = mnemonic_flags.get(mnemonic, set())
/macosx-10.10/tcl-105/tk/tk/library/ttk/
H A Dnotebook.tcl76 # specified mnemonic. If found, returns path name of tab;
84 set mnemonic [string toupper [string index $label $underline]]
85 if {$mnemonic ne "" && $mnemonic eq $key} {
187 # Alt-KeyPress binding procedure for mnemonic activation.
189 # the specified mnemonic. If found, activate it and return TCL_BREAK.
/macosx-10.10/cxxfilt-11/cxxfilt/include/opcode/
H A Dcrx.h258 const char *mnemonic; member in struct:__anon7985
405 /* Is the current instruction mnemonic is MNEMONIC ? */
407 (strcmp(instruction->mnemonic,MNEMONIC) == 0)
H A Dspu.h87 char *mnemonic; member in struct:spu_opcode
H A Dm88k.h28 * instruction mnemonic. Each operand is specified by offset, width,
41 * 1.1 02/05/86 Updated instruction mnemonic table MD
440 char *mnemonic; member in struct:INSTRUCTAB
H A Dcgen.h816 /* ??? I can't currently think of any case where the mnemonic doesn't come
819 A value of 1 means "this is where the mnemonic appears". 1 isn't
1005 /* ??? If mnemonics have operands, try to print full mnemonic. */
1012 where the full mnemonic is addeq, addne, etc., and the condition is
1014 const char *mnemonic;
1015 #define CGEN_INSN_MNEMONIC(insn) ((insn)->base->mnemonic)
1183 /* The assembler insn table is hashed based on some function of the mnemonic
1185 examples like the first letter or a function of the entire mnemonic). */
1000 const char *mnemonic; member in struct:__anon7977
/macosx-10.10/bind9-45.101/bind9/bin/named/
H A Dxfrout.c679 const char *mnemonic; /* Style of transfer */ member in struct:__anon6627
740 const char *mnemonic = NULL; local
757 mnemonic = "AXFR";
760 mnemonic = "IXFR";
769 ISC_LOG_DEBUG(6), "%s request", mnemonic);
776 "%s request denied: %s", mnemonic,
840 mnemonic = "AXFR-style IXFR";
867 "%s question section OK", mnemonic);
915 "%s authority section OK", mnemonic);
1010 mnemonic
[all...]
/macosx-10.10/vim-55/src/
H A Dmenu.c36 static char_u *menu_text __ARGS((char_u *text, int *mnemonic, char_u **actext));
462 * name (without mnemonic and accelerator text). */
479 /* Only a mnemonic or accelerator is not valid. */
555 /* separate mnemonic and accelerator text from actual menu name */
556 menu->dname = menu_text(name, &menu->mnemonic, &menu->actext);
1667 * Duplicate the menu item text and then process to see if a mnemonic key
1670 * If mnemonic != NULL, *mnemonic is set to the character after the first '&'.
1674 menu_text(str, mnemonic, actext)
1676 int *mnemonic;
[all...]
H A Dgui_motif.c905 * crashes when using a mnemonic then.
921 XmNmnemonic, enable ? menu->mnemonic : NUL,
973 XmNmnemonic, p_wak[0] == 'n' ? NUL : menu->mnemonic,
1033 * Add mnemonic and accelerator text to a menu button.
1305 menu->mnemonic = 0;
1429 XmNmnemonic, menu->mnemonic,
1963 * Look for a widget in the widget tree w, with a mnemonic matching keycode.
1965 * keyboard focus. If the mnemonic is on a label, look in the userData field
1974 KeySym mnemonic = '\0'; local
1998 XtVaGetValues(w, XmNmnemonic, &mnemonic, NUL
2055 KeySym mnemonic = '\\0'; local
2220 KeySym mnemonic = NUL; local
2626 KeySym mnemonic = NUL; local
3659 KeySym mnemonic = NUL; local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dbindings.el151 (mnemonic (coding-system-eol-type-mnemonic buffer-file-coding-system))
153 (if (and desc (eq (cadr desc) mnemonic))
158 mnemonic
170 (push (cons eol (cons mnemonic desc)) mode-line-eol-desc-cache)
/macosx-10.10/emacs-93/emacs/lisp/international/
H A Dmule.el422 (defconst coding-spec-mnemonic-idx 1)
468 (defun coding-system-mnemonic (coding-system)
469 "Return the mnemonic character of CODING-SYSTEM.
470 The mnemonic character of a coding system is used in mode line
473 (if spec (aref spec coding-spec-mnemonic-idx) ?-)))
535 (defun coding-system-eol-type-mnemonic (coding-system)
538 (val (cond ((eq eol-type 0) eol-mnemonic-unix)
539 ((eq eol-type 1) eol-mnemonic-dos)
540 ((eq eol-type 2) eol-mnemonic-mac)
541 (t eol-mnemonic
[all...]
H A Dcodepage.el49 (defun cp-coding-system-for-codepage-1 (coding mnemonic iso-name
105 coding 4 mnemonic
/macosx-10.10/tidy-15.15/tidy/console/
H A Dtidy.c124 ctmbstr mnemonic; member in struct:__anon14125
381 printf(" <option class=\"%s\">\n", cmdopt_catname[pos->cat].mnemonic );
/macosx-10.10/CPANInternal-159.1/Data-Dump-1.21/lib/Data/
H A DDump.pm691 also import the same function as C<pp>, mnemonic for "pretty-print".

Completed in 377 milliseconds

12