Lines Matching full:complement
3821 case 0x03C: // andc (AND with Complement, PPC32 p357)
3917 case 0x19C: // orc (OR with Complement, PPC32 p496)
5514 case 0x081: // crandc (Cond Reg AND w. Complement, PPC32 p373)
5539 case 0x1A1: // crorc (Cond Reg OR w. Complement, PPC32 p378)
6904 /* This function will only complement the 64-bit floating point value if it
9141 binop( Iop_Xor8, /* complement flag */
9704 * 398 to TE. TE is stored as a 2's complement number.
9707 /* Take 2's complement of the 5-bit value and subtract from bias.
9708 * Bias is adjusted for the +1 required when taking 2's complement.
9791 /* Take 2's complement of the 5-bit value and subtract from bias.
9792 * Bias adjusted for the +1 required when taking 2's complement.
10717 /* Complement sign bit then OR into bit position 1 */
11007 * Need to complement sign bit then OR into bit position 1.