Lines Matching refs:rC
383 /* Extract RC (3rd source register) field, instr[10:6] */
4878 IRTemp rC = newTemp( ty );
4889 assign( rC, getIReg( rC_addr ) );
4899 /* Multiply rA and rB then add rC. If the lower 32-bits of the result
4900 * is less then rC and the result rA * rB, a carry out of the lower 32
4902 * extend rC and do the add to the upper 64 bits to handle the
4903 * negative case for rC.
4905 assign( resultLo, binop( Iop_Add64, mkexpr( tmpLo ), mkexpr( rC ) ) );
4911 mkexpr( rC ),
4916 mkexpr( resultLo ), mkexpr( rC ) ),
4931 /* Add rC, if the lower 32-bits of the result is less then rC and
4935 assign( resultLo, binop( Iop_Add64, mkexpr( tmpLo ), mkexpr( rC ) ) );
4939 mkexpr(resultLo), mkexpr( rC ) ),
4954 assign( rD, binop( Iop_Add64, mkexpr( tmpLo ), mkexpr( rC ) ) );
5510 * then the contents of register RD are undefined as are (if Rc=1) the contents of
5546 * Rc=1) the contents of the LT, GT, and EQ bits of CR
5582 * Rc=1) the contents of the LT, GT, and EQ bits of CR