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

12 3 4

  /external/chromium_org/third_party/mach_override/libudis86/
decode.c 160 /* Looks up mnemonic code in the mnemonic string table
161 * Returns NULL if the mnemonic code is invalid
281 if ( u->mnemonic == UD_I3dnow ) {
282 u->mnemonic = ud_itab[ u->le->table[ inp_curr( u ) ] ].mnemonic;
285 if ( u->mnemonic == UD_Iswapgs && u->dis_mode != 64 ) {
290 if (u->mnemonic == UD_Ixchg) {
297 u->mnemonic = UD_Inop;
301 if (u->mnemonic == UD_Inop && u->pfx_repe)
    [all...]
syn-intel.c 162 /* print the instruction mnemonic */
163 ud_asmprintf(u, "%s", ud_lookup_mnemonic(u->mnemonic));
177 switch (u->mnemonic) {
decode.h 165 enum ud_mnemonic_code mnemonic; member in struct:ud_itab_entry
udis86.c 46 u->mnemonic = UD_Iinvalid;
types.h 205 enum ud_mnemonic_code mnemonic; member in struct:ud
  /external/lldb/scripts/Python/interface/
SBInstruction.i 81 __swig_getmethods__["mnemonic"] = __mnemonic_property__
82 if _newclass: mnemonic = property(__mnemonic_property__, None, doc='''A read only property that returns the mnemonic for this instruction as a string.''')
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
svga_shader_op.c 160 opcode_info[op].mnemonic);
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/chromium_org/v8/src/arm64/
disasm-arm64.h 34 void Format(Instruction* instr, const char* mnemonic, const char* format);
  /external/chromium_org/v8/test/cctest/compiler/
test-operator.cc 18 CHECK_EQ(0, strcmp(op1.mnemonic(), "ThisOne"));
21 CHECK_EQ(0, strcmp(op2.mnemonic(), "ThatOne"));
24 CHECK_EQ(0, strcmp(op3.mnemonic(), "Mnemonic1"));
27 CHECK_EQ(0, strcmp(op4.mnemonic(), "TheOther"));
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_shader_op.c 160 opcode_info[op].mnemonic);
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/chromium_org/third_party/boringssl/src/crypto/perlasm/
sparcv9_modes.pl 1383 my ($mnemonic,$rs1,$rs2,$rd)=@_;
1391 $ref = "$mnemonic\t$rs1,$rs2,$rd";
1393 if ($opf=$visopf{$mnemonic}) {
1413 my ($mnemonic,$rs1,$rs2,$rd)=@_;
1423 $ref = "$mnemonic\t$rs1,$rs2,$rd";
1425 if ($opf=$visopf{$mnemonic}) {
1440 my ($mnemonic,$rs1,$rs2,$rs3,$rd)=@_;
    [all...]
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");
284 (opcode->mnemonic() =~ /^v?mov([qd])$/) && ($sz=$1) ||
285 (opcode->mnemonic() =~ /^v?pinsr([qdwb])$/) && ($sz=$1) ||
286 (opcode->mnemonic() =~ /^vpbroadcast([qdwb])$/) && ($sz=$1) ||
287 (opcode->mnemonic() =~ /^vinsert[fi]128$/) && ($sz="x");
427 if ($nasm && opcode->mnemonic()=~m/^j(?![re]cxz)/) {
878 my $asm = eval("\$".$opcode->mnemonic());
175 sub mnemonic { subroutine
    [all...]
  /external/harfbuzz_ng/test/shaping/
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/openssl/crypto/modes/asm/
ghashv8-armx.pl 204 my ($mnemonic,$arg)=@_;
210 $word |= 0x00010001 if ($mnemonic =~ "2");
217 $mnemonic,$arg;
  /external/chromium_org/v8/src/x64/
disasm-x64.cc 580 // Writes instruction's mnemonic, left and right operands to 'tmp_buffer_'.
1004 const char* mnemonic = TwoByteMnemonic(opcode); local
1078 const char* mnemonic = "?"; local
1080 mnemonic = "andpd";
1082 mnemonic = "orpd";
1084 mnemonic = "xorpd";
1086 mnemonic = "ucomisd"
    [all...]
  /external/bison/doc/
bison.x 46 supports both traditional single-letter options and mnemonic long
  /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/elfutils/0.153/lib/
color.c 164 E (m, mnemonic),
  /external/chromium_org/v8/src/compiler/
schedule.h 211 node->op()->mnemonic(), block->id());
220 PrintF("Adding #%d:%s to B%d\n", node->id(), node->op()->mnemonic(),
simplified-lowering.cc 87 TRACE((" visit #%d: %s\n", node->id(), node->op()->mnemonic()));
100 TRACE((" visit #%d: %s\n", node->id(), node->op()->mnemonic()));
179 node->op()->mnemonic(), index, input->id(),
180 input->op()->mnemonic()));
755 TRACE(("#%d:%-20s ", node->id(), node->op()->mnemonic()));
    [all...]
  /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";
sha1-armv8.pl 311 my ($mnemonic,$arg)=@_;
316 $opcode{$mnemonic}|$1|($2<<5)|($3<<16),
317 $mnemonic,$arg;

Completed in 1539 milliseconds

12 3 4