Home | History | Annotate | Download | only in mips

Lines Matching defs:Neg

1113 void MacroAssembler::Neg(Register rs, const Operand& rt) {
6915 bool neg = (mag.multiplier & (static_cast<uint32_t>(1) << 31)) != 0;
6916 if (divisor > 0 && neg) {
6919 if (divisor < 0 && !neg && mag.multiplier > 0) {