Home | History | Annotate | Download | only in r800

Lines Matching refs:x5

201     UINT_32 x5 = _BIT(tx,2);
230 pipeBit0 = x3 ^ y3 ^ x5;
231 pipeBit1 = x5 ^ y5;
235 pipeBit0 = x4 ^ y3 ^ x5;
240 pipeBit0 = x4 ^ y3 ^ x5;
247 pipeBit1 = x5 ^ y4;
252 pipeBit0 = x4 ^ y3 ^ x5;
254 pipeBit2 = x5 ^ y5;
260 pipeBit2 = x5 ^ y5;
266 pipeBit2 = x5 ^ y5;
270 pipeBit0 = x3 ^ y3 ^ x5;
272 pipeBit2 = x5 ^ y6;
278 pipeBit2 = x5 ^ y6;
285 pipeBit2 = x5 ^ y6;
350 UINT_32 x5 = 0;
399 x5 = pipebit1 ^ y5;
400 x3 = pipebit0 ^ y3 ^ x5;
402 *pX = Bits2Number(3, x5, x4, x3);
406 x5 = _BIT(x,5);
407 x3 = pipebit0 ^ y3 ^ x5;
415 x5 = _BIT(x,5);
418 y3 = pipebit0 ^ x5 ^ x4;
426 x5 = _BIT(x,5);
428 y3 = pipebit0 ^ x4 ^ x5;
439 x5 = _BIT(x,5);
440 x5 = pipebit2 ^ y5;
441 y3 = pipebit0 ^ x4 ^ x5;
443 *pX = Bits2Number(3, x5, x4, x3);
447 x5 = _BIT(x,5);
448 y3 = pipebit0 ^ x4 ^ x5;
455 x5 = _BIT(x,5);
458 y4 = pipebit1 ^ x5;
471 x5 = pipebit2 ^ y5;
473 *pX = Bits2Number(3, x5, x4, x3);
490 x5 = pipebit2 ^ y5;
492 *pX = Bits2Number(3, x5, x4, x3);
513 x5 = pipebit2 ^ y6;
515 x3 = pipebit0 ^ y3 ^ x5;
517 x5, x4, x3);
522 x5 = pipebit2 ^ y6;
523 x3 = pipebit0 ^ y3 ^ x5;
525 *pX = Bits2Number(3, x5, x4, x3);
537 x5 = pipebit2 ^ y6;
540 *pX = Bits2Number(4, x6, x5,x4, x3);
545 x5 = pipebit2 ^ y6;
547 *pX = Bits2Number(3, x5, x4, x3);
559 x5 = pipebit2 ^ y6;
562 *pX = Bits2Number(4, x6, x5, x4, x3);
567 x5 = pipebit2 ^ y6;
569 *pX = Bits2Number(3, x5, x4, x3);
2040 UINT_32 x5 = 0;
2053 // bankbit0 after ^x4^x5
2075 x5 = pipeBit1 ^ y5;
2076 x3 = pipeBit0 ^ y3 ^ x5;
2077 bankBit0 = yBitTemp ^ x5;
2078 x4 = bankBit00 ^ x5 ^ bankBit0;
2079 *pX += x5 * 4 * 1 * 8; // x5 * num_pipes * bank_width * 8;
2084 x5 = pipeBit0 ^ y3 ^ x4;
2089 x5 = pipeBit0 ^ y3 ^ x4;
2093 x5 = pipeBit2 ^ y5;
2094 x4 = pipeBit0 ^ y3 ^ x5;
2098 x5 = pipeBit1 ^ y4;
2102 x5 = pipeBit2 ^ y5;
2107 x5 = pipeBit2 ^ y5;
2113 x5 = pipeBit2 ^ y6;
2114 x3 = pipeBit0 ^ y3 ^ x5;
2116 x4 = bankBit00 ^ x5 ^ bankBit0;
2123 xTile = Bits2Number(3, x5, x4, x3);
2149 UINT_32 x5 = _BIT(tileX, 2);
2151 bankBit0 = bankBit0 ^ x4 ^ x5;