Searched refs:REX_R (Results 1 – 8 of 8) sorted by relevance
96 #define REX_R 4 macro
26 (REX_R): This.
5189 USED_REX (REX_R); in OP_G()5190 if (rex & REX_R) in OP_G()5799 if (rex & REX_R) in OP_C()5801 USED_REX (REX_R); in OP_C()5817 USED_REX (REX_R); in OP_D()5818 if (rex & REX_R) in OP_D()5850 USED_REX (REX_R); in OP_MMX()5851 if (rex & REX_R) in OP_MMX()5864 USED_REX (REX_R); in OP_XMM()5865 if (rex & REX_R) in OP_XMM()
420 REX_R, REX_X and REX_B respectively.
60 #define REX_R 4 macro959 #define f_reg(rex, byte) ((((byte)>>3)&0x7) | (rex & REX_R ? 0x8 : 0x0))1587 db_printf("%s", db_reg[rex != 0 ? 1 : 0][(rex & REX_R) ? QUAD : LONG][f_rm(rex, inst)]); in db_disasm()
1003 || ((i.prefix[REX_PREFIX] & (REX_R | REX_X | REX_B)) in add_prefix()1004 && (prefix & (REX_R | REX_X | REX_B)))) in add_prefix()1366 (x->rex & REX_R) != 0, in pi()3504 i.rex |= REX_R; in build_modrm_byte()3515 i.rex |= REX_R; in build_modrm_byte()3517 if (flag_code != CODE_64BIT && (i.rex & (REX_R | REX_B))) in build_modrm_byte()3521 i.rex &= ~(REX_R | REX_B); in build_modrm_byte()3727 i.rex |= REX_R; in build_modrm_byte()
2273 #define REX_R 0x04 /* high order bit extension of ModRM reg field */ macro2477 if (reg != NULL && (REX_R & rex_prefix) != 0) in dtrace_rex_adjust()3102 x->d86_rex_prefix |= REX_R; in dtrace_disx86()3138 x->d86_rex_prefix |= REX_R; in dtrace_disx86()
687 and REX_EXTZ with REX_W, REX_R, REX_X and REX_B respectively.