summaryrefslogtreecommitdiff
path: root/yjit/src/asm/arm64/inst/pc_rel.rs
Commit message (Collapse)AuthorAgeFilesLines
* Port print_str to new backend (https://github.com/Shopify/ruby/pull/318)Kevin Newton2022-08-291-0/+107
* ADR and ADRP for AArch64 * Implement Op::Jbe on X86 * Lera instruction * Op::BakeString * LeaPC -> LeaLabel * Port print_str to the new backend * Port print_value to the new backend * Port print_ptr to the new backend * Write null-terminators in Op::BakeString * Fix up rebase issues on print-str port * Add back in panic for X86 backend for unsupported instructions being lowered * Fix target architecture