Home | History | Annotate | Download | only in mips64

Lines Matching defs:Neg

964 void MacroAssembler::Neg(Register rs, const Operand& rt) {
6074 bool neg = (mag.multiplier & (static_cast<uint32_t>(1) << 31)) != 0;
6075 if (divisor > 0 && neg) {
6078 if (divisor < 0 && !neg && mag.multiplier > 0) {