Home | History | Annotate | Download | only in mips64

Lines Matching full:andi

36 // marker is a andi zero_reg, rx, #yyyy instruction, and rx * 0x0000ffff + yyyy
59 __ andi(at, reg, 0);
70 __ andi(at, reg, 0);
79 __ andi(zero_reg, reg, delta_to_patch_site % kImm16Mask);