Home | History | Annotate | Download | only in mips64

Lines Matching full:bnezc

621 void Mips64Assembler::Bnezc(GpuRegister rs, uint32_t imm21) {
679 Bnezc(rs, imm16_21);
1184 // Special case for beqzc/bnezc with longer offset than in other b<cond>c instructions.
1680 // Exception: kOffset23 for beqzc/bnezc
1791 void Mips64Assembler::Bnezc(GpuRegister rs, Mips64Label* label) {
2452 Bnezc(scratch.AsGpuRegister(), exception_blocks_.back().Entry());