Lines Matching full:xorq
6451 __ xorq(first_reg, Immediate(static_cast<int32_t>(value)));6453 __ xorq(first_reg, codegen_->LiteralInt64Address(value));6456 __ xorq(first_reg, Address(CpuRegister(RSP), second.GetStackIndex()));6458 __ xorq(first_reg, second.AsRegister<CpuRegister>());