Home
last modified time | relevance | path

Searched refs:x86_prefix (Results 1 – 25 of 93) sorted by relevance

1234

/dports/devel/capstone3/capstone-3.0.5/arch/X86/
H A DX86Disassembler.c854 update_pub_insn(instr->flat_insn, &insn, instr->x86_prefix); in X86_getInstruction()
857 instr->x86_prefix[0] = insn.prefix0; in X86_getInstruction()
858 instr->x86_prefix[1] = insn.prefix1; in X86_getInstruction()
859 instr->x86_prefix[2] = insn.prefix2; in X86_getInstruction()
860 instr->x86_prefix[3] = insn.prefix3; in X86_getInstruction()
/dports/emulators/qemu42/qemu-4.2.1/capstone/arch/X86/
H A DX86Disassembler.c850 update_pub_insn(instr->flat_insn, &insn, instr->x86_prefix); in X86_getInstruction()
853 instr->x86_prefix[0] = insn.prefix0; in X86_getInstruction()
854 instr->x86_prefix[1] = insn.prefix1; in X86_getInstruction()
855 instr->x86_prefix[2] = insn.prefix2; in X86_getInstruction()
856 instr->x86_prefix[3] = insn.prefix3; in X86_getInstruction()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/capstone/arch/X86/
H A DX86Disassembler.c850 update_pub_insn(instr->flat_insn, &insn, instr->x86_prefix); in X86_getInstruction()
853 instr->x86_prefix[0] = insn.prefix0; in X86_getInstruction()
854 instr->x86_prefix[1] = insn.prefix1; in X86_getInstruction()
855 instr->x86_prefix[2] = insn.prefix2; in X86_getInstruction()
856 instr->x86_prefix[3] = insn.prefix3; in X86_getInstruction()
/dports/emulators/qemu-utils/qemu-4.2.1/capstone/arch/X86/
H A DX86Disassembler.c850 update_pub_insn(instr->flat_insn, &insn, instr->x86_prefix); in X86_getInstruction()
853 instr->x86_prefix[0] = insn.prefix0; in X86_getInstruction()
854 instr->x86_prefix[1] = insn.prefix1; in X86_getInstruction()
855 instr->x86_prefix[2] = insn.prefix2; in X86_getInstruction()
856 instr->x86_prefix[3] = insn.prefix3; in X86_getInstruction()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/capstone/arch/X86/
H A DX86Disassembler.c850 update_pub_insn(instr->flat_insn, &insn, instr->x86_prefix);
853 instr->x86_prefix[0] = insn.prefix0;
854 instr->x86_prefix[1] = insn.prefix1;
855 instr->x86_prefix[2] = insn.prefix2;
856 instr->x86_prefix[3] = insn.prefix3;
/dports/emulators/qemu-utils/qemu-4.2.1/target/i386/hvf/
H A Dx86_decode.h24 typedef enum x86_prefix { enum
42 } x86_prefix; typedef
/dports/emulators/qemu5/qemu-5.2.0/target/i386/hvf/
H A Dx86_decode.h24 typedef enum x86_prefix { enum
42 } x86_prefix; typedef
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/i386/hvf/
H A Dx86_decode.h24 typedef enum x86_prefix { enum
42 } x86_prefix; typedef
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/i386/hvf/
H A Dx86_decode.h24 typedef enum x86_prefix { enum
42 } x86_prefix; typedef
/dports/emulators/qemu42/qemu-4.2.1/target/i386/hvf/
H A Dx86_decode.h24 typedef enum x86_prefix { enum
42 } x86_prefix; typedef
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/i386/hvf/
H A Dx86_decode.h24 typedef enum x86_prefix {
42 } x86_prefix;
/dports/emulators/qemu/qemu-6.2.0/target/i386/hvf/
H A Dx86_decode.h24 typedef enum x86_prefix { enum
42 } x86_prefix; typedef
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/i386/hvf/
H A Dx86_decode.h24 typedef enum x86_prefix { enum
42 } x86_prefix; typedef
/dports/emulators/qemu60/qemu-6.0.0/target/i386/hvf/
H A Dx86_decode.h24 typedef enum x86_prefix { enum
42 } x86_prefix; typedef
/dports/lang/mono/mono-5.10.1.57/mono/arch/x86/
H A Dx86-codegen.h403 #define x86_prefix(inst,p) \ macro
984 case 2: x86_prefix((inst), X86_OPERAND_PREFIX); /* fall through */ \
996 case 2: x86_prefix((inst), X86_OPERAND_PREFIX); /* fall through */ \
1008 case 2: x86_prefix((inst), X86_OPERAND_PREFIX); /* fall through */ \
1020 case 2: x86_prefix((inst), X86_OPERAND_PREFIX); /* fall through */ \
1032 case 2: x86_prefix((inst), X86_OPERAND_PREFIX); /* fall through */ \
1044 case 2: x86_prefix((inst), X86_OPERAND_PREFIX); /* fall through */ \
1058 case 2: x86_prefix((inst), X86_OPERAND_PREFIX); /* fall through */ \
1098 x86_prefix((inst), X86_OPERAND_PREFIX); \
1119 x86_prefix((inst), X86_OPERAND_PREFIX); \
[all …]
/dports/lang/mono/mono-5.10.1.57/mono/arch/amd64/
H A Damd64-codegen.h256 x86_prefix((inst), X86_OPERAND_PREFIX); \
506 x86_prefix((inst), 0xf2); \
517 x86_prefix((inst), 0xf2); \
528 x86_prefix((inst), 0xf3); \
539 x86_prefix((inst), 0xf3); \
550 x86_prefix((inst), 0xf3); \
561 x86_prefix((inst), 0xf2); \
572 x86_prefix((inst), 0xf3); \
583 x86_prefix((inst), 0xf3); \
594 x86_prefix((inst), 0xf2); \
[all …]
/dports/devel/py-capstone/capstone-4.0.1/src/arch/X86/
H A DX86Disassembler.c1053 update_pub_insn(instr->flat_insn, &insn, instr->x86_prefix); in X86_getInstruction()
1056 instr->x86_prefix[0] = insn.prefix0; in X86_getInstruction()
1057 instr->x86_prefix[1] = insn.prefix1; in X86_getInstruction()
1058 instr->x86_prefix[2] = insn.prefix2; in X86_getInstruction()
1059 instr->x86_prefix[3] = insn.prefix3; in X86_getInstruction()
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/depends/capstone/arch/X86/
H A DX86Disassembler.c1054 update_pub_insn(instr->flat_insn, &insn, instr->x86_prefix); in X86_getInstruction()
1057 instr->x86_prefix[0] = insn.prefix0; in X86_getInstruction()
1058 instr->x86_prefix[1] = insn.prefix1; in X86_getInstruction()
1059 instr->x86_prefix[2] = insn.prefix2; in X86_getInstruction()
1060 instr->x86_prefix[3] = insn.prefix3; in X86_getInstruction()
/dports/devel/capstone3/capstone-3.0.5/
H A DMCInst.h106 uint8_t x86_prefix[4]; member
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/capstone/
H A DMCInst.h106 uint8_t x86_prefix[4]; member
/dports/emulators/qemu-utils/qemu-4.2.1/capstone/
H A DMCInst.h106 uint8_t x86_prefix[4]; member
/dports/emulators/qemu42/qemu-4.2.1/capstone/
H A DMCInst.h106 uint8_t x86_prefix[4]; member
/dports/emulators/qemu-guest-agent/qemu-5.0.1/capstone/
H A DMCInst.h106 uint8_t x86_prefix[4]; member
/dports/devel/capstone4/capstone-4.0.2/
H A DMCInst.h103 uint8_t x86_prefix[4]; member
/dports/emulators/qemu/qemu-6.2.0/capstone/
H A DMCInst.h109 uint8_t x86_prefix[4]; member

1234