Lines Matching refs:xor_
603 xor_(low, low); in ShlPair()
617 xor_(low, low); in ShlPair_cl()
625 xor_(high, high); in ShrPair()
639 xor_(high, high); in ShrPair_cl()
675 xor_(dst, jit_cookie()); in SafeMove()
685 xor_(Operand(esp, 0), Immediate(jit_cookie())); in SafePush()
1241 xor_(r0, scratch); in GetNumberHash()
1244 xor_(r0, Immediate(seed)); in GetNumberHash()
1255 xor_(r0, scratch); in GetNumberHash()
1261 xor_(r0, scratch); in GetNumberHash()
1267 xor_(r0, scratch); in GetNumberHash()
2398 xor_(dst, dst); // Shorter than mov of 32-bit immediate 0. in Move()
2417 xor_(dst, Immediate(31)); // for x in [0..31], 31^x == 31-x. in Lzcnt()
2988 xor_(scratch_reg, Operand::StaticVariable(new_space_allocation_top)); in TestJSArrayForAllocationMemento()
2995 xor_(scratch_reg, receiver_reg); in TestJSArrayForAllocationMemento()