x86: remove more abundant space at the end of instructions (ATT syntax)

This commit is contained in:
Nguyen Anh Quynh 2015-03-06 23:26:27 +08:00
parent a3c8505a13
commit 16f703efd8
1 changed files with 0 additions and 4 deletions

View File

@ -19573,7 +19573,6 @@ static void printInstruction(MCInst *MI, SStream *O, MCRegisterInfo *MRI)
printOperand(MI, 1, O);
SStream_concat0(O, ", ");
printOperand(MI, 0, O);
SStream_concat0(O, " ");
return;
break;
case 69:
@ -20102,7 +20101,6 @@ static void printInstruction(MCInst *MI, SStream *O, MCRegisterInfo *MRI)
break;
case 56:
// VEXP2PDm, VEXP2PDmb, VEXP2PSm, VEXP2PSmb, VFMADDPDZv213rrb, VFMADDPSZv...
SStream_concat0(O, " ");
return;
break;
case 57:
@ -20522,7 +20520,6 @@ static void printInstruction(MCInst *MI, SStream *O, MCRegisterInfo *MRI)
break;
case 47:
// VPSLLDZmi, VPSLLQZmi, VPSRADZmi, VPSRAQZmi, VPSRLDZmi, VPSRLQZmi
SStream_concat0(O, " ");
return;
break;
}
@ -20568,7 +20565,6 @@ static void printInstruction(MCInst *MI, SStream *O, MCRegisterInfo *MRI)
break;
case 8:
// VBROADCASTSDZ256m, VBROADCASTSDZ256r, VBROADCASTSDZm, VBROADCASTSDZr, ...
SStream_concat0(O, " ");
return;
break;
case 9: