Lines Matching refs:xor_
712 xor_(low, low); in ShlPair()
726 xor_(low, low); in ShlPair_cl()
734 xor_(high, high); in ShrPair()
748 xor_(high, high); in ShrPair_cl()
784 xor_(dst, jit_cookie()); in SafeMove()
794 xor_(Operand(esp, 0), Immediate(jit_cookie())); in SafePush()
1299 xor_(r0, scratch); in GetNumberHash()
1302 xor_(r0, Immediate(seed)); in GetNumberHash()
1313 xor_(r0, scratch); in GetNumberHash()
1319 xor_(r0, scratch); in GetNumberHash()
1325 xor_(r0, scratch); in GetNumberHash()
2435 xor_(dst, dst); // Shorter than mov of 32-bit immediate 0. in Move()
2556 xor_(dst, Immediate(31)); // for x in [0..31], 31^x == 31-x. in Lzcnt()
3141 xor_(scratch_reg, Operand::StaticVariable(new_space_allocation_top)); in TestJSArrayForAllocationMemento()
3148 xor_(scratch_reg, receiver_reg); in TestJSArrayForAllocationMemento()