Searched refs:mnemonic (Results 26 - 50 of 102) sorted by relevance

12345

/external/chromium_org/third_party/mach_override/libudis86/
H A Dsyn-att.c166 switch (u->mnemonic) {
179 ud_asmprintf(u, "%s", ud_lookup_mnemonic(u->mnemonic));
191 ud_asmprintf(u, "%s", ud_lookup_mnemonic(u->mnemonic));
H A Ddecode.c160 /* 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
[all...]
H A Dsyn-intel.c162 /* print the instruction mnemonic */
163 ud_asmprintf(u, "%s", ud_lookup_mnemonic(u->mnemonic));
177 switch (u->mnemonic) {
H A Ddecode.h165 enum ud_mnemonic_code mnemonic; member in struct:ud_itab_entry
H A Dudis86.c46 u->mnemonic = UD_Iinvalid;
H A Dtypes.h205 enum ud_mnemonic_code mnemonic; member in struct:ud
/external/valgrind/main/VEX/priv/
H A Ds390_disasm.c41 /* Return the mnemonic padded with blanks to its right */
43 mnemonic(const HChar *mnm) function
106 /* Build and return the extended mnemonic for the compare and branch
138 /* Common function used to construct a mnemonic based on a condition code
177 /* Return the special mnemonic for the BCR opcode */
188 /* Return the special mnemonic for the BC opcode */
199 /* Return the special mnemonic for the BRC opcode */
210 /* Return the special mnemonic for the BRCL opcode */
221 /* Return the special mnemonic for a conditional load/store opcode */
288 insn. It is understood that the mnemonic come
[all...]
/external/chromium_org/v8/src/compiler/
H A Dcommon-operator.cc23 int outputs, int controls, const char* mnemonic)
24 : Operator1<int>(opcode, properties, inputs, outputs, mnemonic,
229 CallOperator(const CallDescriptor* descriptor, const char* mnemonic) argument
234 static_cast<int>(descriptor->ReturnCount()), mnemonic,
22 ControlOperator(IrOpcode::Value opcode, Properties properties, int inputs, int outputs, int controls, const char* mnemonic) argument
H A Dschedule.h211 node->op()->mnemonic(), block->id());
220 PrintF("Adding #%d:%s to B%d\n", node->id(), node->op()->mnemonic(),
/external/lldb/scripts/Python/interface/
H A DSBInstruction.i81 __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/
H A Dsvga_shader_op.c160 opcode_info[op].mnemonic);
H A Dsvga_shader_dump.c70 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/
H A Ddisasm-arm64.h34 void Format(Instruction* instr, const char* mnemonic, const char* format);
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-operator.cc18 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/
H A Dsvga_shader_op.c160 opcode_info[op].mnemonic);
H A Dsvga_shader_dump.c70 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/vixl/src/a64/
H A Ddisasm-a64.h53 void Format(Instruction* instr, const char* mnemonic, const char* format);
/external/chromium_org/v8/src/x64/
H A Ddisasm-x64.cc580 // 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";
1088 mnemonic = "comisd";
1092 AppendToBuffer("%s %s,", mnemonic, NameOfXMMRegister(regop));
1115 AppendToBuffer("%sd %s,", mnemonic, NameOfXMMRegiste
[all...]
/external/chromium_org/third_party/boringssl/src/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");
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...]
H A Dsparcv9_modes.pl1383 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)=@_;
1452 $ref = "$mnemonic\t$rs1,$rs2,$rs3,$rd";
1454 if (defined($opf=$aesopf{$mnemonic})) {
1475 my ($mnemonic,
[all...]
/external/harfbuzz_ng/test/shaping/
H A Dhb_test_tools.py344 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/
H A Dghashv8-armx.pl204 my ($mnemonic,$arg)=@_;
210 $word |= 0x00010001 if ($mnemonic =~ "2");
217 $mnemonic,$arg;
/external/bison/doc/
H A Dbison.x46 supports both traditional single-letter options and mnemonic long
/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/0.153/lib/
H A Dcolor.c164 E (m, mnemonic),

Completed in 566 milliseconds

12345