Home | History | Annotate | Download | only in perf

Lines Matching refs:OP_REG

5712 /* generate a modrm reference. 'op_reg' contains the addtionnal 3
5714 static void gen_modrm(int op_reg, int r, Sym *sym, int c)
5716 op_reg = op_reg << 3;
5719 o(0x05 | op_reg);
5725 o(0x45 | op_reg);
5728 oad(0x85 | op_reg, c);
5731 g(0x00 | op_reg | (r & VT_VALMASK));
15100 #define OP_REG (OP_REG8 | OP_REG16 | OP_REG32)
16133 if ((op->type & OP_REG) && op->reg == TREG_EAX)
16264 if (op->type & (OP_REG | OP_MMX | OP_SSE)) {
16415 if ((ops[i].type & OP_REG) && !(op_type[i] & (OP_CL | OP_DX)))
16416 s = reg_to_size[ops[i].type & OP_REG];
16462 if (op_type[i] & (OP_REG | OP_ST)) {
16530 if (op_type[i] & (OP_REG | OP_MMX | OP_SSE | OP_INDIR))
16543 (v & (OP_REG | OP_MMX | OP_SSE | OP_CR | OP_TR | OP_DB | OP_SEG))) {