-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add emitIns_SS_R_R_R_I() * Introduce instrDescStrPair and use it * rename some variables and fix a bug in outputInstr * Rename to instrDescLclVarPair * Add the missing SetIsLclVar() * review feedback * Use same code for GC/non-GC lclVar for stp' * Use same code path for ldp/stp * Just have asending/descending * refactor code around emitOutputInstr() * jit format * Remove the comment * Separate instrDescLclVarPair and instrDescLclVarPairCns * useRsvdReg for assert * add back the assert around `adr + ofs` * Move OptimizeLdrStr() in emitarm64.cpp * Update the assert for offset distance * Rename emitIns_SS_R_R_R_I() to emitIns_R_R_R_I_LdStPair() * jit format * review feedback
- Loading branch information
1 parent
e029183
commit 318186b
Showing
3 changed files
with
484 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.