Home
last modified time | relevance | path

Searched refs:_emitComments (Results 1 – 5 of 5) sorted by relevance

/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/AsmJit/x86/
H A Dx86compilercontext.cpp917 if (_emitComments) goto _AddComment; in emitLoadVar()
922 if (_emitComments) goto _AddComment; in emitLoadVar()
934 if (_emitComments) goto _AddComment; in emitLoadVar()
939 if (_emitComments) goto _AddComment; in emitLoadVar()
943 if (_emitComments) goto _AddComment; in emitLoadVar()
947 if (_emitComments) goto _AddComment; in emitLoadVar()
951 if (_emitComments) goto _AddComment; in emitLoadVar()
955 if (_emitComments) goto _AddComment; in emitLoadVar()
976 if (_emitComments) goto _AddComment; in emitSaveVar()
981 if (_emitComments) goto _AddComment; in emitSaveVar()
[all …]
H A Dx86compilercontext.h310 bool _emitComments; member
/dports/science/plumed/plumed2-2.7.2/src/asmjit/
H A Dregalloc_p.h556 uint8_t _emitComments; //!< Whether to emit comments. member
H A Dregalloc.cpp62 _emitComments = (cb()->getGlobalOptions() & CodeEmitter::kOptionLoggingEnabled) != 0; in process()
H A Dx86regalloc.cpp246 if (_emitComments) { in emitMove()
258 if (_emitComments) { in emitLoad()
270 if (_emitComments) { in emitSave()
292 if (_emitComments) in emitSwapGp()