Lines Matching full:andi
641 return GetOpcodeField(instr) == ANDI;1747 void Assembler::andi(Register rt, Register rs, int32_t j) {1749 GenInstrImmediate(ANDI, rs, rt, j);