Home | History | Annotate | Download | only in mips64

Lines Matching defs:bc1nez

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