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

Function isfpp

src/cputest.cpp:4797–4811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4795}
4796
4797static int isfpp(int mnemo)
4798{
4799 switch (mnemo)
4800 {
4801 case i_FPP:
4802 case i_FBcc:
4803 case i_FDBcc:
4804 case i_FTRAPcc:
4805 case i_FScc:
4806 case i_FRESTORE:
4807 case i_FSAVE:
4808 return 1;
4809 }
4810 return 0;
4811}
4812
4813static void outbytes(const TCHAR *s, uaecptr addr)
4814{

Callers 2

test_mnemoFunction · 0.85
testFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected