/external/openssl/crypto/sha/asm/ |
sha512-armv8.pl | 392 my ($mnemonic,$arg)=@_; 397 $opcode{$mnemonic}|$1|($2<<5)|($3<<16), 398 $mnemonic,$arg;
|
sha1-armv4-large.pl | 649 my ($mnemonic,$arg)=@_; 652 my $word = $opcode{$mnemonic}|(($1&7)<<13)|(($1&8)<<19) 661 $mnemonic,$arg;
|
sha256-armv4.pl | 627 my ($mnemonic,$arg)=@_; 630 my $word = $opcode{$mnemonic}|(($1&7)<<13)|(($1&8)<<19) 639 $mnemonic,$arg;
|
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/aes/asm/ |
aesv8-armx.pl | 881 my ($mnemonic,$arg)=@_; 885 $opcode{$mnemonic}|$1|($2<<5), 886 $mnemonic,$arg; 920 my ($mnemonic,$arg)=@_; 923 my $word = $opcode{$mnemonic}|(($1&7)<<13)|(($1&8)<<19) 931 $mnemonic,$arg;
|
/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;
|
tgsi_dump.c | 523 TXT( 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;
|
tgsi_dump.c | 523 TXT( info->mnemonic );
|
/external/chromium_org/v8/src/ |
deoptimizer.h | 106 : raw_position(r), mnemonic(m), detail(d) {} 110 CStringEquals(mnemonic, other.mnemonic) && 117 const char* mnemonic; member in struct:v8::internal::Deoptimizer::Reason
|
lithium-codegen.cc | 87 instr->Mnemonic()); 120 hinstr->Mnemonic(), instr->Mnemonic()); 125 hinstr->Mnemonic(), instr->Mnemonic()); 153 << reason.mnemonic;
|
/external/elfutils/0.153/libcpu/ |
i386_parse.y | 107 /* Mnemonic. */ 108 char *mnemonic; 306 newp->mnemonic = $4; 307 if (newp->mnemonic != (void *) -1l 1195 if (instr->mnemonic == (void *) -1l) 1196 fputs (" .mnemonic = MNE_INVALID,", outfile); 1198 fprintf (outfile, " .mnemonic = MNE_%s,", instr->mnemonic); [all...] |
i386_parse.c | 184 /* Mnemonic. */ 185 char *mnemonic; member in struct:instruction [all...] |
i386_disasm.c | 709 /* Mnemonic. */ 711 if (unlikely (instrtab[cnt].mnemonic == MNE_INVALID)) 825 str = mnestr.str + mneidx[instrtab[cnt].mnemonic];
|
/external/chromium_org/v8/src/compiler/ |
verifier.cc | 288 node->id(), node->op()->mnemonic(), block->id(), j, input->id(), 289 input->op()->mnemonic());
|
representation-change.h | 345 node->id(), node->op()->mnemonic(), out_str.c_str(),
|
/external/lldb/examples/python/ |
symbolication.py | 479 mnemonic = inst.GetMnemonic (target) 483 lines.append ("%#16.16x: %8s %s" % (inst_pc, mnemonic, operands))
|
/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 | 292 // pressed, or a matching mnemonic was found) the message loop returns. 445 // Returns details about which menu items match the mnemonic |key|. 450 bool (*match_function)(MenuItemView* menu, base::char16 mnemonic)); 454 // with the same mnemonic and the item to select does not have a submenu). 457 // 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/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";
|