HomeSort by relevance Sort by last modified time
    Searched refs:mnemonic (Results 51 - 75 of 79) sorted by null

1 23 4

  /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";
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_dump.c 523 TXT( info->mnemonic );
tgsi_text.c 837 if (str_match_nocase_whole(&cur, info->mnemonic)) {
843 if (str_match_no_case(&cur, info->mnemonic)) {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_dump.c 523 TXT( info->mnemonic );
tgsi_text.c 837 if (str_match_nocase_whole(&cur, info->mnemonic)) {
843 if (str_match_no_case(&cur, info->mnemonic)) {
    [all...]
  /external/v8/src/arm/
lithium-arm.h 185 #define DECLARE_CONCRETE_INSTRUCTION(type, mnemonic) \
188 virtual const char* Mnemonic() const { return mnemonic; } \
211 virtual const char* Mnemonic() const = 0;
1110 virtual const char* Mnemonic() const;
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 180 #define DECLARE_CONCRETE_INSTRUCTION(type, mnemonic) \
183 virtual const char* Mnemonic() const { return mnemonic; } \
206 virtual const char* Mnemonic() const = 0;
1111 virtual const char* Mnemonic() const;
    [all...]
  /external/v8/src/mips/
lithium-mips.h 184 #define DECLARE_CONCRETE_INSTRUCTION(type, mnemonic) \
187 virtual const char* Mnemonic() const { return mnemonic; } \
210 virtual const char* Mnemonic() const = 0;
1090 virtual const char* Mnemonic() const;
1107 virtual const char* Mnemonic() const;
    [all...]
  /external/v8/src/x64/
lithium-x64.h 185 #define DECLARE_CONCRETE_INSTRUCTION(type, mnemonic) \
188 virtual const char* Mnemonic() const { return mnemonic; } \
212 virtual const char* Mnemonic() const = 0;
1089 virtual const char* Mnemonic() const;
1106 virtual const char* Mnemonic() const;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_aos.c 1084 opcode_info->mnemonic);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_aos.c 1084 opcode_info->mnemonic);
  /external/qemu/
i386-dis.c 724 mnemonic strings for AT&T, Intel, X86_64 AT&T, and X86_64 Intel
6101 const char *mnemonic; local
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.h 193 #define DECLARE_CONCRETE_INSTRUCTION(type, mnemonic) \
196 virtual const char* Mnemonic() const { return mnemonic; } \
221 virtual const char* Mnemonic() const = 0;
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.h 192 #define DECLARE_CONCRETE_INSTRUCTION(type, mnemonic) \
195 virtual const char* Mnemonic() const { return mnemonic; } \
220 virtual const char* Mnemonic() const = 0;
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.h 189 #define DECLARE_CONCRETE_INSTRUCTION(type, mnemonic) \
192 virtual const char* Mnemonic() const { return mnemonic; } \
217 virtual const char* Mnemonic() const = 0;
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.h 190 #define DECLARE_CONCRETE_INSTRUCTION(type, mnemonic) \
193 virtual const char* Mnemonic() const { return mnemonic; } \
218 virtual const char* Mnemonic() const = 0;
    [all...]
  /external/elfutils/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/chromium_org/chrome/browser/resources/file_manager/js/
util.js 59 * @return {string} The file error mnemonic.
    [all...]
  /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 
  /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
251 // Index of the first menu with the specified mnemonic.
254 // If true there are multiple menu items with the same mnemonic.
261 // 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 

Completed in 4443 milliseconds

1 23 4