Lines Matching full:andi
650 return GetOpcodeField(instr) == ANDI;1246 void Assembler::andi(Register rt, Register rs, int32_t j) {1248 GenInstrImmediate(ANDI, rs, rt, j);