Lines Matching full:andi
673 return GetOpcodeField(instr) == ANDI;1619 void Assembler::andi(Register rt, Register rs, int32_t j) {1621 GenInstrImmediate(ANDI, rs, rt, j);