HomeSort by relevance Sort by last modified time
    Searched refs:mnemonic (Results 1 - 25 of 41) sorted by null

1 2

  /external/harfbuzz_ng/test/shaping/
hb-manifest-read 5 UtilMains.process_multiple_args (FilterHelpers.filter_printer_function (Manifest.read), mnemonic="DIR")
hb-manifest-update 5 UtilMains.process_multiple_args (Manifest.update_recursive, mnemonic="DIR")
hb_test_tools.py 344 def process_multiple_files (callback, mnemonic = "FILE"):
347 print "Usage: %s %s..." % (sys.argv[0], mnemonic)
360 def process_multiple_args (callback, mnemonic):
363 print "Usage: %s %s..." % (sys.argv[0], mnemonic)
375 def filter_multiple_strings_or_stdin (callback, mnemonic, \
381 % (sys.argv[0], mnemonic, sys.argv[0])
  /external/llvm/test/MC/AsmParser/
purgem.s 12 # CHECK: error: invalid instruction mnemonic 'foo'
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
netrom.h 27 char mnemonic[7]; member in struct:nr_route_struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
netrom.h 27 char mnemonic[7]; member in struct:nr_route_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
netrom.h 27 char mnemonic[7]; member in struct:nr_route_struct
  /external/llvm/utils/Target/ARM/
analyze-match-table.py 25 # 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())
40 print ' || '.join('Mnemonic == "%s"' % m
42 print ' || '.join('Mnemonic == "%s"' % m
  /external/openssl/crypto/perlasm/
ppc-xlate.pl 147 my $mnemonic = $2;
149 my $opcode = eval("\$$mnemonic");
152 elsif ($mnemonic) { $line = $c.$mnemonic.$f."\t".$line; }
x86_64-xlate.pl 41 # 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
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netrom/
netrom.h 47 char mnemonic[7]; member in struct:nr_route_struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netrom/
netrom.h 47 char mnemonic[7]; member in struct:nr_route_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netrom/
netrom.h 47 char mnemonic[7]; member in struct:nr_route_struct
  /external/chromium/chrome/browser/resources/
menu.js 13 // Regular expression to match/find mnemonic key.
128 true /* enable mnemonic */);
260 // Map from mnemonic character to item to activate
293 * mnemonic key, preceded by '&'.
294 * @param {MenuItem} item The menu item to be activated by mnemonic
299 * @param {boolean} enableMnemonic True to enable mnemonic, or false
300 * to not to interprete mnemonic key. The function removes '&'
304 var mnemonic = MNEMONIC_REGEXP.exec(label);
305 if (mnemonic && enableMnemonic) {
306 var c = mnemonic[2].toLowerCase()
    [all...]
wrench_menu.js 62 false /* no mnemonic */);
65 false /* no mnemonic */);
132 false /* no mnemonic */);
  /external/v8/src/x64/
disasm-x64.cc 605 // Writes instruction's mnemonic, left and right operands to 'tmp_buffer_'.
1019 const char* mnemonic = TwoByteMnemonic(opcode); local
1088 const char* mnemonic = "?"; local
    [all...]
  /external/bison/doc/
bison.x 46 supports both traditional single-letter options and mnemonic long
  /external/openssl/crypto/sha/asm/
sha1-sparcv9a.pl 551 my ($mnemonic,$rs1,$rs2,$rd)=@_;
559 $ref = "$mnemonic\t$rs1,$rs2,$rd";
561 if ($opf=$visopf{$mnemonic}) {
580 my ($mnemonic,$rs1,$rs2,$rd)=@_;
582 my $ref="$mnemonic\t$rs1,$rs2,$rd";
sha512-parisc.pl 757 my ($mnemonic,$mod,$args)=@_;
758 my $opcode = eval("\$$mnemonic");
760 ref($opcode) eq 'CODE' ? &$opcode($mod,$args) : "\t$mnemonic$mod\t$args";
  /external/elfutils/libcpu/
i386_parse.y 106 /* Mnemonic. */
107 char *mnemonic;
305 newp->mnemonic = $4;
306 if (newp->mnemonic != (void *) -1l
1194 if (instr->mnemonic == (void *) -1l)
1195 fputs (" .mnemonic = MNE_INVALID,", outfile);
1197 fprintf (outfile, " .mnemonic = MNE_%s,", instr->mnemonic);
    [all...]
i386_disasm.c 668 /* Mnemonic. */
670 if (unlikely (instrtab[cnt].mnemonic == MNE_INVALID))
784 str = mnestr.str + mneidx[instrtab[cnt].mnemonic];
i386_parse.c 211 /* Mnemonic. */
212 char *mnemonic; member in struct:instruction
    [all...]
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java 847 void setValueMnemonic (final String mnemonic)
849 if (mnemonic == null) throw new IllegalArgumentException ("null input: mnemonic");
851 m_valueMnemonic = mnemonic;
    [all...]
  /external/openssl/crypto/modes/asm/
ghash-parisc.pl 719 my ($mnemonic,$mod,$args)=@_;
720 my $opcode = eval("\$$mnemonic");
722 ref($opcode) eq 'CODE' ? &$opcode($mod,$args) : "\t$mnemonic$mod\t$args";
  /external/openssl/crypto/bn/asm/
parisc-mont.pl 987 my ($mnemonic,$mod,$args)=@_;
988 my $opcode = eval("\$$mnemonic");
990 ref($opcode) eq 'CODE' ? &$opcode($mod,$args) : "\t$mnemonic$mod\t$args";

Completed in 384 milliseconds

1 2