mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 15:34:09 +00:00
Remove out of date comments.
This commit is contained in:
parent
e1e348315f
commit
08e97d4ea5
@ -147,11 +147,7 @@
|
|||||||
|.macro ins_AND; lghi TMPR1, -1; xgr RD, TMPR1; .endmacro // RD = ~RD
|
|.macro ins_AND; lghi TMPR1, -1; xgr RD, TMPR1; .endmacro // RD = ~RD
|
||||||
|
|
|
|
||||||
|// Instruction decode+dispatch.
|
|// Instruction decode+dispatch.
|
||||||
| // TODO: tune this, right now we always decode RA-D even if they aren't used.
|
|
||||||
|.macro ins_NEXT
|
|.macro ins_NEXT
|
||||||
| // 32 63
|
|
||||||
| // [ B | C | A | OP ]
|
|
||||||
| // [ D | A | OP ]
|
|
||||||
| llgc OP, 3(PC)
|
| llgc OP, 3(PC)
|
||||||
| llgh RD, 0(PC)
|
| llgh RD, 0(PC)
|
||||||
| llgc RA, 2(PC)
|
| llgc RA, 2(PC)
|
||||||
|
Loading…
Reference in New Issue
Block a user