search for: extrq

Displaying 7 results from an estimated 7 matches for "extrq".

Did you mean: extra
2017 Sep 04
2
Issues in Vector Add Instruction Machine Code Emission
...nd(SrcRegNum)), CurByte, OS); CurOp = SrcRegNum + 1; break; } so here CurOp becomes 2. After this; it comes to; else { // If there is a remaining operand, it must be a trailing immediate. Emit it // according to the right size for the instruction. Some instructions // (SSE4a extrq and insertq) have two trailing immediates. while (CurOp != NumOps && NumOps - CurOp <= 2) { EmitImmediate(MI.getOperand(CurOp++), MI.getLoc(), X86II::getSizeOfImm(TSFlags), getImmFixupKind(TSFlags), CurByte, OS, Fixups); } here CurOp...
2017 Sep 04
2
Issues in Vector Add Instruction Machine Code Emission
...CurOp becomes 2. >> >> After this; >> >> it comes to; >> else { >> // If there is a remaining operand, it must be a trailing immediate. >> Emit it >> // according to the right size for the instruction. Some instructions >> // (SSE4a extrq and insertq) have two trailing immediates. >> while (CurOp != NumOps && NumOps - CurOp <= 2) { >> EmitImmediate(MI.getOperand(CurOp++), MI.getLoc(), >> X86II::getSizeOfImm(TSFlags), >> getImmFixupKind(TSFlags), >>...
2017 Sep 04
2
Issues in Vector Add Instruction Machine Code Emission
...>> it comes to; >>>> else { >>>> // If there is a remaining operand, it must be a trailing >>>> immediate. Emit it >>>> // according to the right size for the instruction. Some >>>> instructions >>>> // (SSE4a extrq and insertq) have two trailing immediates. >>>> while (CurOp != NumOps && NumOps - CurOp <= 2) { >>>> EmitImmediate(MI.getOperand(CurOp++), MI.getLoc(), >>>> X86II::getSizeOfImm(TSFlags), >>>> getImmFixupKind(T...
2017 Sep 04
2
Issues in Vector Add Instruction Machine Code Emission
...lse { >>>>>> // If there is a remaining operand, it must be a trailing >>>>>> immediate. Emit it >>>>>> // according to the right size for the instruction. Some >>>>>> instructions >>>>>> // (SSE4a extrq and insertq) have two trailing immediates. >>>>>> while (CurOp != NumOps && NumOps - CurOp <= 2) { >>>>>> EmitImmediate(MI.getOperand(CurOp++), MI.getLoc(), >>>>>> X86II::getSizeOfImm(TSFlags), >>&g...
2017 Sep 04
2
Issues in Vector Add Instruction Machine Code Emission
...// If there is a remaining operand, it must be a trailing >>>>>>>> immediate. Emit it >>>>>>>> // according to the right size for the instruction. Some >>>>>>>> instructions >>>>>>>> // (SSE4a extrq and insertq) have two trailing immediates. >>>>>>>> while (CurOp != NumOps && NumOps - CurOp <= 2) { >>>>>>>> EmitImmediate(MI.getOperand(CurOp++), MI.getLoc(), >>>>>>>> X86II::getSizeOf...
2017 Sep 05
2
Issues in Vector Add Instruction Machine Code Emission
...erand, it must be a trailing >>>>>>>>>> immediate. Emit it >>>>>>>>>> // according to the right size for the instruction. Some >>>>>>>>>> instructions >>>>>>>>>> // (SSE4a extrq and insertq) have two trailing immediates. >>>>>>>>>> while (CurOp != NumOps && NumOps - CurOp <= 2) { >>>>>>>>>> EmitImmediate(MI.getOperand(CurOp++), MI.getLoc(), >>>>>>>>>>...
2017 Sep 05
2
Issues in Vector Add Instruction Machine Code Emission
...;>>>>>>>>>>> immediate. Emit it >>>>>>>>>>>> // according to the right size for the instruction. Some >>>>>>>>>>>> instructions >>>>>>>>>>>> // (SSE4a extrq and insertq) have two trailing immediates. >>>>>>>>>>>> while (CurOp != NumOps && NumOps - CurOp <= 2) { >>>>>>>>>>>> EmitImmediate(MI.getOperand(CurOp++), MI.getLoc(), >>>>>>>>>&...