Skip to content

Commit cb1e176

Browse files
author
marcus hall
committed
Remove 3-byte sext special case which isn't really possible.
1 parent df3726d commit cb1e176

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Ghidra/Processors/Xtensa/data/languages/xtensaInstructions.sinc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,9 +1172,6 @@ rfi_eps: ptr is u4_8_11 [ ptr = $(EPS_BASE) + (4 * u4_8_11); ] { export *[regist
11721172
:sext ar, as, 15 is op2 = 0b0010 & op1 = 0b0011 & ar & as & u4_4_7 = 8 & op0 = 0 {
11731173
ar = sext(as:2);
11741174
}
1175-
:sext ar, as, 23 is op2 = 0b0010 & op1 = 0b0011 & ar & as & u4_4_7 = 12 & op0 = 0 {
1176-
ar = sext(as:3);
1177-
}
11781175

11791176
# SICT - Store Instruction Cache Tag, pg. 519.
11801177
:sict at, as is op2 = 0b1111 & op1 = 0b0001 & ar = 0b0001 & as & at & op0 = 0 {

0 commit comments

Comments
 (0)