Home | History | Annotate | Download | only in i386

Lines Matching refs:P_REXB_RM

236 # define P_REXB_RM	0x2000		/* R/M field as byte register */
241 # define P_REXB_RM 0
276 #define OPC_SETCC (0x90 | P_EXT | P_REXB_RM) /* ... plus cc */
376 rex |= opc & (rm >= 4 ? P_REXB_RM : 0);
607 tcg_out_modrm(s, OPC_MOVZBL + P_REXB_RM, dest, src);
614 tcg_out_modrm(s, OPC_MOVSBL + P_REXB_RM + rexw, dest, src);