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

Function EwRegIw

source/test/testCPU.cpp:1142–1152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1140}
1141
1142void EwRegIw(int instruction, Reg* e, int rm, struct Data* data) {
1143 while (data->valid) {
1144 newInstruction(instruction, 0);
1145 pushCode16(data->var2);
1146 e->u32 = DEFAULT;
1147 e->u16 = data->var1;
1148 runTestCPU();
1149 assertResult(data, cpu, instruction, e->u16, 0, E(rm), -1, 0, 16);
1150 data++;
1151 }
1152}
1153
1154void EwRegIb(int instruction, int ew, struct Data* data) {
1155 while (data->valid) {

Callers 8

testMovAxIw0x0b8Function · 0.85
testMovCxIw0x0b9Function · 0.85
testMovDxIw0x0baFunction · 0.85
testMovBxIw0x0bbFunction · 0.85
testMovSpIw0x0bcFunction · 0.85
testMovBpIw0x0bdFunction · 0.85
testMovSiIw0x0beFunction · 0.85
testMovDiIw0x0bfFunction · 0.85

Calls 4

newInstructionFunction · 0.85
pushCode16Function · 0.85
runTestCPUFunction · 0.85
assertResultFunction · 0.85

Tested by

no test coverage detected