mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 15:34:09 +00:00
Update vm_s390x.dasc
added instructions to macros, referring macro defination of x86 for macro ins_ANDdid not find equivalent s390x replacement instruction for 'Not' hence have currently marked the place as '????' '????' has to be replaced with s390x complement instruction
This commit is contained in:
parent
372f721e60
commit
4ea7607e02
@ -136,10 +136,10 @@
|
||||
|.macro ins_A; .endmacro
|
||||
|.macro ins_AD; .endmacro
|
||||
|.macro ins_AJ; .endmacro
|
||||
|.macro ins_ABC; .endmacro
|
||||
|.macro ins_AB_; .endmacro
|
||||
|.macro ins_A_C; .endmacro
|
||||
|.macro ins_AND; .endmacro
|
||||
|.macro ins_ABC; mvcl RB, RCH; mvcl RC, RCL; .endmacro
|
||||
|.macro ins_AB_; mvcl RB, RCH; .endmacro
|
||||
|.macro ins_A_C; mvcl RC, RCL; .endmacro
|
||||
|.macro ins_AND; ??? RD; .endmacro
|
||||
|
|
||||
|// Instruction decode+dispatch.
|
||||
| // TODO: tune this, right now we always decode RA-D even if they aren't used.
|
||||
|
Loading…
Reference in New Issue
Block a user