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

Function logXmmE

source/emulation/cpu/decoder.cpp:1883–1894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1881}
1882
1883static void logXmmE(const LogInstruction* inst, DecodedOp* op, BString& out) {
1884 out.append(inst->name);
1885 out.append(" ");
1886
1887 outXMM(op->reg, out);
1888 out.append(",");
1889 if (op->ea16) {
1890 outE16(op, out);
1891 } else {
1892 outE32(op, out);
1893 }
1894}
1895
1896static void logRXmm(const LogInstruction* inst, DecodedOp* op, BString& out) {
1897 out.append(inst->name);

Callers

nothing calls this directly

Calls 4

outXMMFunction · 0.85
outE16Function · 0.85
outE32Function · 0.85
appendMethod · 0.45

Tested by

no test coverage detected