Home | History | Annotate | Download | only in arm

Lines Matching full:eor

229   // Mask down the eor argument to the minimum to keep the immediate
231 __ eor(scratch, scratch, Operand((flags >> kHeapObjectTagSize) & mask));
2158 __ eor(r3, r5, Operand(0x80000000u));
2231 __ eor(r1, r0, Operand(r0, ASR, kBitsPerInt - 1));
2262 __ eor(r1, r1, Operand(HeapNumber::kSignMask));