Home
last modified time | relevance | path

Searched refs:lockRepUsedValue (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/bochs/bochs-2.7/cpu/decoder/
H A Dinstr.h298 BX_CPP_INLINE unsigned lockRepUsedValue(void) const { in lockRepUsedValue() function
309 return lockRepUsedValue() == BX_LOCK_PREFIX_USED; in getLock()
H A Ddisasm.cc836 if (i->lockRepUsedValue() == 2) in disasm()
/dports/emulators/bochs/bochs-2.7/cpu/
H A Dcpu.cc389 unsigned rep = i->lockRepUsedValue(); in repeat_ZF()