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

Function logXmmXmm

source/emulation/cpu/decoder.cpp:1871–1877  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1869}
1870
1871static void logXmmXmm(const LogInstruction* inst, DecodedOp* op, BString& out) {
1872 out.append(inst->name);
1873 out.append(" ");
1874 outXMM(op->reg, out);
1875 out.append(",");
1876 outXMM(op->rm, out);
1877}
1878
1879static void logXmmI(const LogInstruction* inst, DecodedOp* op, BString& out) {
1880 out.append(inst->name);

Callers

nothing calls this directly

Calls 2

outXMMFunction · 0.85
appendMethod · 0.45

Tested by

no test coverage detected