Home | History | Annotate | Download | only in perf

Lines Matching refs:modrm

5712 /* generate a modrm reference. 'op_reg' contains the addtionnal 3
15029 #define OPC_MODRM 0x10 /* modrm encoding */
16259 /* generate the modrm operand */
16509 /* search which operand will used for modrm */
18837 int modrm;
18841 modrm = 0xa3;
18843 modrm = 0x25;
18851 p[1] = modrm + 0x10;
18854 p[7] = modrm;
18860 p[1] = modrm;