Home | History | Annotate | Download | only in mips

Lines Matching defs:bc1nez

495       (opcode == COP1 && rs_field == BC1NEZ);
2905 void Assembler::bc1nez(int16_t offset, FPURegister ft) {
2907 Instr instr = COP1 | BC1NEZ | ft.code() << kFtShift | (offset & kImm16Mask);