1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:28:12 +00:00
serenity/Userland/Libraries/LibJS/JIT
Andreas Kling 814b07a9c2 LibJS/JIT: Add Assembler::jump_if_equal()
And also factor out cmp() so we don't have to repeat it.
2023-10-27 19:07:22 +02:00
..
Assembler.cpp LibJS: Work-in-progress JIT compiler :^) 2023-10-27 19:07:22 +02:00
Assembler.h LibJS/JIT: Add Assembler::jump_if_equal() 2023-10-27 19:07:22 +02:00
Compiler.cpp LibJS/JIT: Add missing unistd.h include (fixes Clang build) 2023-10-27 19:07:22 +02:00
Compiler.h LibJS/JIT: Make Assembler::Reg represent X86 registers 2023-10-27 19:07:22 +02:00
NativeExecutable.cpp LibJS: Work-in-progress JIT compiler :^) 2023-10-27 19:07:22 +02:00
NativeExecutable.h LibJS: Work-in-progress JIT compiler :^) 2023-10-27 19:07:22 +02:00