#include "common/h/Types.h"#include <stdio.h>#include <common/h/Vector.h>#include <set>#include <map>#include <vector>#include "dyn_regs.h"#include "entryIDs.h"#include "common/h/ia32_locations.h"Go to the source code of this file.
| #define AAA (0x37) |
Definition at line 265 of file arch-x86.h.
| #define ADC_AL_LB (0x14) |
Definition at line 211 of file arch-x86.h.
| #define ADC_EB_GB (0x10) |
Definition at line 207 of file arch-x86.h.
| #define ADC_EV_GV (0x11) |
Definition at line 208 of file arch-x86.h.
| #define ADC_GB_EB (0x12) |
Definition at line 209 of file arch-x86.h.
| #define ADC_GV_EV (0x13) |
Definition at line 210 of file arch-x86.h.
| #define ADC_RAX_LZ (0x15) |
Definition at line 212 of file arch-x86.h.
| #define ADD_AL_LB (0x04) |
Definition at line 189 of file arch-x86.h.
| #define ADD_EB_GB (0x00) |
Definition at line 185 of file arch-x86.h.
| #define ADD_EV_GV (0x01) |
Definition at line 186 of file arch-x86.h.
| #define ADD_GB_EB (0x02) |
Definition at line 187 of file arch-x86.h.
| #define ADD_GV_EV (0x03) |
Definition at line 188 of file arch-x86.h.
| #define ADD_RAX_LZ (0x05) |
Definition at line 190 of file arch-x86.h.
| #define AND_AL_LB (0x24) |
Definition at line 233 of file arch-x86.h.
| #define AND_EB_GB (0x20) |
Definition at line 229 of file arch-x86.h.
| #define AND_EV_GV (0x21) |
Definition at line 230 of file arch-x86.h.
| #define AND_GB_EB (0x22) |
Definition at line 231 of file arch-x86.h.
| #define AND_GV_EV (0x23) |
Definition at line 232 of file arch-x86.h.
| #define AND_RAX_LZ (0x25) |
Definition at line 234 of file arch-x86.h.
| #define byteSzB (1) |
Definition at line 143 of file arch-x86.h.
Referenced by NS_x86::ia32_decode_FP(), NS_x86::ia32_decode_modrm(), NS_x86::ia32_decode_operands(), and NS_x86::type2size().
| #define CALL_ABS32_SZ (11) |
Definition at line 739 of file arch-x86.h.
| #define CALL_REL32_SZ (5) |
Definition at line 737 of file arch-x86.h.
| #define CALL_RELOC_THUNK (13) |
Definition at line 742 of file arch-x86.h.
Referenced by NS_x86::instruction::spaceToRelocate().
| #define CALL_RM_OPC1 (0xFF) |
Definition at line 754 of file arch-x86.h.
| #define CALL_RM_OPC2 (2) |
Definition at line 755 of file arch-x86.h.
| #define CMP_AL_LB (0x3C) |
Definition at line 273 of file arch-x86.h.
Referenced by NS_x86::instruction::isCmp().
| #define CMP_EB_GB (0x38) |
Definition at line 269 of file arch-x86.h.
Referenced by NS_x86::instruction::isCmp().
| #define CMP_EV_GV (0x39) |
Definition at line 270 of file arch-x86.h.
Referenced by NS_x86::instruction::isCmp().
| #define CMP_GB_EB (0x3A) |
Definition at line 271 of file arch-x86.h.
Referenced by NS_x86::instruction::isCmp().
| #define CMP_GV_EV (0x3B) |
Definition at line 272 of file arch-x86.h.
Referenced by NS_x86::instruction::isCmp().
| #define CMP_RAX_LZ (0x3D) |
Definition at line 274 of file arch-x86.h.
Referenced by NS_x86::instruction::isCmp().
| #define DAA (0x27) |
Definition at line 237 of file arch-x86.h.
| #define DEC_EAX (0x48) |
Definition at line 291 of file arch-x86.h.
| #define DEC_EBP (0x53) |
Definition at line 296 of file arch-x86.h.
| #define DEC_EBX (0x51) |
Definition at line 294 of file arch-x86.h.
| #define DEC_ECX (0x49) |
Definition at line 292 of file arch-x86.h.
| #define DEC_EDI (0x55) |
Definition at line 298 of file arch-x86.h.
| #define DEC_EDX (0x50) |
Definition at line 293 of file arch-x86.h.
| #define DEC_ESI (0x54) |
Definition at line 297 of file arch-x86.h.
| #define DEC_ESP (0x52) |
Definition at line 295 of file arch-x86.h.
| #define dqwordSzB (16) |
Definition at line 147 of file arch-x86.h.
Referenced by NS_x86::type2size().
| #define dwordSzB (4) |
Definition at line 145 of file arch-x86.h.
Referenced by NS_x86::ia32_decode_FP(), NS_x86::ia32_decode_modrm(), and NS_x86::type2size().
| #define EXTENDED_0x81_ADD 0 |
Definition at line 762 of file arch-x86.h.
| #define EXTENDED_0x81_ADDC 2 |
Definition at line 764 of file arch-x86.h.
| #define EXTENDED_0x81_AND 4 |
Definition at line 766 of file arch-x86.h.
| #define EXTENDED_0x81_CMP 7 |
Definition at line 769 of file arch-x86.h.
| #define EXTENDED_0x81_OR 1 |
Definition at line 763 of file arch-x86.h.
| #define EXTENDED_0x81_SHIFT 3 |
Definition at line 765 of file arch-x86.h.
| #define EXTENDED_0x81_SUB 5 |
Definition at line 767 of file arch-x86.h.
| #define EXTENDED_0x81_XOR 6 |
Definition at line 768 of file arch-x86.h.
| #define EXTENDED_0x83_AND 4 |
Definition at line 770 of file arch-x86.h.
| #define FRSTOR (0xDD) |
Definition at line 360 of file arch-x86.h.
| #define FRSTOR_OP (4) |
Definition at line 361 of file arch-x86.h.
| #define FSAVE (0x9BDD) |
Definition at line 357 of file arch-x86.h.
| #define FSAVE_OP (6) |
Definition at line 358 of file arch-x86.h.
| #define FSAVE_STATE_SIZE 108 |
Definition at line 372 of file arch-x86.h.
| #define IA32_DECODE_CONDITION (1<<5) |
Definition at line 707 of file arch-x86.h.
Referenced by NS_x86::instruction::getUsedRegs(), and NS_x86::ia32_decode().
| #define IA32_DECODE_JMPS (1<<3) |
Definition at line 705 of file arch-x86.h.
| #define IA32_DECODE_MEMACCESS (1<<4) |
Definition at line 706 of file arch-x86.h.
Referenced by NS_x86::instruction::getUsedRegs(), and NS_x86::ia32_decode().
| #define IA32_DECODE_MNEMONICS (1<<1) |
Definition at line 703 of file arch-x86.h.
| #define IA32_DECODE_OPERANDS (1<<2) |
Definition at line 704 of file arch-x86.h.
| #define IA32_DECODE_PREFIXES (1<<0) |
Definition at line 702 of file arch-x86.h.
| #define IA32_FULL_DECODER (IA32_DECODE_PREFIXES | IA32_DECODE_MNEMONICS | IA32_DECODE_OPERANDS | IA32_DECODE_JMPS | IA32_DECODE_MEMACCESS | IA32_DECODE_CONDITION) |
Definition at line 709 of file arch-x86.h.
Referenced by NS_x86::get_immediate_operand(), and NS_x86::instruction::isNop().
| #define IA32_SIZE_DECODER 0 |
Definition at line 710 of file arch-x86.h.
| #define ILLEGAL (1<<6) |
Definition at line 156 of file arch-x86.h.
Referenced by NS_x86::ia32_decode(), NS_x86::ia32_decode_FP(), and NS_x86::instruction::isIllegal().
| #define INC_EAX (0x40) |
Definition at line 281 of file arch-x86.h.
| #define INC_EBP (0x45) |
Definition at line 286 of file arch-x86.h.
| #define INC_EBX (0x43) |
Definition at line 284 of file arch-x86.h.
| #define INC_ECX (0x41) |
Definition at line 282 of file arch-x86.h.
| #define INC_EDI (0x47) |
Definition at line 288 of file arch-x86.h.
| #define INC_EDX (0x42) |
Definition at line 283 of file arch-x86.h.
| #define INC_ESI (0x46) |
Definition at line 287 of file arch-x86.h.
| #define INC_ESP (0x44) |
Definition at line 285 of file arch-x86.h.
| #define INDIR (1<<14) |
Definition at line 166 of file arch-x86.h.
Referenced by NS_x86::instruction::isCallIndir(), NS_x86::instruction::isIndir(), NS_x86::instruction::isJumpDir(), and NS_x86::instruction::isJumpIndir().
| #define IS_CALL (1<<1) |
Definition at line 151 of file arch-x86.h.
Referenced by NS_x86::displacement(), NS_x86::instruction::isCall(), NS_x86::instruction::isCallIndir(), and NS_x86::instruction::spaceToRelocate().
| #define IS_JCC (1<<5) |
Definition at line 155 of file arch-x86.h.
Referenced by NS_x86::displacement(), NS_x86::instruction::isJumpDir(), NS_x86::instruction::isUncondJump(), and NS_x86::instruction::spaceToRelocate().
| #define IS_JUMP (1<<4) |
Definition at line 154 of file arch-x86.h.
Referenced by NS_x86::displacement(), NS_x86::instruction::isJumpDir(), NS_x86::instruction::isJumpIndir(), NS_x86::instruction::isUncondJump(), and NS_x86::instruction::spaceToRelocate().
| #define IS_NOP (1<<9) |
Definition at line 159 of file arch-x86.h.
Referenced by NS_x86::instruction::isNop().
| #define IS_RET (1<<2) |
Definition at line 152 of file arch-x86.h.
Referenced by NS_x86::instruction::isReturn().
| #define IS_RETC (1<<8) |
Definition at line 158 of file arch-x86.h.
Referenced by NS_x86::instruction::isCleaningRet().
| #define IS_RETF (1<<3) |
Definition at line 153 of file arch-x86.h.
Referenced by NS_x86::instruction::isRetFar(), and NS_x86::instruction::isReturn().
| #define JCXZ (0xE3) |
Definition at line 350 of file arch-x86.h.
| #define JE_R8 (0x74) |
Definition at line 327 of file arch-x86.h.
| #define JG_R8 (0x7F) |
Definition at line 331 of file arch-x86.h.
| #define JGE_R8 (0x7D) |
Definition at line 332 of file arch-x86.h.
| #define JL_R8 (0x7C) |
Definition at line 329 of file arch-x86.h.
| #define JLE_R8 (0x7E) |
Definition at line 330 of file arch-x86.h.
| #define JNE_R8 (0x75) |
Definition at line 328 of file arch-x86.h.
| #define JUMP_ABS32_SZ (6) |
Definition at line 740 of file arch-x86.h.
Referenced by NS_x86::instruction::spaceToRelocate().
| #define JUMP_REL32_SZ (6) |
Definition at line 733 of file arch-x86.h.
Referenced by NS_x86::is_disp32().
| #define JUMP_RM_OPC1 (0xFF) |
Definition at line 756 of file arch-x86.h.
| #define JUMP_RM_OPC2 (4) |
Definition at line 757 of file arch-x86.h.
| #define JUMP_SZ (5) |
Definition at line 735 of file arch-x86.h.
Referenced by NS_x86::instruction::jumpSize(), NS_x86::instruction::maxJumpSize(), and NS_x86::instruction::spaceToRelocate().
| #define LEAVE (0xC9) |
Definition at line 760 of file arch-x86.h.
| #define MAX_IMM16 (32767) |
Definition at line 369 of file arch-x86.h.
| #define MAX_IMM8 (127) |
Definition at line 367 of file arch-x86.h.
| #define maxGPR 8 |
Definition at line 136 of file arch-x86.h.
| #define MIN_IMM16 (-32768) |
Definition at line 368 of file arch-x86.h.
| #define MIN_IMM8 (-128) |
Definition at line 366 of file arch-x86.h.
| #define MOV_R16_TO_RM16 (0x89) |
Definition at line 337 of file arch-x86.h.
Referenced by NS_x86::instruction::isMoveRegMemToRegMem().
| #define MOV_R32_TO_RM32 (0x89) |
Definition at line 338 of file arch-x86.h.
Referenced by NS_x86::instruction::isMoveRegMemToRegMem().
| #define MOV_R8_TO_RM8 (0x88) |
Definition at line 336 of file arch-x86.h.
Referenced by NS_x86::instruction::isMoveRegMemToRegMem().
| #define MOV_RM16_TO_R16 (0x8b) |
Definition at line 340 of file arch-x86.h.
Referenced by NS_x86::instruction::isMoveRegMemToRegMem().
| #define MOV_RM32_TO_R32 (0x8b) |
Definition at line 341 of file arch-x86.h.
Referenced by NS_x86::instruction::isMoveRegMemToRegMem().
| #define MOV_RM8_TO_R8 (0x8A) |
Definition at line 339 of file arch-x86.h.
Referenced by NS_x86::instruction::isMoveRegMemToRegMem().
| #define MOVREGMEM_REG (0x8b) |
Definition at line 335 of file arch-x86.h.
| #define NOP (0x90) |
Definition at line 345 of file arch-x86.h.
Referenced by NS_x86::instruction::isNop().
| #define OR_AL_LB (0x0C) |
Definition at line 200 of file arch-x86.h.
| #define OR_EB_GB (0x08) |
Definition at line 196 of file arch-x86.h.
| #define OR_EV_GV (0x09) |
Definition at line 197 of file arch-x86.h.
| #define OR_GB_EB (0x0A) |
Definition at line 198 of file arch-x86.h.
| #define OR_GV_EV (0x0B) |
Definition at line 199 of file arch-x86.h.
| #define OR_RAX_LZ (0x0D) |
Definition at line 201 of file arch-x86.h.
| #define POP_DS (0X1F) |
Definition at line 226 of file arch-x86.h.
| #define POP_EAX (0x58) |
Definition at line 311 of file arch-x86.h.
| #define POP_EBI (0x5e) |
Definition at line 317 of file arch-x86.h.
| #define POP_EBP (0x5d) |
Definition at line 316 of file arch-x86.h.
| #define POP_EBX (0x5b) |
Definition at line 314 of file arch-x86.h.
| #define POP_ECX (0x59) |
Definition at line 312 of file arch-x86.h.
| #define POP_EDI (0x5f) |
Definition at line 318 of file arch-x86.h.
| #define POP_EDX (0x5A) |
Definition at line 313 of file arch-x86.h.
| #define POP_ESP (0x5c) |
Definition at line 315 of file arch-x86.h.
| #define POPAD (0x61) |
Definition at line 322 of file arch-x86.h.
| #define POPES (0x07) |
Definition at line 193 of file arch-x86.h.
| #define POPFD (0x9D) |
Definition at line 347 of file arch-x86.h.
| #define POPSS (0x17) |
Definition at line 215 of file arch-x86.h.
| #define PREFIX_ADDR (1<<23) |
Definition at line 176 of file arch-x86.h.
Referenced by NS_x86::count_prefixes(), and NS_x86::ia32_emulate_old_type().
| #define PREFIX_BRANCH0 (unsigned char)(0x2E) |
Definition at line 392 of file arch-x86.h.
| #define PREFIX_BRANCH1 (unsigned char)(0x3E) |
Definition at line 393 of file arch-x86.h.
| #define PREFIX_INST (1<<20) |
Definition at line 173 of file arch-x86.h.
Referenced by NS_x86::count_prefixes(), and NS_x86::ia32_emulate_old_type().
| #define PREFIX_LOCK (unsigned char)(0xF0) |
Definition at line 381 of file arch-x86.h.
Referenced by NS_x86::ia32_decode(), and NS_x86::ia32_decode_prefixes().
| #define PREFIX_OPCODE (1<<25) |
Definition at line 178 of file arch-x86.h.
Referenced by NS_x86::count_prefixes(), and NS_x86::ia32_emulate_old_type().
| #define PREFIX_OPR (1<<22) |
Definition at line 175 of file arch-x86.h.
Referenced by NS_x86::count_prefixes(), and NS_x86::ia32_emulate_old_type().
| #define PREFIX_REP (unsigned char)(0xF3) |
Definition at line 383 of file arch-x86.h.
Referenced by NS_x86::ia32_decode(), NS_x86::ia32_decode_prefixes(), and NS_x86::ia32_decode_rex().
| #define PREFIX_REPNZ (unsigned char)(0xF2) |
Definition at line 382 of file arch-x86.h.
Referenced by NS_x86::ia32_decode(), NS_x86::ia32_decode_prefixes(), and NS_x86::ia32_decode_rex().
| #define PREFIX_REX (1<<24) |
Definition at line 177 of file arch-x86.h.
Referenced by NS_x86::count_prefixes(), and NS_x86::ia32_emulate_old_type().
| #define PREFIX_SEG (1<<21) |
Definition at line 174 of file arch-x86.h.
Referenced by NS_x86::count_prefixes(), and NS_x86::ia32_emulate_old_type().
| #define PREFIX_SEGCS (unsigned char)(0x2E) |
Definition at line 385 of file arch-x86.h.
Referenced by NS_x86::ia32_decode_prefixes().
| #define PREFIX_SEGDS (unsigned char)(0x3E) |
Definition at line 387 of file arch-x86.h.
Referenced by NS_x86::ia32_decode_prefixes().
| #define PREFIX_SEGES (unsigned char)(0x26) |
Definition at line 388 of file arch-x86.h.
Referenced by NS_x86::ia32_decode_prefixes().
| #define PREFIX_SEGFS (unsigned char)(0x64) |
Definition at line 389 of file arch-x86.h.
Referenced by NS_x86::ia32_decode_prefixes().
| #define PREFIX_SEGGS (unsigned char)(0x65) |
Definition at line 390 of file arch-x86.h.
Referenced by NS_x86::ia32_decode_prefixes().
| #define PREFIX_SEGSS (unsigned char)(0x36) |
Definition at line 386 of file arch-x86.h.
Referenced by NS_x86::ia32_decode_prefixes().
| #define PREFIX_SZADDR (unsigned char)(0x67) |
Definition at line 396 of file arch-x86.h.
Referenced by NS_x86::ia32_decode_FP(), NS_x86::ia32_decode_operands(), NS_x86::ia32_decode_prefixes(), and NS_x86::ia32_emulate_old_type().
| #define PREFIX_SZOPER (unsigned char)(0x66) |
Definition at line 395 of file arch-x86.h.
Referenced by NS_x86::getOperSz(), NS_x86::ia32_decode_FP(), NS_x86::ia32_decode_prefixes(), NS_x86::ia32_decode_rex(), and NS_x86::ia32_emulate_old_type().
| #define PRVLGD (1<<7) |
Definition at line 157 of file arch-x86.h.
Referenced by NS_x86::instruction::isPrivileged().
| #define PTR_WD (1<<16) |
Definition at line 168 of file arch-x86.h.
Referenced by NS_x86::ia32_emulate_old_type().
| #define PTR_WW (1<<15) |
Definition at line 167 of file arch-x86.h.
Referenced by NS_x86::ia32_emulate_old_type().
| #define PTR_WX (1<<17) |
Definition at line 169 of file arch-x86.h.
Referenced by NS_x86::ia32_emulate_old_type().
| #define PUSH_DS (0x1E) |
Definition at line 225 of file arch-x86.h.
| #define PUSH_EBP (0x50+REGNUM_EBP) |
Definition at line 758 of file arch-x86.h.
| #define PUSH_RM_OPC1 (0xFF) |
Definition at line 752 of file arch-x86.h.
| #define PUSH_RM_OPC2 (6) |
Definition at line 753 of file arch-x86.h.
| #define PUSHAD (0x60) |
Definition at line 321 of file arch-x86.h.
| #define PUSHCS (0x0E) |
Definition at line 203 of file arch-x86.h.
| #define PUSHEAX (0x50) |
Definition at line 301 of file arch-x86.h.
| #define PUSHEBP (0x55) |
Definition at line 306 of file arch-x86.h.
| #define PUSHEBX (0x53) |
Definition at line 304 of file arch-x86.h.
| #define PUSHECX (0x51) |
Definition at line 302 of file arch-x86.h.
| #define PUSHEDI (0x57) |
Definition at line 308 of file arch-x86.h.
| #define PUSHEDX (0x52) |
Definition at line 303 of file arch-x86.h.
| #define PUSHES (0x06) |
Definition at line 192 of file arch-x86.h.
| #define PUSHESI (0x56) |
Definition at line 307 of file arch-x86.h.
| #define PUSHESP (0x54) |
Definition at line 305 of file arch-x86.h.
| #define PUSHFD (0x9C) |
Definition at line 346 of file arch-x86.h.
| #define PUSHSS (0x16) |
Definition at line 214 of file arch-x86.h.
| #define qwordSzB (8) |
Definition at line 146 of file arch-x86.h.
Referenced by NS_x86::type2size().
| #define READ_OP 0 |
Definition at line 139 of file arch-x86.h.
| #define REGNUM_EAX 0 |
Definition at line 65 of file arch-x86.h.
| #define REGNUM_EBP 5 |
Definition at line 70 of file arch-x86.h.
| #define REGNUM_EBX 3 |
Definition at line 68 of file arch-x86.h.
| #define REGNUM_ECX 1 |
Definition at line 66 of file arch-x86.h.
| #define REGNUM_EDI 7 |
Definition at line 72 of file arch-x86.h.
| #define REGNUM_EDX 2 |
Definition at line 67 of file arch-x86.h.
| #define REGNUM_ESI 6 |
Definition at line 71 of file arch-x86.h.
| #define REGNUM_ESP 4 |
Definition at line 69 of file arch-x86.h.
| #define REL_B (1<<10) |
Definition at line 162 of file arch-x86.h.
Referenced by NS_x86::displacement(), and NS_x86::instruction::spaceToRelocate().
| #define REL_D (1<<12) |
Definition at line 164 of file arch-x86.h.
Referenced by NS_x86::displacement(), NS_x86::ia32_emulate_old_type(), and NS_x86::instruction::spaceToRelocate().
| #define REL_D_DATA (1<<18) |
Definition at line 170 of file arch-x86.h.
Referenced by NS_x86::displacement(), NS_x86::ia32_emulate_old_type(), and NS_x86::instruction::spaceToRelocate().
| #define REL_W (1<<11) |
Definition at line 163 of file arch-x86.h.
Referenced by NS_x86::displacement(), NS_x86::ia32_emulate_old_type(), and NS_x86::instruction::spaceToRelocate().
| #define REL_X (1<<13) |
Definition at line 165 of file arch-x86.h.
Referenced by NS_x86::ia32_emulate_old_type().
| #define SBB_AL_LB (0x1C) |
Definition at line 222 of file arch-x86.h.
| #define SBB_EB_GB (0x18) |
Definition at line 218 of file arch-x86.h.
| #define SBB_EV_GV (0x19) |
Definition at line 219 of file arch-x86.h.
| #define SBB_GB_EB (0x1A) |
Definition at line 220 of file arch-x86.h.
| #define SBB_GV_EV (0x1B) |
Definition at line 221 of file arch-x86.h.
| #define SBB_RAX_LZ (0x1D) |
Definition at line 223 of file arch-x86.h.
| #define SEG_ES (0x26) |
Definition at line 236 of file arch-x86.h.
| #define SEG_SS (0x36) |
Definition at line 264 of file arch-x86.h.
| #define SUB_AL_LB (0x2C) |
Definition at line 244 of file arch-x86.h.
| #define SUB_EB_GB (0x28) |
Definition at line 240 of file arch-x86.h.
| #define SUB_EV_GV (0x29) |
Definition at line 241 of file arch-x86.h.
| #define SUB_GB_EB (0x2A) |
Definition at line 242 of file arch-x86.h.
| #define SUB_GV_EV (0x2B) |
Definition at line 243 of file arch-x86.h.
| #define SUB_RAX_LZ (0x2D) |
Definition at line 245 of file arch-x86.h.
| #define SUB_REG_IMM32 (5) |
Definition at line 759 of file arch-x86.h.
| #define TEST_EV_GV (0x85) |
Definition at line 276 of file arch-x86.h.
| #define TWO_BYTE_OPCODE (0x0F) |
Definition at line 204 of file arch-x86.h.
| #define wordSzB (2) |
Definition at line 144 of file arch-x86.h.
Referenced by NS_x86::ia32_decode_FP(), NS_x86::ia32_decode_modrm(), NS_x86::ia32_decode_operands(), and NS_x86::type2size().
| #define WRITE_OP 1 |
Definition at line 140 of file arch-x86.h.
| #define XOR_AL_LB (0x34) |
Definition at line 255 of file arch-x86.h.
| #define XOR_EB_GB (0x30) |
Definition at line 251 of file arch-x86.h.
| #define XOR_EV_GV (0x31) |
Definition at line 252 of file arch-x86.h.
| #define XOR_GB_EB (0x32) |
Definition at line 253 of file arch-x86.h.
| #define XOR_GV_EV (0x33) |
Definition at line 254 of file arch-x86.h.
| #define XOR_R16_RM16 (0x33) |
Definition at line 261 of file arch-x86.h.
Referenced by NS_x86::instruction::isXORRegMemRegMem().
| #define XOR_R32_RM32 (0x33) |
Definition at line 262 of file arch-x86.h.
Referenced by NS_x86::instruction::isXORRegMemRegMem().
| #define XOR_R8_RM8 (0x32) |
Definition at line 260 of file arch-x86.h.
Referenced by NS_x86::instruction::isXORRegMemRegMem().
| #define XOR_RAX_LZ (0x35) |
Definition at line 256 of file arch-x86.h.
| #define XOR_RM16_R16 (0x31) |
Definition at line 258 of file arch-x86.h.
Referenced by NS_x86::instruction::isXORRegMemRegMem().
| #define XOR_RM32_R32 (0x31) |
Definition at line 259 of file arch-x86.h.
Referenced by NS_x86::instruction::isXORRegMemRegMem().
1.6.1