Home
last modified time | relevance | path

Searched refs:tlbl1 (Results 1 – 7 of 7) sorted by relevance

/dports/lang/sdcc/sdcc-4.0.0/src/hc08/
H A Dgen.c2917 symbol *tlbl, *tlbl1; in asmopToBool() local
3124 emitLabel (tlbl1); in asmopToBool()
4869 emitLabel (tlbl1); in genMultOneByte()
5122 emitLabel (tlbl1); in genDivOneByte()
5810 emitLabel (tlbl1); in genCmp()
7959 symbol *tlbl, *tlbl1; in genLeftShift() local
8049 emitBranch ("beq", tlbl1); in genLeftShift()
8064 emitLabel (tlbl1); in genLeftShift()
8351 symbol *tlbl, *tlbl1; in genRightShift() local
8454 emitBranch ("beq", tlbl1); in genRightShift()
[all …]
/dports/lang/sdcc/sdcc-4.0.0/src/mcs51/
H A Dgen.c9147 symbol *tlbl, *tlbl1; in genLeftShift() local
9213 tlbl1 = newiTempLabel (NULL); in genLeftShift()
9224 emitLabel (tlbl1); in genLeftShift()
9246 emitLabel (tlbl1); in genLeftShift()
9575 symbol *tlbl, *tlbl1; in genSignedRightShift() local
9642 tlbl1 = newiTempLabel (NULL); in genSignedRightShift()
9657 emitLabel (tlbl1); in genSignedRightShift()
9675 emitLabel (tlbl1); in genSignedRightShift()
9693 symbol *tlbl, *tlbl1; in genRightShift() local
9787 emitLabel (tlbl1); in genRightShift()
[all …]
/dports/lang/sdcc/sdcc-4.0.0/src/z80/
H A Dgen.c6690 symbol *tlbl1, *tlbl2; in genMultOneChar() local
6837 tlbl1 = newiTempLabel (NULL); in genMultOneChar()
6842 emitLabel (tlbl1); in genMultOneChar()
9537 symbol *tlbl = 0, *tlbl1 = 0; in genLeftShift() local
9613 tlbl1 = newiTempLabel (NULL); in genLeftShift()
9680 emitLabel (tlbl1); in genLeftShift()
9902 symbol *tlbl = 0, *tlbl1 = 0; in genRightShift() local
10047 emitLabel (tlbl1); in genRightShift()
12489 emitLabel (tlbl1); in genBuiltInMemset()
12708 emitLabel (tlbl1); in genBuiltInStrncpy()
[all …]
/dports/lang/sdcc/sdcc-4.0.0/src/ds390/
H A Dgen.c9536 symbol *tlbl, *tlbl1; in genLeftShift() local
9604 tlbl1 = newiTempLabel (NULL); in genLeftShift()
9615 emitLabel (tlbl1); in genLeftShift()
9639 emitLabel (tlbl1); in genLeftShift()
9976 symbol *tlbl, *tlbl1; in genSignedRightShift() local
10045 tlbl1 = newiTempLabel (NULL); in genSignedRightShift()
10060 emitLabel (tlbl1); in genSignedRightShift()
10080 emitLabel (tlbl1); in genSignedRightShift()
10098 symbol *tlbl, *tlbl1; in genRightShift() local
10194 emitLabel (tlbl1); in genRightShift()
[all …]
/dports/lang/sdcc/sdcc-4.0.0/src/stm8/
H A Dgen.c5113 if (tlbl1) in genCmp()
5129 emitLabel (tlbl1); in genCmp()
6343 symbol *tlbl1, *tlbl2; in genLeftShift() local
6445 tlbl1 = (regalloc_dry_run ? 0 : newiTempLabel (0)); in genLeftShift()
6470 emitLabel (tlbl1); in genLeftShift()
6508 if (tlbl1) in genLeftShift()
6509 emit2 ("jrne", "!tlabel", labelKey2num (tlbl1->key)); in genLeftShift()
6877 symbol *tlbl1, *tlbl2; in genRightShift() local
6955 tlbl1 = (regalloc_dry_run ? 0 : newiTempLabel (0)); in genRightShift()
6978 emitLabel (tlbl1); in genRightShift()
[all …]
/dports/lang/sdcc/sdcc-4.0.0/src/pdk/
H A Dgen.c3337 symbol *tlbl1 = regalloc_dry_run ? 0 : newiTempLabel (0); in genLeftShift() local
3344 emitLabel (tlbl1); in genLeftShift()
3378 emit2 ("goto", "!tlabel", labelKey2num (tlbl1->key)); in genLeftShift()
3613 symbol *tlbl1 = regalloc_dry_run ? 0 : newiTempLabel (0); in genRightShift() local
3620 emitLabel (tlbl1); in genRightShift()
3699 emit2 ("goto", "!tlabel", labelKey2num (tlbl1->key)); in genRightShift()
/dports/lang/sdcc/sdcc-4.0.0/src/pic14/
H A Dgen.c5665 symbol *tlbl, *tlbl1, *inverselbl; in genGenericShift() local
5729 tlbl1 = newiTempLabel (NULL); in genGenericShift()
5744 emitpcode (POC_GOTO, popGetLabel (tlbl1->key)); in genGenericShift()
5761 emitpcode (POC_GOTO, popGetLabel (tlbl1->key)); in genGenericShift()
5777 emitpLabel (tlbl1->key); in genGenericShift()