mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-17 12:34:35 +03:00
[abi] Added support for pushw imm (X86/X64)
This commit is contained in:
@@ -915,6 +915,8 @@ static void ASMJIT_NOINLINE testX64AssemblerBase(AssemblerTester<x86::Assembler>
|
||||
TEST_INSTRUCTION("0FA0" , push(fs));
|
||||
TEST_INSTRUCTION("669C" , pushf());
|
||||
TEST_INSTRUCTION("9C" , pushfq());
|
||||
TEST_INSTRUCTION("66680100" , pushw(1));
|
||||
TEST_INSTRUCTION("66683412" , pushw(0x1234));
|
||||
TEST_INSTRUCTION("D2D1" , rcl(cl, cl));
|
||||
TEST_INSTRUCTION("D0D1" , rcl(cl, 1));
|
||||
TEST_INSTRUCTION("D2D5" , rcl(ch, cl));
|
||||
|
||||
Reference in New Issue
Block a user