Home | History | Annotate | Download | only in ia32

Lines Matching refs:xor_

97   __ xor_(eax, 0x200000);  // Flip bit 21.
102 __ xor_(eax, edx); // Different if CPUID is supported.
106 __ xor_(eax, eax);
107 __ xor_(edx, edx);
1237 void Assembler::xor_(Register dst, int32_t imm32) {
1243 void Assembler::xor_(Register dst, const Operand& src) {
1250 void Assembler::xor_(const Operand& dst, Register src) {
1257 void Assembler::xor_(const Operand& dst, const Immediate& x) {