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