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

1 2 34

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
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_text.c 837 if (str_match_nocase_whole(&cur, info->mnemonic)) {
843 if (str_match_no_case(&cur, info->mnemonic)) {
    [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/chromium_org/v8/src/arm/
lithium-arm.h 169 #define DECLARE_CONCRETE_INSTRUCTION(type, mnemonic) \
174 virtual const char* Mnemonic() const FINAL OVERRIDE { \
175 return mnemonic; \
200 virtual const char* Mnemonic() const = 0;
    [all...]
  /external/chromium_org/v8/src/arm64/
lithium-arm64.h 181 #define DECLARE_CONCRETE_INSTRUCTION(type, mnemonic) \
186 virtual const char* Mnemonic() const FINAL OVERRIDE { \
187 return mnemonic; \
211 virtual const char* Mnemonic() const = 0;
728 virtual const char* Mnemonic() const OVERRIDE;
756 virtual const char* Mnemonic() const OVERRIDE;
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.h 170 #define DECLARE_CONCRETE_INSTRUCTION(type, mnemonic) \
175 virtual const char* Mnemonic() const FINAL OVERRIDE { \
176 return mnemonic; \
201 virtual const char* Mnemonic() const = 0;
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.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/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...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 

Completed in 1368 milliseconds

1 2 34