Home | History | Annotate | Download | only in x86_64

Lines Matching full:xorq

2488 void X86_64Assembler::xorq(CpuRegister dst, CpuRegister src) {
2496 void X86_64Assembler::xorq(CpuRegister dst, const Immediate& imm) {
2498 CHECK(imm.is_int32()); // xorq only supports 32b immediate.
2503 void X86_64Assembler::xorq(CpuRegister dst, const Address& src) {