HomeSort by relevance Sort by last modified time
    Searched refs:mnemonic (Results 101 - 119 of 119) sorted by null

1 2 3 45

  /external/chromium_org/v8/src/mips64/
lithium-mips64.h 165 #define DECLARE_CONCRETE_INSTRUCTION(type, mnemonic) \
170 virtual const char* Mnemonic() const FINAL OVERRIDE { \
171 return mnemonic; \
196 virtual const char* Mnemonic() const = 0;
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.h 166 #define DECLARE_CONCRETE_INSTRUCTION(type, mnemonic) \
171 virtual const char* Mnemonic() const FINAL OVERRIDE { \
172 return mnemonic; \
197 virtual const char* Mnemonic() const = 0;
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-x87.h 171 #define DECLARE_CONCRETE_INSTRUCTION(type, mnemonic) \
176 virtual const char* Mnemonic() const FINAL OVERRIDE { \
177 return mnemonic; \
202 virtual const char* Mnemonic() const = 0;
    [all...]
  /external/chromium_org/v8/src/compiler/
instruction-selector.cc 609 node->opcode(), node->op()->mnemonic(), node->id());
    [all...]
  /external/elfutils/0.153/libcpu/
i386_data.h 35 /* The mnemonic. Especially encoded for the optimized table. */
36 unsigned int mnemonic : MNEMONIC_BITS; member in struct:instr_enc
42 /* Mnemonic suffix. */
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc 77 // Returns true if the mnemonic of |menu| matches key.
82 // Returns true if |menu| doesn't have a mnemonic and first character of the its
250 // Index of the first menu with the specified mnemonic.
253 // If true there are multiple menu items with the same mnemonic.
260 // currently selected item whose mnemonic matches. This may remain -1 even
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /external/pcre/dist/sljit/
sljitNativeTILEGX-encoder.c 622 /* The opcode mnemonic, e.g. "add" */
625 /* The enum value for this mnemonic. */
626 tilegx_mnemonic mnemonic; member in struct:tilegx_opcode
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 1326 milliseconds

1 2 3 45