Home | History | Annotate | Download | only in arm

Lines Matching full:eor

238   // Mask down the eor argument to the minimum to keep the immediate
240 __ eor(scratch, scratch, Operand((flags >> kHeapObjectTagSize) & mask));
2200 __ eor(r1, r0, Operand(r0, ASR, kBitsPerInt - 1));
2231 __ eor(r1, r1, Operand(HeapNumber::kSignMask));