w6c+selfhost: cgen N_CAST signed narrow + peel !T on unsigned narrow
TY_RUNE excluded — wwstage primsize skips it; task #5 will collapse both gates back to symmetric once type_isunsigned recurses TY_ENUM.
This commit is contained in:
@@ -37,6 +37,7 @@ fn opcodelookup(p: *u8, n: u64) i32 = {
|
||||
if (streqlit(p, n, "MOVZWQ")) { return A_MOVZWQ; };
|
||||
if (streqlit(p, n, "MOVSXD")) { return A_MOVSXD; };
|
||||
if (streqlit(p, n, "MOVSWQ")) { return A_MOVSWQ; };
|
||||
if (streqlit(p, n, "MOVSBQ")) { return A_MOVSBQ; };
|
||||
if (streqlit(p, n, "MOVSD")) { return A_MOVSD; };
|
||||
if (streqlit(p, n, "ADDSD")) { return A_ADDSD; };
|
||||
if (streqlit(p, n, "SUBSD")) { return A_SUBSD; };
|
||||
|
||||
Reference in New Issue
Block a user