Lines Matching +full:4 +full:xx
267 // b) unsync then async: xx xx xx xx xx xx xx xx 00 00 00 00 00 80 in waitASync()
268 // c) unsync (may have 00) xx xx xx xx 00 xx xx 00 00 00 xx xx xx xx in waitASync()
269 // d) unsync then part async: xx xx xx xx xx xx xx xx xx xx xx 00 00 00 in waitASync()
270 …// e) unsync with prev part async [00 00 00] 00 xx xx xx xx xx xx xx xx [] = byte in previous inp… in waitASync()
524 address |= ((uint32_t)m_currPacketData[4]) << 24; in pktISync()
575 … // byteIdx for address byte will run from 1 to 5 - first 4 my have continuation or not. in pktWPointUpdate()
576 if(byteIdx <= 4) in pktWPointUpdate()
578 // address bytes 1 - 4; in pktWPointUpdate()
597 … if((currByte & 0x20) == 0x20) // bit 5 == 1'b1 - jazelle, bits 4 & 3 part of address. in pktWPointUpdate()
599 … else if((currByte & 0x30) == 0x10) // bit [5:4] == 2'b01 - thumb, bit 3 part of address. in pktWPointUpdate()
713 // up to 4 additional bytes of count data. in pktAtom()
844 if(byteIdx < 4) in pktBranchAddr()
846 // address bytes 2 - 4; in pktBranchAddr()
866 … if((currByte & 0x20) == 0x20) // bit 5 == 1'b1 - jazelle, bits 4 & 3 part of address. in pktBranchAddr()
868 … else if((currByte & 0x30) == 0x10) // bit [5:4] == 2'b01 - thumb, bit 3 part of address. in pktBranchAddr()
900 bDone = (((currByte & 0x80) == 0x00 ) || (m_gotCCBytes == 4)); in pktBranchAddr()
946 ENum |= ((uint16_t)(E2 & 0x1F) << 4); in pktBranchAddr()
997 int shift = 4; in extractCycleCount()
1014 if(by_idx == 4) in extractCycleCount()
1090 if(i == 4) in extractAddress()
1094 num_bits = 4; in extractAddress()