Home | History | Annotate | Download | only in optimizing

Lines Matching full:xorq

6166           __ xorq(first_reg, Immediate(static_cast<int32_t>(value)));
6168 __ xorq(first_reg, codegen_->LiteralInt64Address(value));
6171 __ xorq(first_reg, Address(CpuRegister(RSP), second.GetStackIndex()));
6173 __ xorq(first_reg, second.AsRegister<CpuRegister>());