Lines Matching refs:g_usDataType

53 unsigned short g_usDataType;  variable
638 if (!(g_usDataType & LHEAP_IN) && !(g_usDataType & HEAP_IN)) { in ispVMCode()
641 g_usDataType |= COMPRESS; in ispVMCode()
643 g_usDataType &= ~COMPRESS; in ispVMCode()
671 if ((g_usDataType & LHEAP_IN) && in ispVMCode()
680 if (g_usDataType & LHEAP_IN) { in ispVMCode()
698 if (g_usDataType & LHEAP_IN) { in ispVMCode()
739 if (g_usDataType & LHEAP_IN) { in ispVMCode()
752 if (g_usDataType & LHEAP_IN) { in ispVMCode()
1123 if (g_usDataType & HEAP_IN) { in ispVMDataCode()
1133 g_usDataType &= ~(MASK_DATA + TDI_DATA + in ispVMDataCode()
1160 g_usDataType |= TDI_DATA; in ispVMDataCode()
1179 g_usDataType |= TDO_DATA; in ispVMDataCode()
1199 g_usDataType |= TDO_DATA; in ispVMDataCode()
1219 g_usDataType |= MASK_DATA; in ispVMDataCode()
1240 g_usDataType |= DMASK_DATA; in ispVMDataCode()
1251 g_usDataType |= CMASK_DATA; in ispVMDataCode()
1290 g_usDataType |= HEAP_IN; /*restore from memory*/ in ispVMDataCode()
1295 g_usDataType |= HEAP_IN; in ispVMDataCode()
1383 if (g_usDataType & COMPRESS) { in ispVMData()
1386 if ((compress == VAR) && (g_usDataType & HEAP_IN)) { in ispVMData()
1388 g_usDataType &= ~(HEAP_IN); in ispVMData()
1471 if ((cDataByte == VAR) && (g_usDataType&HEAP_IN) && in ispVMData()
1472 !getData && !(g_usDataType&COMPRESS)) { in ispVMData()
1474 g_usDataType &= ~(HEAP_IN); in ispVMData()
1489 g_usDataType |= HEAP_IN; in ispVMData()
1514 g_usDataType &= ~(SIR_DATA + EXPRESS + SDR_DATA); in ispVMShift()
1517 g_usDataType |= SIR_DATA; in ispVMShift()
1534 g_usDataType |= EXPRESS; /*mark simultaneous in and out*/ in ispVMShift()
1536 g_usDataType |= SDR_DATA; in ispVMShift()
1589 if (g_usDataType & TDI_DATA) { in ispVMShift()
1594 if (g_usDataType & TDO_DATA) { in ispVMShift()
1599 if (g_usDataType & MASK_DATA) { in ispVMShift()
1604 if (g_usDataType & DMASK_DATA) { in ispVMShift()
1612 if (g_usDataType & TDO_DATA || g_usDataType & DMASK_DATA) { in ispVMShift()
1613 if (g_usDataType & DMASK_DATA) { in ispVMShift()
1631 g_usDataType &= ~(TDO_DATA + DMASK_DATA); in ispVMShift()
1662 if ((g_usDataType & EXPRESS) || (a_cCode == SDR)) { in ispVMShift()
1737 if (g_usDataType & COMPRESS) { in ispVMAmble()
1738 g_usDataType &= ~(COMPRESS); in ispVMAmble()
1861 g_usDataType |= COMPRESS; in ispVMAmble()
1910 g_usDataType |= HEAP_IN; in ispVMLoop()
1921 g_usDataType &= ~(HEAP_IN); in ispVMLoop()
2122 g_usDataType |= LHEAP_IN; in ispVMLCOUNT()
2131 if (g_usDataType & HEAP_IN) { in ispVMLCOUNT()
2132 g_usDataType &= ~HEAP_IN; in ispVMLCOUNT()
2195 if ((g_usDataType & LHEAP_IN) && in ispVMLCOUNT()
2331 g_usDataType |= HEAP_IN; in ispVMLCOUNT()
2339 g_usDataType &= ~LHEAP_IN; in ispVMLCOUNT()
2486 g_usDataType = g_uiChecksumIndex = g_cCurrentJTAGState = 0; in ispVMStart()
2602 if (g_usDataType & MASK_DATA) { in ispVMRead()
2607 } else if (g_usDataType & CMASK_DATA) { in ispVMRead()
2632 if (g_usDataType & TDO_DATA) { in ispVMRead()
2640 if (g_usDataType & MASK_DATA) { in ispVMRead()
2650 if (g_usDataType & CMASK_DATA) { in ispVMRead()
2659 if (g_usDataType & TDI_DATA) { in ispVMRead()
2677 if (g_usDataType & TDO_DATA) { in ispVMRead()
2898 if (g_usDataType & DMASK_DATA) { in ispVMReadandSave()
2908 if (g_usDataType & TDI_DATA) { in ispVMReadandSave()