hack-different / qemu-xnu

Integration fork of QEMU focusing on XNU platforms (arm, aarch64, etc)
Other
9 stars 3 forks source link

define constraints for: #443

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

ldr/str offset: between -0xfff and 0xfff ldrh/strh offset: between -0xff and 0xff mov operand2: values represented with x << (2 * y), x < 0x100 add, sub, eor...: ditto

Line: 487 https://github.com/hack-different/qemu-xnu/blob/125df44362c69051a518c1dee949e09ecea85998//tcg/arm/tcg-target.c.inc#L484-L494