Before this patch, users need to do this to fetch vex.:
if (insn->vex_prefix.nbytes == 2) {
vex_ = ((insn->vex_prefix.bytes[1] >> 3) & 0xf) ^ 0xf;
}
if (insn->vex_prefix.nbytes == 3) {
vex_ = ((insn->vex_prefix.bytes[2] >> 3) & 0x
(2014/05/19 23:58), Denys Vlasenko wrote:
> On 05/17/2014 05:59 PM, Masami Hiramatsu wrote:
>> (2014/05/17 3:34), Denys Vlasenko wrote:
>>> Before this patch, users need to do this to fetch vex.:
>>>
>>> if (insn->vex_prefix.nbytes == 2) {
>>> vex_ = ((insn->vex_pref
On 05/17/2014 05:59 PM, Masami Hiramatsu wrote:
> (2014/05/17 3:34), Denys Vlasenko wrote:
>> Before this patch, users need to do this to fetch vex.:
>>
>> if (insn->vex_prefix.nbytes == 2) {
>> vex_ = ((insn->vex_prefix.bytes[1] >> 3) & 0xf) ^ 0xf;
>> }
>>
(2014/05/17 3:34), Denys Vlasenko wrote:
> Before this patch, users need to do this to fetch vex.:
>
> if (insn->vex_prefix.nbytes == 2) {
> vex_ = ((insn->vex_prefix.bytes[1] >> 3) & 0xf) ^ 0xf;
> }
> if (insn->vex_prefix.nbytes == 3) {
>
Before this patch, users need to do this to fetch vex.:
if (insn->vex_prefix.nbytes == 2) {
vex_ = ((insn->vex_prefix.bytes[1] >> 3) & 0xf) ^ 0xf;
}
if (insn->vex_prefix.nbytes == 3) {
vex_ = ((insn->vex_prefix.bytes[2] >> 3) & 0x
5 matches
Mail list logo