Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merged
  • Loading branch information
TIHan committed Jan 19, 2024
commit e34b1c07e34ab31bef66553a1a51bc3758676561
4 changes: 4 additions & 0 deletions src/coreclr/jit/instr.h
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,10 @@ enum insScalableOpts : unsigned

INS_SCALABLE_OPTS_LSL_N, // Variants with a LSL #N (eg {<Zt>.<T>}, <Pg>, [<Xn|SP>, <Xm>, LSL #2])
INS_SCALABLE_OPTS_MOD_N, // Variants with a <mod> #N (eg {<Zt>.S }, <Pg>, [<Xn|SP>, <Zm>.S, <mod> #2])

// Removable once REG_V0 and REG_P0 are distinct
INS_SCALABLE_OPTS_UNPREDICATED, // Variants without a predicate (eg add)
INS_SCALABLE_OPTS_UNPREDICATED_WIDE, // Variants without a predicate and wide elements (eg asr)
};

enum insCond : unsigned
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.