Home | History | Annotate | Download | only in x87

Lines Matching defs:xor_

1224 void Assembler::xor_(Register dst, int32_t imm32) {
1230 void Assembler::xor_(Register dst, const Operand& src) {
1237 void Assembler::xor_(const Operand& dst, Register src) {
1244 void Assembler::xor_(const Operand& dst, const Immediate& x) {