Searched refs:pointerTypeToGPByte (Results 1 – 8 of 8) sorted by relevance
/dports/lang/sdcc/sdcc-4.0.0/src/ |
H A D | SDCCglue.h | 40 int pointerTypeToGPByte (const int p_type, const char *iname, const char *oname);
|
H A D | SDCCglue.c | 59 …dbuf_tprintf (&dbuf, "!immedbyte", v | pointerTypeToGPByte (DCL_TYPE (val->type->next), val->name,… in aopLiteralGptr() 61 dbuf_tprintf (&dbuf, "!immedbyte", pointerTypeToGPByte (DCL_TYPE (val->type), val->name, name)); in aopLiteralGptr() 731 pointerTypeToGPByte (const int p_type, const char *iname, const char *oname) in pointerTypeToGPByte() function 832 int byte = pointerTypeToGPByte (type, iname, oname); in printGPointerType() 1625 …dbuf_tprintf (oBuf, ",!immedbyte\n", pointerTypeToGPByte (DCL_TYPE (val->type), val->name, sym->na… in printIvalCharPtr() 1632 …dbuf_tprintf (oBuf, "\t.byte !immedbyte\n", pointerTypeToGPByte (DCL_TYPE (val->type), val->name, … in printIvalCharPtr() 1726 …dbuf_tprintf (oBuf, ",!immedbyte\n", pointerTypeToGPByte (DCL_TYPE (val->type), val->name, sym->na… in printIvalPtr()
|
H A D | SDCCcse.c | 1274 gpVal = pointerTypeToGPByte (DCL_TYPE (otype->next), NULL, name); in algebraicOpts() 1276 gpVal = pointerTypeToGPByte (DCL_TYPE (otype), NULL, name); in algebraicOpts()
|
H A D | SDCCast.c | 4879 gpVal = pointerTypeToGPByte (DCL_TYPE (RTYPE (tree)), NULL, NULL); in decorateType()
|
/dports/lang/sdcc/sdcc-4.0.0/src/mcs51/ |
H A D | gen.c | 842 ptr_type = pointerTypeToGPByte (DCL_TYPE (from_type), from_name, sym->name); in aopForRemat() 4770 …dbuf_printf (&dbuf, "#0x%02x", pointerTypeToGPByte (pointerCode (getSpec (operandType (IC_LEFT (ic… in adjustArithmeticResult() 4775 …dbuf_printf (&dbuf, "#0x%02x", pointerTypeToGPByte (pointerCode (getSpec (operandType (IC_LEFT (ic… in adjustArithmeticResult() 4780 …dbuf_printf (&dbuf, "#0x%02x", pointerTypeToGPByte (pointerCode (getSpec (operandType (IC_RIGHT (i… in adjustArithmeticResult() 11320 …dbuf_printf (&dbuf, "#0x%02x", pointerTypeToGPByte (pointerCode (getSpec (operandType (IC_LEFT (ic… in genAddrOf() 11663 gpVal = pointerTypeToGPByte (p_type, NULL, NULL); in genCast()
|
/dports/lang/sdcc/sdcc-4.0.0/src/ds390/ |
H A D | gen.c | 854 ptr_type = pointerTypeToGPByte (DCL_TYPE (from_type), in aopForRemat() 4681 …dbuf_printf (&dbuf, "#%02x", pointerTypeToGPByte (pointerCode (getSpec (operandType (IC_LEFT (ic))… in adjustArithmeticResult() 11824 …dbuf_printf (&dbuf, "#0x%02x", pointerTypeToGPByte (pointerCode (getSpec (operandType (IC_LEFT (ic… in genAddrOf() 12242 int gpVal = pointerTypeToGPByte (p_type, NULL, NULL); in genCast()
|
/dports/lang/sdcc/sdcc-4.0.0/src/avr/ |
H A D | gen.c | 4968 int gpVal = pointerTypeToGPByte(p_type, NULL, NULL); in genCast()
|
/dports/lang/sdcc/sdcc-4.0.0/ |
H A D | ChangeLog | 21780 * src/SDCCglue.c (pointerTypeToGPByte), 23272 (pointerTypeToGPByte): exit on internal error, return -1 for GPTR warning
|