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

Function EdRegId

source/test/testCPU.cpp:2262–2271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2260}
2261
2262void EdRegId(int instruction, Reg* e, int ed, struct Data* data) {
2263 while (data->valid) {
2264 newInstruction(instruction, 0);
2265 pushCode32(data->var2);
2266 e->u32 = data->var1;
2267 runTestCPU();
2268 assertResult(data, cpu, instruction, e->u32, 0, ed, -1, 0, 32);
2269 data++;
2270 }
2271}
2272
2273void EdId(int instruction, int which, struct Data* data, bool includeLock = false) {
2274 while (data->valid) {

Callers 8

testMovEaxId0x2b8Function · 0.85
testMovEcxId0x2b9Function · 0.85
testMovEdxId0x2baFunction · 0.85
testMovEbxId0x2bbFunction · 0.85
testMovEspId0x2bcFunction · 0.85
testMovEbpId0x2bdFunction · 0.85
testMovEsiId0x2beFunction · 0.85
testMovEdiId0x2bfFunction · 0.85

Calls 4

newInstructionFunction · 0.85
pushCode32Function · 0.85
runTestCPUFunction · 0.85
assertResultFunction · 0.85

Tested by

no test coverage detected