HomeSort by relevance Sort by last modified time
    Searched full:mnemonic (Results 76 - 100 of 329) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/v8/src/x64/
disasm-x64.cc 610 // Writes instruction's mnemonic, left and right operands to 'tmp_buffer_'.
1027 const char* mnemonic = TwoByteMnemonic(opcode); local
1096 const char* mnemonic = "?"; local
    [all...]
  /external/chromium_org/v8/tools/
disasm.py 42 _COMMON_DISASM_OPTIONS = ["-M", "intel-mnemonic", "-C"]
  /external/javassist/src/main/javassist/bytecode/
Mnemonic.java 28 public interface Mnemonic {
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
caddcl.php 65 'max_value','min_value','mnemonic','multiple_select','password_char',
  /external/llvm/lib/Target/Mips/InstPrinter/
MipsInstPrinter.h 53 // This conditions have the same mnemonic as the
  /external/llvm/lib/Target/SystemZ/InstPrinter/
SystemZInstPrinter.h 64 // Print the mnemonic for a condition-code mask ("ne", "lh", etc.)
  /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/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/v8/tools/
disasm.py 42 _COMMON_DISASM_OPTIONS = ["-M", "intel-mnemonic", "-C"]
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
mini_disassembler_types.h 173 // We indicate the mnemonic for debugging purposes
194 // We indicate the mnemonic for debugging purposes
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
mini_disassembler_types.h 173 // We indicate the mnemonic for debugging purposes
194 // We indicate the mnemonic for debugging purposes
  /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/smack/src/org/xbill/DNS/
WKSRecord.java 152 private static Mnemonic protocols = new Mnemonic("IP protocol",
153 Mnemonic.CASE_LOWER);
469 private static Mnemonic services = new Mnemonic("TCP/UDP service",
470 Mnemonic.CASE_LOWER);
Type.java 196 private static class TypeMnemonic extends Mnemonic {
209 objects.put(Mnemonic.toInteger(val), proto);
  /dalvik/vm/compiler/codegen/x86/
LowerJump.cpp 536 Mnemonic m = (Mnemonic)(Mnemonic_Jcc + cc);
560 Mnemonic m = Mnemonic_JMP;
588 Mnemonic m = (Mnemonic)(Mnemonic_Jcc + cc);
596 Mnemonic m = Mnemonic_JMP;
616 Mnemonic m = Mnemonic_CALL;
631 Mnemonic m = Mnemonic_CALL;
635 Mnemonic m = Mnemonic_CALL;
644 Mnemonic m = Mnemonic_CALL
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.td     [all...]
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_tabl.cpp 104 3. Fill out the mnemonic, opcode parameters parts
133 'mnemonic' is a kind of synonim for 'instruction'):
139 mnemonic (EncoderBase::opcodesHashMap)
157 can be packed in 5 bits. Taking into account the IMUL mnemonic with its 3
192 OpcodeDesc[mnemonic][hash_code] - there would be a huge waste of space.
202 1. Select [hash,mnemonic] => 'n'.
212 | 12 | FF | FF | n | 04 | 25 | ... <- Mnemonic
220 2. Select [n,mnemonic] => 'opcode_desc11'
227 | opcode_desc10 | opcode_desc11 | last_opcode | xxx | <- Mnemonic
    [all...]
enc_base.cpp 293 char * EncoderBase::encode(char * stream, Mnemonic mn, const Operands& opnds)
746 static unsigned find(Mnemonic mn, unsigned hash)
765 static void put(Mnemonic mn, unsigned hash, unsigned idx)
774 EncoderBase::lookup(Mnemonic mn, const Operands& opnds)
841 Mnemonic EncoderBase::str2mnemonic(const char * mn_name)
845 return (Mnemonic)m;
    [all...]
enc_defs_ext.h 85 typedef enum Mnemonic {
338 } 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/chromium_org/v8/src/
hydrogen-gvn.cc 556 instr->Mnemonic(),
789 instr->Mnemonic(),
791 other->Mnemonic());
815 instr->Mnemonic(),
817 other->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...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
Constants.java 66 /** S_BUILTIN_EXTENSIONS_URL is a mnemonic for the XML Namespace
  /external/bison/doc/
bison.1 50 supports both traditional single-letter options and mnemonic long
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
svga_shader_op.c 160 opcode_info[op].mnemonic);

Completed in 1101 milliseconds

1 2 34 5 6 7 8 91011>>