HomeSort by relevance Sort by last modified time
    Searched refs:mnemonic (Results 26 - 50 of 79) sorted by null

12 3 4

  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_shader_dump.c 70 static void dump_op( struct sh_op op, const char *mnemonic )
79 _debug_printf( "%s", mnemonic );
534 dump_op(op, info->mnemonic);
658 info.mnemonic = "texld";
  /external/bison/doc/
bison.x 46 supports both traditional single-letter options and mnemonic long
  /external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
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...]
  /external/openssl/crypto/perlasm/
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...]
  /external/chromium_org/tools/grit/grit/gather/
interface.py 95 '''Returns the mnemonic IDs that need to be defined for the resource
  /external/chromium/chrome/browser/resources/
wrench_menu.js 62 false /* no mnemonic */);
65 false /* no mnemonic */);
132 false /* no mnemonic */);
  /external/chromium_org/chrome/browser/resources/chromeos/
wrench_menu.js 62 false /* no mnemonic */);
65 false /* no mnemonic */);
132 false /* no mnemonic */);
  /external/chromium_org/third_party/openssl/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/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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_sanity.c 331 report_error( ctx, "%s: Invalid number of destination operands, should be %u", info->mnemonic, info->num_dst );
334 report_error( ctx, "%s: Invalid number of source operands, should be %u", info->mnemonic, info->num_src );
tgsi_info.c 245 return info->mnemonic;
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_sanity.c 331 report_error( ctx, "%s: Invalid number of destination operands, should be %u", info->mnemonic, info->num_dst );
334 report_error( ctx, "%s: Invalid number of source operands, should be %u", info->mnemonic, info->num_src );
tgsi_info.c 245 return info->mnemonic;
  /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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.c 386 opcode_info->mnemonic);
  /external/chromium_org/ui/views/controls/menu/
menu_controller.h 260 // pressed, or a matching mnemonic was found) the message loop returns.
413 // Returns details about which menu items match the mnemonic |key|.
418 bool (*match_function)(MenuItemView* menu, char16 mnemonic));
422 // with the same mnemonic and the item to select does not have a submenu).
425 // Selects by mnemonic, and if that doesn't work tries the first character of
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.c 386 opcode_info->mnemonic);
  /external/chromium_org/third_party/openssl/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/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/chromium_org/third_party/openssl/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 866 milliseconds

12 3 4