MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / fetch32

Method fetch32

source/emulation/cpu/decoder.cpp:6179–6181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6177}
6178
6179U32 DecodeData::fetch32() {
6180 return ((U32)this->fetch16()) | (((U32)this->fetch16()) << 16);
6181}
6182
6183static PtrPool<DecodedOp> freeOps;
6184

Callers 7

Sib0Function · 0.80
decodeEa32Function · 0.80
fetchImmMethod · 0.80
decodeMethod · 0.80
decodeMethod · 0.80
decodeMethod · 0.80
decodeMethod · 0.80

Calls 1

fetch16Method · 0.95

Tested by

no test coverage detected