mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-13 07:00:59 +00:00
Port support for SSE4a extrq/insertq to the old jit code emitter.
llvm-svn: 157685
This commit is contained in:
parent
43f299647a
commit
11fa8a91e7
@ -1433,7 +1433,7 @@ void Emitter<CodeEmitter>::emitInstruction(MachineInstr &MI,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (CurOp != NumOps) {
|
while (CurOp != NumOps && NumOps - CurOp <= 2) {
|
||||||
// The last source register of a 4 operand instruction in AVX is encoded
|
// The last source register of a 4 operand instruction in AVX is encoded
|
||||||
// in bits[7:4] of a immediate byte.
|
// in bits[7:4] of a immediate byte.
|
||||||
if ((TSFlags >> X86II::VEXShift) & X86II::VEX_I8IMM) {
|
if ((TSFlags >> X86II::VEXShift) & X86II::VEX_I8IMM) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user