Home | History | Annotate | Download | only in mips

Lines Matching refs:Nor

12 //     * Neither the name of Google Inc. nor the names of its
491 void MacroAssembler::Nor(Register rd, Register rs, const Operand& rt) {
493 nor(rd, rs, rt.rm());
498 nor(rd, rs, at);