Home
last modified time | relevance | path

Searched refs:wassertl_bt (Results 1 – 4 of 4) sorted by relevance

/dports/lang/sdcc/sdcc-4.0.0/src/
H A DSDCCerr.h299 #define wassertl_bt(a,s) (void)((a) ? 0 : \ macro
302 #define wassert_bt(a) wassertl_bt(a, "code generator internal error")
/dports/lang/sdcc/sdcc-4.0.0/src/stm8/
H A Dgen.c1125 wassertl_bt (0, "Invalid stack offset."); in aopOp()
1181 wassertl_bt (0, "Invalid aop type for size 1 for push"); in push()
1196 wassertl_bt (0, "Invalid aop type for size 2 for pushw"); in push()
1199 wassertl_bt (0, "Invalid size for push/pushw"); in push()
1216 wassertl_bt (0, "Invalid aop type for size 1 for pop"); in pop()
1231 wassertl_bt (0, "Invalid aop type for size 2 for popw"); in pop()
1234 wassertl_bt (0, "Invalid size for pop/popw"); in pop()
1569 wassertl_bt (n <= 8, "Invalid size for genCopy()."); in genCopy()
1570 wassertl_bt (aopRS (source), "Invalid source type."); in genCopy()
1571 wassertl_bt (aopRS (result), "Invalid result type."); in genCopy()
[all …]
/dports/lang/sdcc/sdcc-4.0.0/src/z80/
H A Dgen.c3228 wassertl_bt (*size >= 0, "genCopyStack() copied more than there is to be copied."); in genCopyStack()
3243 wassertl_bt (n <= 8, "Invalid size for genCopy()."); in genCopy()
3244 wassertl_bt (aopRS (source), "Invalid source type."); in genCopy()
3245 wassertl_bt (aopRS (result), "Invalid result type."); in genCopy()
3445 wassertl_bt (i != n, "genCopy error: Trying to cache non-existant byte in accumulator."); in genCopy()
3510 wassertl_bt (size >= 0, "genCopy() copied more than there is to be copied."); in genCopy()
/dports/lang/sdcc/sdcc-4.0.0/src/pdk/
H A Dgen.c536 wassertl_bt (0, "Stack asmop outside of function."); in aopOp()
853wassertl_bt (!(n % 2), "Unsupported odd stack adjustment"); // The datasheets seem to require the … in adjustStack()