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

Method func

source/emulation/cpu/decoder.cpp:4040–4048  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4038 DecodeFunc(U32 immWidth, U32 signExtendWidth) : Decode(immWidth, signExtendWidth) {
4039 }
4040 void func(DecodeData* data, DecodedOp* op, U32 rm, Instruction reg, Instruction mem) const {
4041 if (rm>=0xC0) {
4042 op->inst = reg;
4043 op->reg = E(rm);
4044 } else {
4045 op->inst = mem;
4046 decodeEa(data, op, rm);
4047 }
4048 }
4049};
4050
4051class DecodeGrp1_8 : public DecodeFunc {

Callers 12

prepareFunction · 0.80
RALocalAllocatorFunction · 0.80
on_before_invokeMethod · 0.80
on_retMethod · 0.80
funcFunction · 0.80
hook_funcMethod · 0.80
hook_funcMethod · 0.80
on_before_invokeMethod · 0.80
on_before_retMethod · 0.80
on_retMethod · 0.80

Calls 1

decodeEaFunction · 0.85

Tested by

no test coverage detected