Home | History | Annotate | Download | only in mips64

Lines Matching defs:Neg

1234 void MacroAssembler::Neg(Register rs, const Operand& rt) {
7252 bool neg = (mag.multiplier & (static_cast<uint32_t>(1) << 31)) != 0;
7253 if (divisor > 0 && neg) {
7256 neg && mag.multiplier > 0) {