Home | History | Annotate | Download | only in mips

Lines Matching refs:ANDI

1173 void Assembler::andi(Register rt, Register rs, int32_t j) {
1174 GenInstrImmediate(ANDI, rs, rt, j);