Home | History | Annotate | Download | only in mips

Lines Matching full:andi

62 // marker is a andi zero_reg, rx, #yyyy instruction, and rx * 0x0000ffff + yyyy
85 __ andi(at, reg, 0);
96 __ andi(at, reg, 0);
105 __ andi(zero_reg, reg, delta_to_patch_site % kImm16Mask);