We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 826d931 commit 497236aCopy full SHA for 497236a
1 file changed
src/coreclr/jit/emitarm64.cpp
@@ -8012,7 +8012,7 @@ void emitter::emitIns_R_S(instruction ins, emitAttr attr, regNumber reg1, int va
8012
regNumber rsvdReg = codeGen->rsGetRsvdReg();
8013
8014
// add rsvd, fp, #imm
8015
- emitIns_R_R_Imm(INS_add, EA_8BYTE, rsvdReg, reg2, imm);
+ emitIns_R_R_Imm(INS_add, EA_8BYTE, rsvdReg, encodingZRtoSP(reg2), imm);
8016
// str p0, [rsvd, #0, mul vl]
8017
emitIns_R_R_I(ins, attr, reg1, rsvdReg, 0);
8018
@@ -8285,7 +8285,7 @@ void emitter::emitIns_S_R(instruction ins, emitAttr attr, regNumber reg1, int va
8285
8286
8287
8288
8289
8290
8291
0 commit comments