Home | History | Annotate | Download | only in mips64

Lines Matching refs:bc1nez

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