Home
last modified time | relevance | path

Searched refs:ID_INS_PUNPCKLQDQ (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/triton/Triton-0.8.1/src/libtriton/includes/triton/
H A Dx86Specifications.hpp637 ID_INS_PUNPCKLQDQ, //!< PUNPCKLQDQ enumerator
/dports/sysutils/triton/Triton-0.8.1/src/libtriton/arch/x86/
H A Dx86Specifications.cpp2395 tritonId = triton::arch::x86::ID_INS_PUNPCKLQDQ; in capstoneInstructionToTritonInstruction()
H A Dx86Semantics.cpp603 case ID_INS_PUNPCKLQDQ: this->punpcklqdq_s(inst); break; in buildSemantics()
/dports/sysutils/triton/Triton-0.8.1/src/libtriton/bindings/python/namespaces/
H A DinitOpcodesNamespace.cpp2773 …tItemString(x86OpcodesDict, "PUNPCKLQDQ", PyLong_FromUint32(triton::arch::x86::ID_INS_PUNPCKLQDQ)); in initOpcodesNamespace()