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

12

  /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/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/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. */