Home | History | Annotate | Download | only in mips

Lines Matching full:andi

1700   // If the instruction following the call is not a andi at, rx, #yyy, nothing
1712 // If the delta is 0 the instruction is andi at, zero_reg, #0 which also
1720 PrintF("[ patching ic at %p, andi=%p, delta=%d\n",
1736 // andi at, rx, 0
1739 // andi at, rx, #kSmiTagMask
1743 patcher.masm()->andi(at, reg, kSmiTagMask);
1749 // andi at, rx, 0
1752 // andi at, rx, #kSmiTagMask
1756 patcher.masm()->andi(at, reg, kSmiTagMask);