Searched defs:mnemonic (Results 1 - 11 of 11) sorted by relevance

/external/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl41 # 6. Don't use [or hand-code with .byte] "rep ret." "ret" mnemonic is
176 sub mnemonic {
228 die if (opcode->mnemonic() ne "mov");
229 opcode->mnemonic("lea");
275 $sz="q" if ($self->{asterisk} || opcode->mnemonic() eq "movq");
276 $sz="l" if (opcode->mnemonic() eq "movd");
416 if ($nasm && opcode->mnemonic()=~m/^j/) {
803 my $asm = eval("\$".$opcode->mnemonic());
844 undef $sz if ($nasm && $opcode->mnemonic() eq "lea");
175 sub mnemonic { subroutine
/external/elfutils/libcpu/
H A Di386_data.h35 /* The mnemonic. Especially encoded for the optimized table. */
36 unsigned int mnemonic : MNEMONIC_BITS; member in struct:instr_enc
H A Di386_parse.c212 char *mnemonic; member in struct:instruction
1652 newp->mnemonic = (yyvsp[(4) - (6)].str);
1653 if (newp->mnemonic != (void *) -1l
2799 if (instr->mnemonic == (void *) -1l)
2800 fputs (" .mnemonic = MNE_INVALID,", outfile);
2802 fprintf (outfile, " .mnemonic = MNE_%s,", instr->mnemonic);
/external/emma/core/java12/com/vladium/util/args/
H A DOptsParser.java847 void setValueMnemonic (final String mnemonic) argument
849 if (mnemonic == null) throw new IllegalArgumentException ("null input: mnemonic");
851 m_valueMnemonic = mnemonic;
/external/v8/src/x64/
H A Ddisasm-x64.cc605 // Writes instruction's mnemonic, left and right operands to 'tmp_buffer_'.
1019 const char* mnemonic = TwoByteMnemonic(opcode); local
1088 const char* mnemonic = "?"; local
1090 mnemonic = "andpd";
1092 mnemonic = "orpd";
1094 mnemonic = "xorpd";
1096 mnemonic = "ucomisd";
1098 mnemonic = "comisd";
1102 AppendToBuffer("%s %s,", mnemonic, NameOfXMMRegister(regop));
1125 AppendToBuffer("%sd %s,", mnemonic, NameOfXMMRegiste
[all...]
/external/qemu/
H A Di386-dis.c724 mnemonic strings for AT&T, Intel, X86_64 AT&T, and X86_64 Intel
6101 const char *mnemonic; local
6108 mnemonic = Suffix3DNow[*codep++ & 0xff];
6109 if (mnemonic)
6110 oappend (mnemonic);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 1126 milliseconds