JUMP instruction

This commit is contained in:
tevador
2019-01-11 09:58:06 +01:00
parent 6941b2cb69
commit 557241cd95
7 changed files with 1092 additions and 1214 deletions

View File

@@ -63,6 +63,7 @@ namespace RandomX {
INST_NAME(FPDIV)
INST_NAME(FPSQRT)
INST_NAME(FPROUND)
INST_NAME(JUMP)
INST_NAME(CALL)
INST_NAME(RET)
};