Searched refs:tCE (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ducol.cpp7399 uint32_t *tCE; local
7405 tCE = tCEs.buf;
7412 secT = *(tCE++) & UCOL_SECONDARYMASK;
7431 tCE = tCEs.pos-2;
7456 while(secT == 0 && tCE >= tCEs.buf) {
7458 secT = *(tCE--);
7460 while(isContinuation(secT = *(tCE--)))
7463 tCESave = tCE; /* we save it, so that we know where to come back AND that we need to go forward */
7464 tCE+=2; /* need to point to the first continuation CP */
7468 secT = *(tCE
[all...]
/macosx-10.9.5/cctools-845/as/
H A Darm.c14038 /* Two variants of the above - TCE for a numeric Thumb opcode, tCE for
14042 #define tCE(mnem, aop, top, nops, ops, ae, te) \
14217 tCE(and, 0000000, and, 3, (RR, oRR, SH), arit, t_arit3c),
14219 tCE(eor, 0200000, eor, 3, (RR, oRR, SH), arit, t_arit3c),
14221 tCE(sub, 0400000, sub, 3, (RR, oRR, SH), arit, t_add_sub),
14223 tCE(add, 0800000, add, 3, (RR, oRR, SHG), arit, t_add_sub),
14225 tCE(adc, 0a00000, adc, 3, (RR, oRR, SH), arit, t_arit3c),
14227 tCE(sbc, 0c00000, sbc, 3, (RR, oRR, SH), arit, t_arit3),
14229 tCE(orr, 1800000, orr, 3, (RR, oRR, SH), arit, t_arit3c),
14231 tCE(bi
14031 #define tCE macro
[all...]

Completed in 124 milliseconds