Home
last modified time | relevance | path

Searched refs:kX86InstXorPS (Results 1 – 6 of 6) sorted by relevance

/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/AsmJit/x86/
H A Dx86compilercontext.cpp1129 x86Compiler->emit(kX86InstXorPS, a, b); in emitExchangeVar()
1130 x86Compiler->emit(kX86InstXorPS, b, a); in emitExchangeVar()
1131 x86Compiler->emit(kX86InstXorPS, a, b); in emitExchangeVar()
H A Dx86defs.h1360 kX86InstXorPS, // SSE enumerator
H A Dx86compileritem.cpp1285 case kX86InstXorPS: in prepare()
H A Dx86compiler.h4138 { _emitInstruction(kX86InstXorPS, &dst, &src); } in xorps()
4141 { _emitInstruction(kX86InstXorPS, &dst, &src); } in xorps()
H A Dx86assembler.h3752 { _emitInstruction(kX86InstXorPS, &dst, &src); } in xorps()
3755 { _emitInstruction(kX86InstXorPS, &dst, &src); } in xorps()
H A Dx86defs.cpp1780 …INST(kX86InstXorPS , "xorps" , G(MmuRmI) , F(None) , O(Xmm) …