Home | History | Annotate | Download | only in mips

Lines Matching full:andi

1623   // If the instruction following the call is not a andi at, rx, #yyy, nothing
1635 // If the instruction following the call is not a andi at, rx, #yyy, nothing
1647 // If the delta is 0 the instruction is andi at, zero_reg, #0 which also
1654 PrintF("[ patching ic at %p, andi=%p, delta=%d\n",
1665 // andi at, rx, 0
1668 // andi at, rx, #kSmiTagMask
1676 patcher.masm()->andi(at, reg, kSmiTagMask);
1680 patcher.masm()->andi(at, reg, 0);