MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / irc2ir

Function irc2ir

src/gencpu.cpp:1283–1294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1281}
1282
1283static void irc2ir (bool dozero)
1284{
1285 if (!using_prefetch)
1286 return;
1287 if (ir2irc)
1288 return;
1289 ir2irc = 1;
1290 out("regs.ir = regs.irc;\n");
1291 if (dozero)
1292 out("regs.irc = 0;\n");
1293 check_ipl();
1294}
1295static void irc2ir (void)
1296{
1297 irc2ir (false);

Callers 13

fill_prefetch_full_2Function · 0.85
fill_prefetch_full_ntxFunction · 0.85
fill_prefetch_fullFunction · 0.85
fill_prefetch_nextFunction · 0.85
fill_prefetch_next_tFunction · 0.85
fill_prefetch_next_extraFunction · 0.85
fill_prefetch_next_afterFunction · 0.85
fill_prefetch_next_emptyFunction · 0.85
genamode2xFunction · 0.85

Calls 2

outFunction · 0.85
check_iplFunction · 0.85

Tested by

no test coverage detected