decode.c | 358 decode_reg(struct ud *u, function 459 decode_reg(u, operand, type, reg, size); 488 decode_reg(u, op, type, rm, size); 695 decode_reg(u, operand, REGCLASS_GPR, 702 decode_reg(u, operand, REGCLASS_GPR, 0, size); 707 decode_reg(u, operand, REGCLASS_GPR, 1, size); 712 decode_reg(u, operand, REGCLASS_GPR, 2, size);
|