Home | History | Annotate | Download | only in x86_64

Lines Matching refs:P_REXB_R

222 #define P_REXB_R	0x400		/* REG field as byte register */
252 rex |= opc & (r >= 4 ? P_REXB_R : 0);
862 tcg_out_modrm_offset(s, 0x88 | P_REXB_R, data_reg, r0, offset);
997 tcg_out_modrm_offset(s, 0x88 | P_REXB_R, args[0], args[1], args[2]);