Home
last modified time | relevance | path

Searched refs:kX86InstXor (Results 1 – 5 of 5) sorted by relevance

/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/AsmJit/x86/
H A Dx86defs.h1358 kX86InstXor, // X86/X64 enumerator
H A Dx86compiler.h3050 { _emitInstruction(kX86InstXor, &dst, &src); } in xor_()
3054 { _emitInstruction(kX86InstXor, &dst, &src); } in xor_()
3058 { _emitInstruction(kX86InstXor, &dst, &src); } in xor_()
3062 { _emitInstruction(kX86InstXor, &dst, &src); } in xor_()
3066 { _emitInstruction(kX86InstXor, &dst, &src); } in xor_()
H A Dx86assembler.h2107 { _emitInstruction(kX86InstXor, &dst, &src); } in xor_()
2110 { _emitInstruction(kX86InstXor, &dst, &src); } in xor_()
2113 { _emitInstruction(kX86InstXor, &dst, &src); } in xor_()
2116 { _emitInstruction(kX86InstXor, &dst, &src); } in xor_()
2119 { _emitInstruction(kX86InstXor, &dst, &src); } in xor_()
H A Dx86compileritem.cpp1283 case kX86InstXor: in prepare()
H A Dx86defs.cpp1778 …INST(kX86InstXor , "xor" , G(Arith) , F(Lockable) , O(Gqdwb…