Home
last modified time | relevance | path

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

/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/AsmJit/x86/
H A Dx86compileritem.cpp379 case kX86InstShl: in X86CompilerInst()
897 case kX86InstShl: in prepare()
1507 case kX86InstShl: in emit()
H A Dx86defs.h1330 kX86InstShl, // X86/X64 enumerator
H A Dx86compiler.h2911 { _emitInstruction(kX86InstShl, &dst, &src); } in shl()
2915 { _emitInstruction(kX86InstShl, &dst, &src); } in shl()
2920 { _emitInstruction(kX86InstShl, &dst, &src); } in shl()
2924 { _emitInstruction(kX86InstShl, &dst, &src); } in shl()
H A Dx86assembler.h1990 { _emitInstruction(kX86InstShl, &dst, &src); } in shl()
1993 { _emitInstruction(kX86InstShl, &dst, &src); } in shl()
1997 { _emitInstruction(kX86InstShl, &dst, &src); } in shl()
2000 { _emitInstruction(kX86InstShl, &dst, &src); } in shl()
H A Dx86defs.cpp1750 …INST(kX86InstShl , "shl" , G(Rot) , F(Special) , O(Gqdwb…