mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 10:03:59 +02:00
Port print_int, movsx. Implement putself.
This commit is contained in:
parent
b8a3f2ed61
commit
d1c9ca86c1
6 changed files with 127 additions and 31 deletions
|
@ -268,6 +268,7 @@ void jmp_rm(codeblock_t* cb, x86opnd_t opnd);
|
|||
void jmp32(codeblock_t* cb, int32_t offset);
|
||||
void lea(codeblock_t* cb, x86opnd_t dst, x86opnd_t src);
|
||||
void mov(codeblock_t* cb, x86opnd_t dst, x86opnd_t src);
|
||||
void movsx(codeblock_t* cb, x86opnd_t dst, x86opnd_t src);
|
||||
void neg(codeblock_t* cb, x86opnd_t opnd);
|
||||
void nop(codeblock_t* cb, size_t length);
|
||||
void not(codeblock_t* cb, x86opnd_t opnd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue