diff --git a/osaca/api/kerncraft_interface.py b/osaca/api/kerncraft_interface.py index aceb23c..2d448e1 100755 --- a/osaca/api/kerncraft_interface.py +++ b/osaca/api/kerncraft_interface.py @@ -5,7 +5,7 @@ import sys from io import StringIO from osaca.frontend import Frontend -from osaca.parser import ParserAArch64v81, ParserX86ATT +from osaca.parser import ParserAArch64, ParserX86ATT from osaca.semantics import (INSTR_FLAGS, KernelDG, MachineModel, ArchSemantics, reduce_to_section) @@ -29,7 +29,7 @@ class KerncraftAPI(object): self.semantics = ArchSemantics(self.machine_model) isa = self.machine_model.get_ISA().lower() if isa == 'aarch64': - self.parser = ParserAArch64v81() + self.parser = ParserAArch64() elif isa == 'x86': self.parser = ParserX86ATT() diff --git a/osaca/data/a64fx.yml b/osaca/data/a64fx.yml new file mode 100644 index 0000000..3cb7174 --- /dev/null +++ b/osaca/data/a64fx.yml @@ -0,0 +1,1031 @@ +osaca_version: 0.3.3 +micro_architecture: Fujitsu A64FX +arch_code: a64fx +isa: AArch64 +ROB_size: 48 +retired_uOps_per_cycle: 4 +scheduler_size: 79 +hidden_loads: false +load_latency: {w: 5.0, x: 5.0, b: 5.0, h: 5.0, s: 5.0, d: 8.0, q: 8.0, v: 8.0, z: 11.0} +load_throughput: +- {base: x, index: ~, offset: ~, scale: 1, pre-indexed: false, post-indexed: false, port_pressure: [[1, '56'], [1, ['5D', '6D']]]} +- {base: x, index: ~, offset: imd, scale: 1, pre-indexed: false, post-indexed: true, port_pressure: [[1, '56'], [1, ['5D', '6D']], [1, '3456']]} +- {base: x, index: ~, offset: imd, scale: 1, pre-indexed: false, post-indexed: false, port_pressure: [[1, '56'], [1, ['5D', '6D']]]} +- {base: x, index: ~, offset: imd, scale: 1, pre-indexed: true, post-indexed: true, port_pressure: [[1, '56'], [1, ['5D', '6D']], [1, '3456']]} +- {base: x, index: ~, offset: imd, scale: 1, pre-indexed: true, post-indexed: false, port_pressure: [[1, '56'], [1, ['5D', '6D']], [1, '3456']]} +- {base: x, index: x, offset: ~, scale: 1, pre-indexed: false, post-indexed: true, port_pressure: [[1, '56'], [1, ['5D', '6D']], [1, '3456']]} +- {base: x, index: x, offset: ~, scale: 1, pre-indexed: false, post-indexed: false, port_pressure: [[1, '56'], [1, ['5D', '6D']]]} +- {base: x, index: x, offset: ~, scale: 1, pre-indexed: true, post-indexed: true, port_pressure: [[1, '56'], [1, ['5D', '6D']], [1, '3456']]} +- {base: x, index: x, offset: ~, scale: 1, pre-indexed: true, post-indexed: false, port_pressure: [[1, '56'], [1, ['5D', '6D']], [1, '3456']]} +- {base: x, index: x, offset: imd, scale: 1, pre-indexed: false, post-indexed: true, port_pressure: [[1, '56'], [1, ['5D', '6D']], [1, '3456']]} +- {base: x, index: x, offset: imd, scale: 1, pre-indexed: false, post-indexed: false, port_pressure: [[1, '56'], [1, ['5D', '6D']]]} +- {base: x, index: x, offset: imd, scale: 1, pre-indexed: true, post-indexed: true, port_pressure: [[1, '56'], [1, ['5D', '6D']], [1, '3456']]} +- {base: x, index: x, offset: imd, scale: 1, pre-indexed: true, post-indexed: false, port_pressure: [[1, '56'], [1, ['5D', '6D']], [1, '3456']]} +load_throughput_default: [[1, '56'], [1, ['5D', '6D']]] +store_throughput: [] +store_throughput_default: [[1, '56'], [1, '0']] +ports: ['0', 0DV, '1', '2', '3', '4', '5', 5D, '6', 6D, '7'] +port_model_scheme: | + +---------------------------------------------------------------------------------+ + | 2 * 10 entry RSA0/1, 2 * 20 entry RSE0/1, 19 entry RSBR | + +---------------------------------------------------------------------------------+ + 0 |FLA 1 |PR 2 |FLB 3 |EXA 4 |EXB 5 |EAGA 6 |EAGB 7 |BR + \/ \/ \/ \/ \/ \/ \/ \/ + +-------+ +-------+ +-------+ +-------+ +-------+ +-------+ +-------+ +------+ + |INT ALU| |Predic.| |Int ALU| |Int ALU| |Int ALU| |Int ALU| |Int ALU| |Branch| + +-------+ | manip.| +-------+ +-------+ +-------+ +-------+ +-------+ +------+ + +-------+ +-------+ +-------+ +-------+ +-------+ +-------+ +-------+ + | FP ALU| | FP ALU| | MUL | | DIV | | AGU | | AGU | + +-------+ +-------+ +-------+ +-------+ +-------+ +-------+ + +-------+ +-------+ +-------+ +-------+ +-------+ +-------+ + | FMA | | FMA | | SHIFT | | SHIFT | | LOAD | | LOAD | + +-------+ +-------+ +-------+ +-------+ +-------+ +-------+ + +-------+ +-------+ +-------+ + | FP DIV| | SHIFT | | INT ST| + +-------+ +-------+ +-------+ + +-------+ + | SHIFT | + +-------+ + +-------+ + | CRYPTO| + +-------+ + +-------+ + | FP ST | + +-------+ + +--------+ + |VEC ADDR| + | CALC | + +--------+ +instruction_forms: +- name: add + operands: + - class: register + prefix: x + - class: register + prefix: x + - class: register + prefix: x + throughput: 0.25 + latency: 1.0 # 1*p0234 + port_pressure: [[1, '0234']] +- name: add + operands: + - class: register + prefix: x + - class: register + prefix: x + - class: immediate + imd: int + throughput: 0.25 + latency: 1.0 # 1*p0234 + port_pressure: [[1, '0234']] +- name: addpl + operands: + - class: register + prefix: x + - class: register + prefix: x + - class: immediate + imd: int + throughput: 0.5 + latency: 1.0 # 1*p34 + port_pressure: [[1, '34']] +- name: adds + operands: + - class: register + prefix: x + - class: register + prefix: x + - class: immediate + imd: int + throughput: 0.5 + latency: 1.0 # 1*p34 + port_pressure: [[1, '34']] +- name: b.ne + operands: + - class: identifier + throughput: 1.0 + latency: 0.0 + port_pressure: [[1, '7']] +- name: b.any + operands: + - class: identifier + throughput: 1.0 + latency: 0.0 + port_pressure: [[1, '7']] +- name: b.none + operands: + - class: identifier + throughput: 1.0 + latency: 0.0 + port_pressure: [[1, '7']] +- name: b.gt + operands: + - class: identifier + throughput: 1.0 + latency: 0.0 + port_pressure: [[1, '7']] +- name: bne + operands: + - class: identifier + throughput: 1.0 + latency: 0.0 + port_pressure: [[1, '7']] +- name: beq + operands: + - class: identifier + throughput: 1.0 + latency: 0.0 + port_pressure: [[1, '7']] +- name: cmp + operands: + - class: register + prefix: w + - class: immediate + imd: int + throughput: 0.5 + latency: 1.0 # 1*p34 + port_pressure: [[1, '34']] +- name: cmp + operands: + - class: register + prefix: x + - class: register + prefix: x + throughput: 0.5 + latency: 1.0 # 1*p34 + port_pressure: [[1, '34']] +- name: dup + operands: + - class: register + prefix: d + - class: register + prefix: v + shape: d + width: '*' + throughput: 1.0 + latency: 6.0 # 1*p0 + port_pressure: [[1, '0']] +- name: fadd + operands: + - class: register + prefix: z + shape: d + width: '*' + - class: register + prefix: p + - class: register + prefix: z + shape: d + width: '*' + - class: register + prefix: z + shape: d + width: '*' + throughput: 0.5 + latency: 9.0 # 1*p02 + port_pressure: [[1, '02']] +- name: fadd + operands: + - class: register + prefix: z + shape: d + width: '*' + - class: register + prefix: z + shape: d + width: '*' + - class: register + prefix: z + shape: d + width: '*' + throughput: 0.5 + latency: 9.0 # 1*p02 + port_pressure: [[1, '02']] +- name: fadda + operands: + - class: register + prefix: d + - class: register + prefix: p + - class: register + prefix: d + - class: register + prefix: z + shape: d + width: '512' + throughput: 18.5 + latency: 72.0 # 18*p0+19*p02 + port_pressure: [[18, '0'], [19, '02']] +- name: faddv + operands: + - class: register + prefix: d + - class: register + prefix: p + - class: register + prefix: z + shape: d + width: '512' + throughput: 11.5 + latency: 49.0 # 11*p0+12*p02 + port_pressure: [[10, '0'], [12, '02']] +- name: fadd + operands: + - class: register + prefix: v + shape: s + width: '*' + - class: register + prefix: v + shape: s + width: '*' + - class: register + prefix: v + shape: s + width: '*' + throughput: 0.5 + latency: 9.0 # 1*p02 + port_pressure: [[1, '02']] +- name: fadd + operands: + - class: register + prefix: d + width: '*' + - class: register + prefix: d + width: '*' + - class: register + prefix: d + width: '*' + throughput: 0.5 + latency: 9.0 # 1*p02 + port_pressure: [[1, '02']] +- name: fadd + operands: + - class: register + prefix: v + shape: d + width: '*' + - class: register + prefix: v + shape: d + width: '*' + - class: register + prefix: v + shape: d + width: '*' + throughput: 0.5 + latency: 9.0 # 1*p02 + port_pressure: [[1, '02']] +- name: fdiv + operands: + - class: register + prefix: v + shape: s + width: 128 + - class: register + prefix: v + shape: s + width: 128 + - class: register + prefix: v + shape: s + width: 128 + throughput: 29.0 + latency: 29.0 # 1*p0+29*p0DV + port_pressure: [[1, '0'], [29.0, [0DV]]] +- name: fdiv + operands: + - class: register + prefix: v + shape: d + width: 128 + - class: register + prefix: v + shape: d + width: 128 + - class: register + prefix: v + shape: d + width: 128 + throughput: 43.0 + latency: 43.0 # 1*p0+43*p0DV + port_pressure: [[1, '0'], [43.0, [0DV]]] +- name: [fmad, fmla] + operands: + - class: register + prefix: z + shape: d + width: '*' + - class: register + prefix: p + predication: m + - class: register + prefix: z + shape: d + width: '*' + - class: register + prefix: z + shape: d + width: '*' + throughput: 0.5 + latency: 9.0 # 1*p02 + port_pressure: [[1, '02']] +- name: fmla + operands: + - class: register + prefix: v + shape: s + width: '*' + - class: register + prefix: v + shape: s + width: '*' + - class: register + prefix: v + shape: s + width: '*' + throughput: 0.5 + latency: 9.0 # 1*p02 + port_pressure: [[1, '02']] +- name: fmla + operands: + - class: register + prefix: v + shape: d + width: '*' + - class: register + prefix: v + shape: d + width: '*' + - class: register + prefix: v + shape: d + width: '*' + throughput: 0.5 + latency: 9.0 # 1*p02 + port_pressure: [[1, '02']] +- name: fmov + operands: + - {class: register, prefix: s} + - {class: immediate, imd: double} + latency: ~ # 1*p0 + port_pressure: [[1, '0']] + throughput: 1.0 +- name: fmul + operands: + - class: register + prefix: z + shape: d + width: '*' + - class: register + prefix: z + shape: d + width: '*' + - class: register + prefix: z + shape: d + width: '*' + throughput: 0.5 + latency: 9.0 # 1*p02 + port_pressure: [[1, '02']] +- name: fmul + operands: + - class: register + prefix: v + shape: s + width: '*' + - class: register + prefix: v + shape: s + width: '*' + - class: register + prefix: v + shape: s + width: '*' + throughput: 0.5 + latency: 9.0 # 1*p02 + port_pressure: [[1, '02']] +- name: fmul + operands: + - class: register + prefix: v + shape: d + width: '*' + - class: register + prefix: v + shape: d + width: '*' + - class: register + prefix: v + shape: d + width: '*' + throughput: 0.5 + latency: 9.0 # 1*p02 + port_pressure: [[1, '02']] +- name: fmul + operands: + - class: register + prefix: d + - class: register + prefix: d + - class: register + prefix: d + throughput: 0.5 + latency: 9.0 # 1*p02 + port_pressure: [[1, '02']] +- name: frecpe + operands: + - class: register + prefix: v + shape: s + width: '*' + - class: register + prefix: v + shape: s + width: '*' + - class: register + prefix: v + shape: s + width: '*' + throughput: 0.5 + latency: 4.0 # 1*p02 + port_pressure: [[1, '02']] +- name: frecpe + operands: + - class: register + prefix: v + shape: d + width: '*' + - class: register + prefix: v + shape: d + width: '*' + - class: register + prefix: v + shape: d + width: '*' + throughput: 0.5 + latency: 4.0 # 1*p02 + port_pressure: [[1, '02']] +- name: fsub + operands: + - class: register + prefix: v + shape: s + width: '*' + - class: register + prefix: v + shape: s + width: '*' + - class: register + prefix: v + shape: s + width: '*' + throughput: 0.5 + latency: 9.0 # 1*p02 + port_pressure: [[1, '02']] +- name: fsub + operands: + - class: register + prefix: v + shape: d + width: '*' + - class: register + prefix: v + shape: d + width: '*' + - class: register + prefix: v + shape: d + width: '*' + throughput: 0.5 + latency: 9.0 # 1*p02 + port_pressure: [[1, '02']] +- name: incd + operands: + - class: register + prefix: x + throughput: 0.5 + latency: 1.0 # 1*p34 + port_pressure: [[1, '34']] +- name: ld1d + operands: + - class: register + prefix: z + shape: d + - class: register + prefix: p + predication: '*' + - class: memory + base: x + offset: ~ + index: ~ + scale: ~ + pre-indexed: false + post-indexed: false + throughput: 0.5 + latency: 8.0 # 1*p56+1*p5D6D + port_pressure: [[1, '56'], [1, ['5D', '6D']]] +- name: ld1d + operands: + - class: register + prefix: z + shape: d + - class: register + prefix: p + predication: '*' + - class: memory + base: x + offset: ~ + index: x + scale: '*' + pre-indexed: false + post-indexed: false + throughput: 0.5 + latency: 8.0 # 1*p56+1*p5D6D + port_pressure: [[1, '56'], [1, ['5D', '6D']]] +- name: ld1d + operands: + - class: register + prefix: z + shape: d + - class: register + prefix: p + predication: '*' + - class: memory + base: x + offset: ~ + index: z + scale: '*' + pre-indexed: false + post-indexed: false + throughput: 2.0 + latency: 11.0 # 1*p0+1*p3+4*p56+1*p5D6D + port_pressure: [[1, '0'],[1, '3'],[4, '56'], [4, ['5D', '6D']]] # not sure if we also have 4 data accesses +- name: ldp + operands: + - class: register + prefix: d + - class: register + prefix: d + - class: memory + base: x + offset: imd + index: ~ + scale: 1 + pre-indexed: false + post-indexed: false + throughput: 1.0 + latency: 8.0 # 2*p56+2*p5D6D + port_pressure: [[2, '56'], [2, ['5D', '6D']]] +- name: ldp + operands: + - class: register + prefix: d + - class: register + prefix: d + - class: memory + base: x + offset: imd + index: ~ + scale: 1 + pre-indexed: false + post-indexed: true + throughput: 1.0 + latency: 8.0 # 2*p56+2*p5D6D+1*p0234 + port_pressure: [[2, '56'], [2, ['5D', '6D']], [1, '0234']] +- name: ldp + operands: + - class: register + prefix: q + - class: register + prefix: q + - class: memory + base: x + offset: '*' + index: '*' + scale: 1 + pre-indexed: false + post-indexed: false + throughput: 1.0 + latency: 8.0 # 2*p56+2*p5D6D + port_pressure: [[2, '56'], [2, ['5D', '6D']]] +- name: ldp + operands: + - class: register + prefix: q + - class: register + prefix: q + - class: memory + base: x + offset: ~ + index: ~ + scale: 1 + pre-indexed: false + post-indexed: true + throughput: 1.0 + latency: 8.0 # 2*p56+2*p5D6D+1*p0234 + port_pressure: [[2, '56'], [2, ['5D', '6D']], [1, '0234']] +- name: ldp + operands: + - class: register + prefix: q + - class: register + prefix: q + - class: memory + base: x + offset: '*' + index: '*' + scale: '*' + pre-indexed: false + post-indexed: false + throughput: 1.0 + latency: 8.0 # 2*p56+2*p5D6D + port_pressure: [[2, '56'], [2, ['5D', '6D']]] +- name: ldp + operands: + - class: register + prefix: q + - class: register + prefix: q + - class: memory + base: x + offset: '*' + index: '*' + scale: '*' + pre-indexed: true + post-indexed: false + throughput: 1.0 + latency: 8.0 # 2*p56+2*p5D6D+1*p0234 + port_pressure: [[2, '56'], [2, ['5D', '6D']], [1, '0234']] +- name: ldp + operands: + - class: register + prefix: d + - class: register + prefix: d + - class: memory + base: x + offset: '*' + index: '*' + scale: '*' + pre-indexed: false + post-indexed: true + throughput: 1.0 + latency: 8.0 # 2*p56+2*p5D6D+1*p0234 + port_pressure: [[2, '56'], [2, ['5D', '6D']], [1, '0234']] +- name: ldur # JL: assumed from ldr + operands: + - class: register + prefix: q + - class: memory + base: x + offset: '*' + index: '*' + scale: '*' + post-indexed: false + pre-indexed: false + throughput: 0.5 + latency: 5.0 # 1*p56+1*p5D6D + port_pressure: [[1, '56'], [1, ['5D', '6D']]] +- name: ldr + operands: + - class: register + prefix: q + - class: memory + base: x + offset: '*' + index: '*' + scale: '*' + post-indexed: false + pre-indexed: false + throughput: 0.5 + latency: 5.0 # 2*p56+2*p5D6D + port_pressure: [[1, '56'], [1, ['5D', '6D']]] +- name: ldr + operands: + - class: register + prefix: d + - class: memory + base: x + offset: '*' + index: '*' + scale: '*' + post-indexed: false + pre-indexed: false + throughput: 0.5 + latency: 5.0 # 1*p56+1*p5D6D + port_pressure: [[1, '56'], [1, ['5D', '6D']]] +- name: ldr + operands: + - class: register + prefix: d + - class: memory + base: x + offset: imd + index: '*' + scale: '*' + post-indexed: false + pre-indexed: false + throughput: 0.5 + latency: 5.0 # 1*p56+1*p5D6D + port_pressure: [[1, '56'], [1, ['5D', '6D']]] +- name: ldr + operands: + - class: register + prefix: d + - class: memory + base: x + offset: '*' + index: '*' + scale: '*' + post-indexed: false + pre-indexed: false + throughput: 0.5 + latency: 5.0 # 2*p56+2*p5D6D + port_pressure: [[1, '56'], [1, ['5D', '6D']]] +- name: ldr + operands: + - class: register + prefix: x + - class: register + prefix: x + throughput: 0.0 + latency: 0.0 + port_pressure: [] +- name: ldr + operands: + - class: register + prefix: q + - class: register + prefix: q + throughput: 0.0 + latency: 0.0 + port_pressure: [] +- name: ldr + operands: + - class: register + prefix: d + - class: register + prefix: d + throughput: 0.0 + latency: 0.0 + port_pressure: [] +- name: mov + operands: + - class: register + prefix: x + - class: register + prefix: x + throughput: 0.25 + latency: 1.0 # 1*p0234 + port_pressure: [[1, '0234']] +- name: mov + operands: + - class: register + prefix: z + shape: '*' + - class: register + prefix: z + shape: '*' + throughput: 0.5 + latency: 4.0 # 1*p02 + port_pressure: [[1, '02']] +- name: mov + operands: + - class: register + prefix: v + shape: b + width: '*' + - class: register + prefix: v + shape: b + width: '*' + throughput: 0.5 + latency: 4.0 # 1*p02 + port_pressure: [[1, '02']] +- name: stp + operands: + - class: register + prefix: d + - class: register + prefix: d + - class: memory + base: x + offset: '*' + index: '*' + scale: '*' + pre-indexed: false + post-indexed: false + throughput: 2.0 + latency: 0 # 2*p56+2*p0 + port_pressure: [[2, '56'], [2, '0']] +- name: stp + operands: + - class: register + prefix: q + - class: register + prefix: q + - class: memory + base: x + offset: '*' + index: '*' + scale: '*' + pre-indexed: false + post-indexed: true + throughput: 2.0 + latency: 0 # 2*p56+2*p0+1*0234 + port_pressure: [[2, '56'], [2, '0'], [1, '0234']] +- name: stp + operands: + - class: register + prefix: q + - class: register + prefix: q + - class: memory + base: x + offset: '*' + index: '*' + scale: '*' + pre-indexed: false + post-indexed: false + throughput: 2.0 + latency: 0 # 2*p56+2*p0 + port_pressure: [[2, '56'], [2, '0']] +- name: stur # JL: assumed from str + operands: + - class: register + prefix: d + - class: memory + base: x + offset: '*' + index: '*' + scale: '*' + pre-indexed: false + post-indexed: false + throughput: 1.0 + latency: 0 # 1*p56+1*p0 + port_pressure: [[1, '56'], [1, '0']] +- name: stur # JL: assumed from str + operands: + - class: register + prefix: q + - class: memory + base: x + offset: '*' + index: '*' + scale: '*' + pre-indexed: false + post-indexed: false + throughput: 1.0 + latency: 0 # 1*p56+1*p0 + port_pressure: [[1, '56'], [1, '0']] +- name: str + operands: + - class: register + prefix: x + - class: memory + base: x + offset: '*' + index: '*' + scale: '*' + pre-indexed: false + post-indexed: false + throughput: 1.0 + latency: 0 # 1*p56+1*p0 + port_pressure: [[1, '56'], [1, '0']] +- name: str + operands: + - class: register + prefix: d + - class: memory + base: x + offset: '*' + index: '*' + scale: '*' + pre-indexed: false + post-indexed: false + throughput: 1.0 + latency: 0 # 1*p56+1*p0 + port_pressure: [[1, '56'], [1, '0']] +- name: str + operands: + - class: register + prefix: d + - class: memory + base: x + offset: '*' + index: '*' + scale: '*' + pre-indexed: false + post-indexed: true + throughput: 1.0 + latency: 0 # 1*p56+1*p0+1*p0234 + port_pressure: [[1, '56'], [1, '0'], [1, '0234']] +- name: str + operands: + - class: register + prefix: q + - class: memory + base: x + offset: '*' + index: '*' + scale: 1 + pre-indexed: false + post-indexed: false + throughput: 1.0 + latency: 0 # 1*p56+1*p0 + port_pressure: [[1, '56'], [1, '0']] +- name: str + operands: + - class: register + prefix: q + - class: memory + base: x + offset: '*' + index: '*' + scale: '*' + pre-indexed: false + post-indexed: true + throughput: 1.0 + latency: 0 # 1*p56+1*p0+1*0234 + port_pressure: [[1, '56'], [1, '0'], [1, '0234']] +- name: str + operands: + - class: register + prefix: x + - class: memory + base: x + offset: '*' + index: '*' + scale: '*' + pre-indexed: false + post-indexed: true + throughput: 1.0 + latency: 0 # 1*p56+1*p3+1*p0234 + port_pressure: [[1, '56'], [1, '3'], [1, '0234']] +- name: st1d + operands: + - class: register + prefix: z + shape: d + - class: register + prefix: p + - class: memory + base: x + offset: ~ + index: '*' + scale: '*' + pre-indexed: false + post-indexed: false + throughput: 1.0 + latency: 0 # 1*p5+1*p6+1*p0 + port_pressure: [[1, '5'], [1, '6'], [1, '0']] +- name: sub + operands: + - class: register + prefix: x + - class: register + prefix: x + - class: immediate + imd: int + throughput: 0.5 + latency: 1.0 # 1*p34 + port_pressure: [[1, '34']] +- name: subs + operands: + - class: register + prefix: x + - class: register + prefix: x + - class: immediate + imd: int + throughput: 0.5 + latency: 1.0 # 1*p34 + port_pressure: [[1, '34']] +- name: sub + operands: + - class: register + prefix: w + - class: register + prefix: w + - class: immediate + imd: int + throughput: 0.25 + latency: 1.0 # 1*p0234 + port_pressure: [[1, '0234']] +- name: [whilele, whilelo, whilels, whilelt] + operands: + - class: register + prefix: p + shape: d + - class: register + prefix: '*' + - class: register + prefix: '*' + throughput: 1.0 + latency: 1.0 # 1*p1+1*p3 + port_pressure: [[1, '1'], [1, '3']] + diff --git a/osaca/data/icl.yml b/osaca/data/icl.yml new file mode 100644 index 0000000..0d85667 --- /dev/null +++ b/osaca/data/icl.yml @@ -0,0 +1,36318 @@ +osaca_version: 0.3.3.dev0 +micro_architecture: Ice Lake +arch_code: ICL +isa: x86 +ROB_size: 352 # from wikichip +retired_uOps_per_cycle: 10 # from wikichip +scheduler_size: 97 # actually MORE than 97, number unknown +hidden_loads: false +load_latency: {gpr: 5.0, mm: 5.0, xmm: 5.0, ymm: 5.0, zmm: 5.0} +load_throughput: +- {base: gpr, index: gpr, offset: imd, scale: 1, port_pressure: [[1, '23'], [1, ['2D', '3D']]]} +- {base: gpr, index: gpr, offset: imd, scale: 8, port_pressure: [[1, '23'], [1, ['2D', '3D']]]} +- {base: gpr, index: gpr, offset: ~, scale: 1, port_pressure: [[1, '23'], [1, ['2D', '3D']]]} +- {base: gpr, index: ~, offset: imd, scale: 1, port_pressure: [[1, '23'], [1, ['2D', '3D']]]} +- {base: gpr, index: ~, offset: imd, scale: 8, port_pressure: [[1, '23'], [1, ['2D', '3D']]]} +- {base: gpr, index: ~, offset: ~, scale: 1, port_pressure: [[1, '23'], [1, ['2D', '3D']]]} +- {base: ~, index: gpr, offset: imd, scale: 1, port_pressure: [[1, '23'], [1, ['2D', '3D']]]} +- {base: ~, index: gpr, offset: imd, scale: 8, port_pressure: [[1, '23'], [1, ['2D', '3D']]]} +- {base: ~, index: gpr, offset: ~, scale: 1, port_pressure: [[1, '23'], [1, ['2D', '3D']]]} +- {base: ~, index: ~, offset: imd, scale: 1, port_pressure: [[1, '23'], [1, ['2D', '3D']]]} +- {base: ~, index: ~, offset: imd, scale: 8, port_pressure: [[1, '23'], [1, ['2D', '3D']]]} +load_throughput_default: [[1, '23'], [1, ['2D', '3D']]] +store_throughput: [] +store_throughput_default: [[1, '79'], [1, '48']] +ports: ['0', 0DV, '1', '1DV', '2', 2D, '3', 3D, '4', '5', '6', '7', '8', '9'] +port_model_scheme: | + +-----------------------------------------------------------------------------------------+ + | > 97 entry scheduler | + +-----------------------------------------------------------------------------------------+ + 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | + \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ + +-------+ +-------+ +-----+ +-----+ +-----+ +-------+ +-------+ +------+ +-----+ +------+ + | ALU | | ALU | | LD | | LD | | ST | | ALU | | ALU | |ST AGU| | ST | |ST AGU| + +-------+ +-------+ +-----+ +-----+ +-----+ +-------+ +-------+ +------+ +-----+ +------+ + +-------+ +-------+ +-----+ +-----+ +-------+ +-------+ + | BRANCH| | LEA | | AGU | | AGU | | LEA | | SHIFT | + +-------+ +-------+ +-----+ +-----+ +-------+ +-------+ + +-------+ +-------+ +-------+ +-------+ + | LEA | |INT MUL| | MUL Hi| | BRANCH| + +-------+ +-------+ +-------+ +-------+ + +-------+ +-------+ +-------+ +-------+ + | SHIFT | |INT DIV| |AVX ALU| | LEA | + +-------+ +-------+ +-------+ +-------+ + +-------+ +-------+ +-------+ + |AVX ALU| |AVX*ALU| | AVX | + +-------+ +-------+ | SHUF | + +-------+ +-------+ +-------+ + |AVX DIV| |AVX*FMA| + +-------+ +-------+ + +-------+ +-------+ + |AVX FMA| | AVX* | + +-------+ | SHUF | + +--------+ +-------+ + |AVX SHFT| +-------+ + +--------+ | AVX* | + | SHFT | + +-------+ * = no AVX-512 +instruction_forms: +########################################## +# assume all jmp instruction 0 +- name: [jo, jno, js, jns, jp, jpe, jnp, jpo] + operands: + - class: identifier + throughput: 0.0 + latency: 0.0 + port_pressure: [] +- name: [jc, jb, jae, jnb, jna, jbe, ja, jnbe] + operands: + - class: identifier + throughput: 0.0 + latency: 0.0 + port_pressure: [] +- name: [je, jz, jne, jnz, jl, jnge] + operands: + - class: identifier + throughput: 0.0 + latency: 0.0 + port_pressure: [] +- name: [jge, jnl, jle, jng, jg, jnle] + operands: + - class: identifier + throughput: 0.0 + latency: 0.0 + port_pressure: [] +########################################## +# assume all cmp's equal for now +# TODO add cmp instructions +- name: [cmp, cmpeqpd, cmpltpd, cmplepd, cmpunordpd, cmpneqpd, cmpnltpd, cmpnlepd, cmpordpd, cmpltps, cmpleps, cmpunordps, cmpneqps, cmpnltps, cmpnleps, cmpordps] + operands: + - class: register + name: '*' + - class: register + name: '*' + latency: 1.0 + port_pressure: [[1, '0156']] + throughput: 0.25 + uops: 1 +- name: [cmp, cmpeqpd, cmpltpd, cmplepd, cmpunordpd, cmpneqpd, cmpnltpd, cmpnlepd, cmpordpd, cmpltps, cmpleps, cmpunordps, cmpneqps, cmpnltps, cmpnleps, cmpordps] + operands: + - class: immediate + name: int + - class: register + name: '*' + latency: 1.0 + port_pressure: [[1, '0156']] + throughput: 0.25 + uops: 1 +########################################## +# assume all register mov's 0 for now +# TODO add mov instructions +- name: [vmovupd, vmovups, movupd, movups, movapd, vmovapd, movsd, vmovsd, movss, vmovss, movzb, movzx, movz] + operands: + - class: register + name: '*' + - class: register + name: '*' + latency: 0 + port_pressure: [] + throughput: 0.0 + uops: 0 +########################################## +- name: ADCX # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: ADOX # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: AESDEC # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: AESDECLAST # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: AESENC # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: AESENCLAST # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: AESIMC # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[2, '01']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VADDPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VADDPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VADDPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VADDPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VADDSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VADDSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VADDSUBPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VADDSUBPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VADDSUBPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VADDSUBPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VANDNPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VANDNPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VANDNPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VANDNPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VANDPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VANDPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VANDPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VANDPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VBLENDPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VBLENDPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VBLENDPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VBLENDPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCMPPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCMPPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCMPPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCMPPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCMPSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCMPSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCOMISD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCOMISS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTDQ2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTDQ2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTDQ2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTDQ2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTPD2DQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPD2DQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPD2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPD2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPS2DQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTPS2DQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTPS2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPS2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTSD2SI # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '01']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTSD2SS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTSI2SD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTSI2SS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VCVTSS2SD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTSS2SI # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VCVTTPD2DQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTTPD2DQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTTPS2DQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTTPS2DQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTTSD2SI # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '01']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTTSS2SI # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VDIVPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 15 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [4, ['0DV']]] # model_importer.py instructions.xml ICL + throughput: 4.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VDIVPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 15 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [8, ['0DV']]] # model_importer.py instructions.xml ICL + throughput: 8.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VDIVPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 12 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [3, ['0DV']]] # model_importer.py instructions.xml ICL + throughput: 3.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VDIVPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 12 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [5, ['0DV']]] # model_importer.py instructions.xml ICL + throughput: 5.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VDIVSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 15 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [4, ['0DV']]] # model_importer.py instructions.xml ICL + throughput: 4.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VDIVSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 12 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [3, ['0DV']]] # model_importer.py instructions.xml ICL + throughput: 3.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VEXTRACTF128 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VEXTRACTPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VHADDPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 6 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VHADDPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 6 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VHADDPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 6 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VHADDPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 6 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VHSUBPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 6 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VHSUBPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 6 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VHSUBPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 6 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VHSUBPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 6 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VINSERTF128 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VINSERTPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMAXPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMAXPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMAXPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMAXPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMAXSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMAXSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMINPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMINPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMINPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMINPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMINSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMINSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVDDUP # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVDDUP # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVHLPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVLHPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVMSKPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVMSKPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVMSKPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVMSKPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVSHDUP # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVSHDUP # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVSLDUP # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVSLDUP # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMPSADBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VMULPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMULPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMULPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMULPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMULSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMULSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VORPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VORPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VORPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VORPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPABSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPABSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPABSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPACKSSDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPACKSSWB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPACKUSDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPACKUSWB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDUSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDUSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPALIGNR # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPAND # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPANDN # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPAVGB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPAVGW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBLENDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCLMULQDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 6 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPEQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPEQD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPEQQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPEQW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPGTB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPGTD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPGTQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPGTW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPISTRI # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 11 # model_importer.py instructions.xml ICL + port_pressure: [[3, '0']] # model_importer.py instructions.xml ICL + throughput: 3.0 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VPCMPISTRM # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[3, '0']] # model_importer.py instructions.xml ICL + throughput: 3.0 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VPERM2F128 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMILPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMILPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMILPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMILPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMILPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMILPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMILPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMILPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPEXTRB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '15']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPEXTRD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '15']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPEXTRQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '15']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPEXTRW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '15']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPHMINPOSUW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMADDUBSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMADDWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXUB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXUD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXUW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINUB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINUD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINUW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVMSKB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVSXBD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVSXBQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVSXBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVSXDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVSXWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVSXWQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVZXBD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVZXBQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVZXBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVZXDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVZXWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVZXWQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULHRSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULHUW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULHW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 10 # model_importer.py instructions.xml ICL + port_pressure: [[2, '01']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMULLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULUDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPOR # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSADBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHUFB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHUFD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHUFHW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHUFLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSIGNB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSIGND # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSIGNW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRAD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRAW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBUSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBUSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTEST # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPTEST # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 6 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPUNPCKHBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKHDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKHQDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKHWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKLBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKLDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKLQDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKLWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPXOR # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRCPPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRCPPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRCPSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VROUNDPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[2, '01']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VROUNDPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[2, '01']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VROUNDPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[2, '01']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VROUNDPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[2, '01']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VROUNDSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[2, '01']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VROUNDSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[2, '01']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VRSQRTPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRSQRTPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRSQRTSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSHUFPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSHUFPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSHUFPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSHUFPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSQRTPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 19 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [6, ['0DV']]] # model_importer.py instructions.xml ICL + throughput: 6.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSQRTPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 19 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [12, ['0DV']]] # model_importer.py instructions.xml ICL + throughput: 12.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSQRTPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 13 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [3, ['0DV']]] # model_importer.py instructions.xml ICL + throughput: 3.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSQRTPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 13 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [6, ['0DV']]] # model_importer.py instructions.xml ICL + throughput: 6.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSQRTSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 19 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [6, ['0DV']]] # model_importer.py instructions.xml ICL + throughput: 6.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSQRTSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 13 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [3, ['0DV']]] # model_importer.py instructions.xml ICL + throughput: 3.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSUBPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSUBPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSUBPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSUBPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSUBSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSUBSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VTESTPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VTESTPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VTESTPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VTESTPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VUCOMISD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VUCOMISS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VUNPCKHPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VUNPCKHPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VUNPCKHPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VUNPCKHPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VUNPCKLPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VUNPCKLPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VUNPCKLPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VUNPCKLPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VXORPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VXORPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VXORPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VXORPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VBROADCASTSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VBROADCASTSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VBROADCASTSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VEXTRACTI128 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VINSERTI128 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMPSADBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPABSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPABSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPABSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPACKSSDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPACKSSWB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPACKUSDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPACKUSWB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDUSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDUSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPALIGNR # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPAND # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPANDN # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPAVGB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPAVGW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBLENDD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBLENDD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBLENDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPEQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPEQD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPEQQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPEQW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPGTB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPGTD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPGTQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPGTW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERM2I128 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMADDUBSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMADDWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXUB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXUD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXUW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINUB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINUD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINUW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVMSKB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVSXBD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVSXBQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVSXBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVSXDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVSXWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVSXWQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVZXBD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVZXBQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVZXBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVZXDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVZXWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVZXWQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULHRSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULHUW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULHW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 10 # model_importer.py instructions.xml ICL + port_pressure: [[2, '01']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMULLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULUDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPOR # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSADBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHUFB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHUFD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHUFHW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHUFLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSIGNB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSIGND # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSIGNW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSLLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSLLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSLLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRAD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSRAD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRAVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRAVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRAW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSRAW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSRLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSRLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSRLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBUSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBUSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKHBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKHDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKHQDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKHWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKLBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKLDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKLQDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKLWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPXOR # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VADDPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VADDPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VADDPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VADDPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VADDPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VADDPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VADDPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VADDPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VADDSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VADDSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VAESDEC # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VAESDECLAST # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VAESENC # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VAESENCLAST # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VALIGND # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VALIGND # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VALIGND # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VALIGND # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VALIGND # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VALIGND # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VALIGNQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VALIGNQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VALIGNQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VALIGNQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VALIGNQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VALIGNQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VANDNPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VANDNPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VANDNPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VANDNPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VANDNPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VANDNPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VANDNPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VANDNPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VANDPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VANDPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VANDPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VANDPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VANDPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VANDPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VANDPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VANDPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VBLENDMPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VBLENDMPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VBLENDMPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VBLENDMPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VBLENDMPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VBLENDMPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VBLENDMPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VBLENDMPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VBLENDMPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VBLENDMPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VBLENDMPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VBLENDMPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VBROADCASTF32X2 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VBROADCASTF32X2 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VBROADCASTF32X2 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VBROADCASTF32X2 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VBROADCASTI32X2 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VBROADCASTI32X2 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VBROADCASTI32X2 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VBROADCASTI32X2 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VBROADCASTI32X2 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VBROADCASTI32X2 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VBROADCASTSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VBROADCASTSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VBROADCASTSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VBROADCASTSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VBROADCASTSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VBROADCASTSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VBROADCASTSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCMPPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCMPPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCMPPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCMPPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCMPPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCMPPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCMPPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCMPPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCMPSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCMPSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCOMPRESSPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCOMPRESSPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCOMPRESSPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCOMPRESSPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCOMPRESSPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCOMPRESSPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCOMPRESSPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCOMPRESSPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCOMPRESSPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCOMPRESSPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCOMPRESSPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCOMPRESSPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTDQ2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTDQ2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTDQ2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTDQ2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTDQ2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTDQ2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTDQ2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTDQ2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTPD2DQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPD2DQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPD2DQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPD2DQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPD2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPD2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPD2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPD2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPD2QQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTPD2QQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTPD2QQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTPD2QQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTPD2QQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTPD2QQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTPD2UDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPD2UDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPD2UDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPD2UDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPD2UDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPD2UDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPD2UQQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTPD2UQQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTPD2UQQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTPD2UQQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTPD2UQQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTPD2UQQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTPH2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPH2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPH2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPH2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPS2DQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTPS2DQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTPS2DQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTPS2DQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTPS2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPS2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPS2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPS2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPS2PH # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPS2PH # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 9 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPS2PH # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPS2PH # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 9 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPS2QQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPS2QQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPS2QQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPS2QQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPS2QQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPS2QQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPS2UDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTPS2UDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTPS2UDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTPS2UDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTPS2UDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTPS2UDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTPS2UQQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPS2UQQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPS2UQQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPS2UQQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPS2UQQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPS2UQQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTQQ2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTQQ2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTQQ2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTQQ2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTQQ2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTQQ2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTQQ2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTQQ2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTQQ2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTQQ2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTQQ2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTQQ2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTSD2SS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTSD2USI # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '01']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTSS2SD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTSS2USI # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VCVTTPD2DQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTTPD2DQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTTPD2DQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTTPD2DQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTTPD2QQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTTPD2QQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTTPD2QQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTTPD2QQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTTPD2QQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTTPD2QQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTTPD2UDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTTPD2UDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTTPD2UDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTTPD2UDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTTPD2UDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTTPD2UDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTTPD2UQQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTTPD2UQQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTTPD2UQQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTTPD2UQQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTTPD2UQQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTTPD2UQQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTTPS2DQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTTPS2DQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTTPS2DQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTTPS2DQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTTPS2QQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTTPS2QQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTTPS2QQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTTPS2QQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTTPS2QQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTTPS2QQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTTPS2UDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTTPS2UDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTTPS2UDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTTPS2UDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTTPS2UDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTTPS2UDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTTPS2UQQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTTPS2UQQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTTPS2UQQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTTPS2UQQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTTPS2UQQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTTPS2UQQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTTSD2USI # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '01']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTTSS2USI # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VCVTUDQ2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTUDQ2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTUDQ2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTUDQ2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTUDQ2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTUDQ2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTUDQ2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTUDQ2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTUDQ2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTUDQ2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTUDQ2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTUDQ2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTUQQ2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTUQQ2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTUQQ2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTUQQ2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTUQQ2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTUQQ2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTUQQ2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTUQQ2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTUQQ2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTUQQ2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTUQQ2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTUQQ2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTUSI2SD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTUSI2SS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VDBPSADBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VDBPSADBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VDBPSADBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VDBPSADBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VDBPSADBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VDBPSADBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VDIVPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 23 # model_importer.py instructions.xml ICL + port_pressure: [[2, '0'], [1, '05'], [16, ['0DV']]] # model_importer.py instructions.xml ICL + throughput: 16.0 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VDIVPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 14 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [4, ['0DV']]] # model_importer.py instructions.xml ICL + throughput: 4.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VDIVPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 17 # model_importer.py instructions.xml ICL + port_pressure: [[2, '0'], [1, '05'], [10, ['0DV']]] # model_importer.py instructions.xml ICL + throughput: 10.0 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VDIVPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 17 # model_importer.py instructions.xml ICL + port_pressure: [[2, '0'], [1, '05'], [10, ['0DV']]] # model_importer.py instructions.xml ICL + throughput: 10.0 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VDIVPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 12 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [3, ['0DV']]] # model_importer.py instructions.xml ICL + throughput: 3.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VDIVPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 12 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [5, ['0DV']]] # model_importer.py instructions.xml ICL + throughput: 5.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VDIVSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 14 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [4, ['0DV']]] # model_importer.py instructions.xml ICL + throughput: 4.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VDIVSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 12 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [3, ['0DV']]] # model_importer.py instructions.xml ICL + throughput: 3.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VEXPANDPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VEXPANDPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VEXPANDPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VEXPANDPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VEXPANDPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VEXPANDPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VEXPANDPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VEXPANDPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VEXPANDPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VEXPANDPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VEXPANDPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VEXPANDPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VEXTRACTF32X4 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VEXTRACTF32X4 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VEXTRACTF32X4 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VEXTRACTF32X4 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VEXTRACTF32X8 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VEXTRACTF32X8 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VEXTRACTF64X2 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VEXTRACTF64X2 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VEXTRACTF64X2 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VEXTRACTF64X2 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VEXTRACTF64X4 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VEXTRACTF64X4 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VEXTRACTI32X4 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VEXTRACTI32X4 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VEXTRACTI32X4 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VEXTRACTI32X4 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VEXTRACTI32X8 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VEXTRACTI32X8 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VEXTRACTI64X2 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VEXTRACTI64X2 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VEXTRACTI64X2 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VEXTRACTI64X2 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VEXTRACTI64X4 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VEXTRACTI64X4 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFIXUPIMMPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFIXUPIMMPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFIXUPIMMPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFIXUPIMMPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFIXUPIMMPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFIXUPIMMPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFIXUPIMMPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFIXUPIMMPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFIXUPIMMPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFIXUPIMMPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFIXUPIMMPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFIXUPIMMPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFIXUPIMMSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFIXUPIMMSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFIXUPIMMSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFIXUPIMMSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD132PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD132PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD132PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD132PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD132PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD132PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD132PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD132PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD132SD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD132SS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD213PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD213PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD213PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD213PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD213PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD213PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD213PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD213PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD213SD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD213SS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD231PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD231PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD231PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD231PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD231PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD231PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD231PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD231PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD231SD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD231SS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADDSUB132PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADDSUB132PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADDSUB132PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADDSUB132PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADDSUB132PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADDSUB132PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADDSUB132PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADDSUB132PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADDSUB213PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADDSUB213PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADDSUB213PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADDSUB213PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADDSUB213PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADDSUB213PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADDSUB213PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADDSUB213PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADDSUB231PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADDSUB231PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADDSUB231PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADDSUB231PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADDSUB231PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADDSUB231PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADDSUB231PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADDSUB231PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB132PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB132PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB132PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB132PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB132PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB132PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB132PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB132PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB132SD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB132SS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB213PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB213PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB213PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB213PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB213PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB213PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB213PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB213PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB213SD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB213SS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB231PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB231PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB231PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB231PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB231PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB231PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB231PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB231PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB231SD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB231SS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUBADD132PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUBADD132PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUBADD132PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUBADD132PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUBADD132PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUBADD132PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUBADD132PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUBADD132PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUBADD213PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUBADD213PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUBADD213PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUBADD213PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUBADD213PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUBADD213PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUBADD213PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUBADD213PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUBADD231PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUBADD231PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUBADD231PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUBADD231PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUBADD231PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUBADD231PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUBADD231PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUBADD231PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD132PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD132PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD132PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD132PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD132PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD132PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD132PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD132PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD132SD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD132SS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD213PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD213PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD213PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD213PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD213PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD213PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD213PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD213PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD213SD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD213SS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD231PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD231PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD231PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD231PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD231PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD231PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD231PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD231PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD231SD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD231SS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB132PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB132PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB132PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB132PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB132PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB132PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB132PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB132PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB132SD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB132SS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB213PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB213PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB213PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB213PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB213PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB213PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB213PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB213PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB213SD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB213SS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB231PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB231PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB231PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB231PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB231PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB231PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB231PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB231PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB231SD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB231SS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFPCLASSPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFPCLASSPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFPCLASSPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFPCLASSPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFPCLASSPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFPCLASSPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFPCLASSPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFPCLASSPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFPCLASSPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFPCLASSPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFPCLASSPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFPCLASSPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFPCLASSSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFPCLASSSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFPCLASSSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFPCLASSSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGETEXPPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGETEXPPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGETEXPPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGETEXPPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGETEXPPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGETEXPPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGETEXPPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGETEXPPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGETEXPPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGETEXPPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGETEXPPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGETEXPPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGETEXPSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGETEXPSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGETEXPSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGETEXPSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGETMANTPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGETMANTPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGETMANTPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGETMANTPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGETMANTPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGETMANTPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGETMANTPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGETMANTPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGETMANTPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGETMANTPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGETMANTPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGETMANTPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGETMANTSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGETMANTSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGETMANTSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGETMANTSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGF2P8AFFINEINVQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 9 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGF2P8AFFINEINVQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 9 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGF2P8AFFINEINVQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGF2P8AFFINEINVQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 9 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGF2P8AFFINEQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 9 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGF2P8AFFINEQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 9 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGF2P8AFFINEQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGF2P8AFFINEQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 9 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGF2P8MULB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 9 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGF2P8MULB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 9 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGF2P8MULB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGF2P8MULB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 9 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VINSERTF32X4 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VINSERTF32X4 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VINSERTF32X4 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VINSERTF32X4 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VINSERTF32X8 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VINSERTF32X8 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VINSERTF64X2 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VINSERTF64X2 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VINSERTF64X2 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VINSERTF64X2 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VINSERTF64X4 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VINSERTF64X4 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VINSERTI32X4 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VINSERTI32X4 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VINSERTI32X4 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VINSERTI32X4 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VINSERTI32X8 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VINSERTI32X8 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VINSERTI64X2 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VINSERTI64X2 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VINSERTI64X2 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VINSERTI64X2 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VINSERTI64X4 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VINSERTI64X4 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMAXPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMAXPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMAXPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMAXPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMAXPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMAXPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMAXPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMAXPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMAXSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMAXSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMINPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMINPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMINPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMINPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMINPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMINPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMINPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMINPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMINSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMINSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVAPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVAPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVAPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVAPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVAPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVAPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVDDUP # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVDDUP # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVDDUP # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVDDUP # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVDQA32 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVDQA32 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVDQA32 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVDQA64 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVDQA64 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVDQA64 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVDQU16 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVDQU16 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVDQU16 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVDQU32 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVDQU32 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVDQU32 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVDQU64 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVDQU64 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVDQU64 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVDQU8 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVDQU8 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVDQU8 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVSHDUP # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVSHDUP # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVSHDUP # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVSHDUP # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVSLDUP # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVSLDUP # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVSLDUP # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVSLDUP # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVUPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVUPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVUPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVUPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVUPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMOVUPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMULPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMULPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMULPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMULPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMULPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMULPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMULPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMULPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMULSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VMULSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VORPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VORPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VORPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VORPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VORPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VORPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VORPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VORPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPABSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPABSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPABSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPABSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPABSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPABSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPABSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPABSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPABSQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPABSQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPABSQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPABSQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPABSQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPABSQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPABSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPABSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPABSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPABSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPACKSSDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPACKSSDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPACKSSDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPACKSSDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPACKSSWB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPACKSSWB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPACKSSWB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPACKSSWB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPACKUSDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPACKUSDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPACKUSDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPACKUSDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPACKUSWB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPACKUSWB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPACKUSWB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPACKUSWB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDUSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDUSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDUSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDUSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDUSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDUSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDUSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDUSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPADDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPALIGNR # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPALIGNR # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPALIGNR # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPALIGNR # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPANDD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPANDD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPANDD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPANDD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPANDD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPANDD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPANDND # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPANDND # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPANDND # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPANDND # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPANDND # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPANDND # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPANDNQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPANDNQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPANDNQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPANDNQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPANDNQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPANDNQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPANDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPANDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPANDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPANDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPANDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPANDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPAVGB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPAVGB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPAVGB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPAVGB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPAVGW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPAVGW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPAVGW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPAVGW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBLENDMB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBLENDMB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBLENDMB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBLENDMB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBLENDMB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBLENDMB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBLENDMD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBLENDMD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBLENDMD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBLENDMD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBLENDMD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBLENDMD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBLENDMQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBLENDMQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBLENDMQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBLENDMQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBLENDMQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBLENDMQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBLENDMW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBLENDMW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBLENDMW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBLENDMW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBLENDMW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBLENDMW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTMB2Q # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 6 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPBROADCASTMB2Q # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 6 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPBROADCASTMB2Q # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 6 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPBROADCASTMW2D # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 6 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPBROADCASTMW2D # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 6 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPBROADCASTMW2D # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 6 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPBROADCASTQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPBROADCASTW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCLMULQDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.5 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VPCMPB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPEQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPEQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPEQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPEQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPEQD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPEQD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPEQD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPEQD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPEQQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPEQQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPEQQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPEQQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPEQW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPEQW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPEQW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPEQW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPGTB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPGTB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPGTB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPGTB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPGTD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPGTD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPGTD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPGTD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPGTQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPGTQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPGTQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPGTQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPGTW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPGTW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPGTW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPGTW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPUB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPUB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPUB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPUB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPUB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPUB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPUD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPUD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPUD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPUD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPUD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPUD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPUQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPUQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPUQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPUQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPUQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPUQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPUW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPUW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPUW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPUW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPUW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPUW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCMPW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCOMPRESSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPCOMPRESSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPCOMPRESSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPCOMPRESSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPCOMPRESSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPCOMPRESSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPCOMPRESSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPCOMPRESSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPCOMPRESSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPCOMPRESSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPCOMPRESSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPCOMPRESSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPCOMPRESSQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPCOMPRESSQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPCOMPRESSQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPCOMPRESSQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPCOMPRESSQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPCOMPRESSQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPCOMPRESSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPCOMPRESSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPCOMPRESSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPCOMPRESSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPCOMPRESSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPCOMPRESSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPCONFLICTD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 17 # model_importer.py instructions.xml ICL + port_pressure: [[7, '01'], [6, '015'], [9, '5']] # model_importer.py instructions.xml ICL + throughput: 11.0 # model_importer.py instructions.xml ICL + uops: 22 # model_importer.py instructions.xml ICL +- name: VPCONFLICTD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[7, '01'], [6, '015'], [9, '5']] # model_importer.py instructions.xml ICL + throughput: 11.0 # model_importer.py instructions.xml ICL + uops: 22 # model_importer.py instructions.xml ICL +- name: VPCONFLICTQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.3333333333333335 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VPCONFLICTQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.3333333333333335 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VPDPBUSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPDPBUSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPDPBUSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPDPBUSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPDPBUSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPDPBUSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPDPBUSDS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPDPBUSDS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPDPBUSDS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPDPBUSDS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPDPBUSDS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPDPBUSDS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPDPWSSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPDPWSSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPDPWSSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPDPWSSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPDPWSSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPDPWSSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPDPWSSDS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPDPWSSDS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPDPWSSDS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPDPWSSDS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPDPWSSDS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPDPWSSDS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMI2B # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.3333333333333335 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VPERMI2B # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.3333333333333335 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VPERMI2B # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.3333333333333335 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VPERMI2B # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.3333333333333335 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VPERMI2B # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.5 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VPERMI2B # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.5 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VPERMI2D # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMI2D # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMI2D # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMI2D # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMI2D # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMI2D # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMI2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMI2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMI2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMI2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMI2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMI2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMI2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMI2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMI2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMI2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMI2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMI2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMI2Q # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMI2Q # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMI2Q # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMI2Q # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMI2Q # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMI2Q # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMI2W # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.3333333333333335 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VPERMI2W # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.3333333333333335 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VPERMI2W # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.3333333333333335 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VPERMI2W # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.3333333333333335 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VPERMI2W # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.5 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VPERMI2W # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.5 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VPERMILPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMILPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMILPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMILPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMILPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMILPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMILPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMILPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMILPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMILPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMILPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMILPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMILPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMILPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMILPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMILPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMT2B # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.3333333333333335 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VPERMT2B # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.3333333333333335 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VPERMT2B # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.3333333333333335 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VPERMT2B # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.3333333333333335 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VPERMT2B # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.5 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VPERMT2B # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.5 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VPERMT2D # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMT2D # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMT2D # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMT2D # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMT2D # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMT2D # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMT2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMT2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMT2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMT2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMT2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMT2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMT2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMT2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMT2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMT2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMT2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMT2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMT2Q # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMT2Q # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMT2Q # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMT2Q # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMT2Q # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMT2Q # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPERMT2W # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 6 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.3333333333333335 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VPERMT2W # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.3333333333333335 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VPERMT2W # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 6 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.3333333333333335 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VPERMT2W # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.3333333333333335 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VPERMT2W # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 6 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.5 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VPERMT2W # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.5 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VPERMW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPERMW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPERMW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPERMW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPERMW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPERMW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPEXPANDB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPEXPANDB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPEXPANDB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPEXPANDB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPEXPANDB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPEXPANDB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPEXPANDD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPEXPANDD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPEXPANDD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPEXPANDD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPEXPANDD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPEXPANDD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPEXPANDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPEXPANDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPEXPANDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPEXPANDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPEXPANDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPEXPANDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPEXPANDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPEXPANDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPEXPANDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPEXPANDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPEXPANDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPEXPANDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPLZCNTD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPLZCNTD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPLZCNTD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPLZCNTD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPLZCNTD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPLZCNTD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPLZCNTQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPLZCNTQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPLZCNTQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPLZCNTQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPLZCNTQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPLZCNTQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMADD52HUQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMADD52HUQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMADD52HUQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMADD52HUQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMADD52HUQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMADD52HUQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMADD52LUQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMADD52LUQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMADD52LUQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMADD52LUQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMADD52LUQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMADD52LUQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMADDUBSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMADDUBSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMADDUBSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMADDUBSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMADDWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMADDWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMADDWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMADDWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXSQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXSQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXSQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXSQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXSQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXSQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXUB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXUB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXUB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXUB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXUD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXUD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXUD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXUD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXUQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXUQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXUQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXUQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXUQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXUQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXUW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXUW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXUW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMAXUW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINSQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINSQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINSQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINSQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINSQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINSQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINUB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINUB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINUB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINUB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINUD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINUD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINUD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINUD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINUQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINUQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINUQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINUQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINUQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINUQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINUW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINUW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINUW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMINUW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVB2M # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVB2M # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVB2M # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVD2M # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVD2M # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVD2M # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVDB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVDB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVDB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 2 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVDB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVDB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVDB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 2 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVM2B # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVM2B # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVM2B # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVM2D # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVM2D # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVM2D # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVM2Q # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVM2Q # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVM2Q # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVM2W # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVM2W # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVM2W # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVQ2M # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVQ2M # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVQ2M # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 2 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVQD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVQD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVQD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVQD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVQD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVQD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVQW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVQW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVQW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 2 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVQW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVQW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVQW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSDB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSDB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSDB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 2 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSDB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSDB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSDB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 2 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 2 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSQD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSQD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSQD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 2 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSQD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSQD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSQD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSQW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSQW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSQW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 2 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSQW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSQW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSQW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSWB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 2 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSWB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSWB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSWB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSWB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSWB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVSXBD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVSXBD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVSXBD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVSXBD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVSXBQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVSXBQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVSXBQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVSXBQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVSXBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVSXBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVSXBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVSXBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVSXDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVSXDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVSXDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVSXDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVSXWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVSXWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVSXWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVSXWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVSXWQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVSXWQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVSXWQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVSXWQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVUSDB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVUSDB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVUSDB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 2 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVUSDB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVUSDB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVUSDB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVUSDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVUSDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVUSDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 2 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVUSDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVUSDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVUSDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVUSQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVUSQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVUSQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 2 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVUSQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVUSQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVUSQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVUSQD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVUSQD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVUSQD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 2 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVUSQD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVUSQD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVUSQD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVUSQW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVUSQW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVUSQW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 2 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVUSQW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVUSQW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVUSQW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVUSWB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 2 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVUSWB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVUSWB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVUSWB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVUSWB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVUSWB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVW2M # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVW2M # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVW2M # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVWB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 2 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVWB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVWB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVWB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVWB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVWB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMOVZXBD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVZXBD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVZXBD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVZXBD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVZXBQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVZXBQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVZXBQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVZXBQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVZXBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVZXBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVZXBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVZXBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVZXDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVZXDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVZXDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVZXDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVZXWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVZXWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVZXWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVZXWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVZXWQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVZXWQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVZXWQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMOVZXWQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULHRSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULHRSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULHRSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULHRSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULHUW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULHUW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULHUW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULHUW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULHW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULHW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULHW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULHW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 10 # model_importer.py instructions.xml ICL + port_pressure: [[2, '0']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMULLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '0']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMULLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '01']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMULLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[2, '01']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPMULLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 15 # model_importer.py instructions.xml ICL + port_pressure: [[3, '01']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VPMULLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 15 # model_importer.py instructions.xml ICL + port_pressure: [[3, '01']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VPMULLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 15 # model_importer.py instructions.xml ICL + port_pressure: [[3, '01']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VPMULLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 15 # model_importer.py instructions.xml ICL + port_pressure: [[3, '01']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VPMULLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 15 # model_importer.py instructions.xml ICL + port_pressure: [[3, '0']] # model_importer.py instructions.xml ICL + throughput: 3.0 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VPMULLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 15 # model_importer.py instructions.xml ICL + port_pressure: [[3, '0']] # model_importer.py instructions.xml ICL + throughput: 3.0 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VPMULLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULTISHIFTQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULTISHIFTQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULTISHIFTQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULTISHIFTQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULTISHIFTQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULTISHIFTQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULUDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULUDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULUDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPMULUDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPOPCNTB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPOPCNTB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPOPCNTB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPOPCNTB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPOPCNTB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPOPCNTB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPOPCNTD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPOPCNTD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPOPCNTD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPOPCNTD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPOPCNTD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPOPCNTD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPOPCNTQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPOPCNTQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPOPCNTQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPOPCNTQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPOPCNTQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPOPCNTQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPOPCNTW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPOPCNTW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPOPCNTW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPOPCNTW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPOPCNTW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPOPCNTW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPORD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPORD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPORD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPORD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPORD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPORD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPORQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPORQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPORQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPORQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPORQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPORQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPROLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPROLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPROLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPROLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPROLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPROLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPROLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPROLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPROLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPROLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPROLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPROLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPROLVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPROLVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPROLVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPROLVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPROLVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPROLVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPROLVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPROLVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPROLVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPROLVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPROLVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPROLVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPRORD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPRORD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPRORD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPRORD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPRORD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPRORD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPRORQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPRORQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPRORQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPRORQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPRORQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPRORQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPRORVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPRORVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPRORVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPRORVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPRORVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPRORVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPRORVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPRORVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPRORVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPRORVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPRORVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPRORVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSADBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHLDD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHLDD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHLDD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHLDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHLDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHLDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHLDVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHLDVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHLDVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHLDVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHLDVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHLDVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHLDVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHLDVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHLDVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHLDVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHLDVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHLDVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHLDVW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHLDVW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHLDVW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHLDVW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHLDVW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHLDVW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHLDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHLDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHLDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHRDD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHRDD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHRDD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHRDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHRDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHRDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHRDVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHRDVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHRDVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHRDVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHRDVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHRDVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHRDVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHRDVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHRDVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHRDVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHRDVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHRDVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHRDVW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHRDVW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHRDVW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHRDVW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHRDVW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHRDVW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHRDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHRDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHRDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHUFB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHUFB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHUFB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHUFB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHUFBITQMB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 6 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSHUFBITQMB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSHUFBITQMB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 6 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSHUFBITQMB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSHUFBITQMB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 6 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSHUFBITQMB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSHUFD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHUFD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHUFD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHUFD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHUFHW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHUFHW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHUFHW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHUFHW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHUFLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHUFLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHUFLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSHUFLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSLLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSLLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSLLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSLLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSLLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSLLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLVW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLVW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLVW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLVW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLVW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLVW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSLLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSLLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSLLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSLLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRAD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSRAD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSRAD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRAD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRAD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRAD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSRAD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRAQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSRAQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSRAQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRAQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRAQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRAQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRAQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSRAQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSRAQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRAQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRAVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRAVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRAVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRAVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRAVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRAVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRAVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRAVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRAVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRAVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRAVW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRAVW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRAVW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRAVW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRAVW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRAVW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRAW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRAW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSRAW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRAW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSRAW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSRAW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRAW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSRLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSRLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSRLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSRLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSRLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSRLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLVW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLVW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLVW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLVW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLVW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLVW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSRLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSRLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VPSRLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSRLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBUSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBUSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBUSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBUSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBUSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBUSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBUSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBUSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPSUBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTERNLOGD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTERNLOGD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTERNLOGD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTERNLOGD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTERNLOGD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTERNLOGD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTERNLOGQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTERNLOGQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTERNLOGQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTERNLOGQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTERNLOGQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTERNLOGQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTMB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTMB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTMB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTMB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTMB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTMB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTMD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTMD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTMD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTMD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTMD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTMD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTMQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTMQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTMQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTMQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTMQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTMQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTMW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTMW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTMW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTMW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTMW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTMW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTNMB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTNMB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTNMB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTNMB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTNMB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTNMB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTNMD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTNMD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTNMD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTNMD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTNMD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTNMD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTNMQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTNMQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTNMQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTNMQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTNMQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTNMQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTNMW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTNMW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTNMW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTNMW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTNMW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPTESTNMW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 0 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKHBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKHBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKHBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKHBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKHDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKHDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKHDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKHDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKHQDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKHQDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKHQDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKHQDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKHWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKHWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKHWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKHWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKLBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKLBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKLBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKLBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKLDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKLDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKLDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKLDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKLQDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKLQDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKLQDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKLQDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKLWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKLWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKLWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPUNPCKLWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPXORD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPXORD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPXORD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPXORD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPXORD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPXORD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPXORQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPXORQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPXORQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPXORQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPXORQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPXORQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRANGEPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRANGEPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRANGEPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRANGEPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRANGEPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRANGEPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRANGEPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRANGEPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRANGEPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRANGEPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRANGEPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRANGEPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRANGESD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRANGESD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRANGESS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRANGESS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRCP14PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[2, '0'], [1, '05']] # model_importer.py instructions.xml ICL + throughput: 2.5 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VRCP14PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 6 # model_importer.py instructions.xml ICL + port_pressure: [[2, '0'], [1, '05']] # model_importer.py instructions.xml ICL + throughput: 2.5 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VRCP14PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRCP14PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRCP14PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRCP14PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRCP14PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[2, '0'], [1, '05']] # model_importer.py instructions.xml ICL + throughput: 2.5 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VRCP14PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 6 # model_importer.py instructions.xml ICL + port_pressure: [[2, '0'], [1, '05']] # model_importer.py instructions.xml ICL + throughput: 2.5 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VRCP14PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRCP14PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRCP14PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRCP14PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRCP14SD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRCP14SD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRCP14SS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRCP14SS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VREDUCEPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VREDUCEPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VREDUCEPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VREDUCEPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VREDUCEPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VREDUCEPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VREDUCEPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VREDUCEPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VREDUCEPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VREDUCEPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VREDUCEPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VREDUCEPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VREDUCESD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VREDUCESD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VREDUCESS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VREDUCESS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRNDSCALEPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[2, '0']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VRNDSCALEPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[2, '0']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VRNDSCALEPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[2, '01']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VRNDSCALEPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[2, '01']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VRNDSCALEPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[2, '01']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VRNDSCALEPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[2, '01']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VRNDSCALEPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[2, '0']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VRNDSCALEPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[2, '0']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VRNDSCALEPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[2, '01']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VRNDSCALEPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[2, '01']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VRNDSCALEPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[2, '01']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VRNDSCALEPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[2, '01']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VRNDSCALESD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[2, '01']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VRNDSCALESD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[2, '01']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VRNDSCALESS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[2, '01']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VRNDSCALESS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[2, '01']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VRSQRT14PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 6 # model_importer.py instructions.xml ICL + port_pressure: [[2, '0'], [1, '05']] # model_importer.py instructions.xml ICL + throughput: 2.5 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VRSQRT14PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 6 # model_importer.py instructions.xml ICL + port_pressure: [[2, '0'], [1, '05']] # model_importer.py instructions.xml ICL + throughput: 2.5 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VRSQRT14PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRSQRT14PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRSQRT14PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRSQRT14PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRSQRT14PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 6 # model_importer.py instructions.xml ICL + port_pressure: [[2, '0'], [1, '05']] # model_importer.py instructions.xml ICL + throughput: 2.5 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VRSQRT14PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 6 # model_importer.py instructions.xml ICL + port_pressure: [[2, '0'], [1, '05']] # model_importer.py instructions.xml ICL + throughput: 2.5 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VRSQRT14PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRSQRT14PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRSQRT14PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRSQRT14PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRSQRT14SD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRSQRT14SD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRSQRT14SS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VRSQRT14SS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSCALEFPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSCALEFPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSCALEFPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSCALEFPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSCALEFPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSCALEFPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSCALEFPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSCALEFPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSCALEFPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSCALEFPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSCALEFPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSCALEFPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSCALEFSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSCALEFSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSCALEFSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSCALEFSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSHUFF32X4 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSHUFF32X4 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSHUFF32X4 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSHUFF32X4 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSHUFF64X2 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSHUFF64X2 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSHUFF64X2 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSHUFF64X2 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSHUFI32X4 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSHUFI32X4 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSHUFI32X4 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSHUFI32X4 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSHUFI64X2 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSHUFI64X2 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSHUFI64X2 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSHUFI64X2 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSHUFPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSHUFPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSHUFPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSHUFPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSHUFPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSHUFPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSHUFPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSHUFPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSQRTPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 32 # model_importer.py instructions.xml ICL + port_pressure: [[2, '0'], [1, '05'], [24, ['0DV']]] # model_importer.py instructions.xml ICL + throughput: 24.0 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VSQRTPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 20 # model_importer.py instructions.xml ICL + port_pressure: [[2, '0'], [1, '05'], [12, ['0DV']]] # model_importer.py instructions.xml ICL + throughput: 12.0 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VSQRTPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 20 # model_importer.py instructions.xml ICL + port_pressure: [[2, '0'], [1, '05'], [12, ['0DV']]] # model_importer.py instructions.xml ICL + throughput: 12.0 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: VSQRTPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 13 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [3, ['0DV']]] # model_importer.py instructions.xml ICL + throughput: 3.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSQRTPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 13 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [6, ['0DV']]] # model_importer.py instructions.xml ICL + throughput: 6.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSQRTSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 13 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [3, ['0DV']]] # model_importer.py instructions.xml ICL + throughput: 3.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSUBPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSUBPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSUBPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSUBPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSUBPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSUBPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSUBPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSUBPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSUBSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VSUBSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VUNPCKHPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VUNPCKHPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VUNPCKHPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VUNPCKHPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VUNPCKHPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VUNPCKHPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VUNPCKHPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VUNPCKHPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VUNPCKLPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VUNPCKLPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VUNPCKLPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VUNPCKLPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VUNPCKLPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VUNPCKLPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VUNPCKLPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VUNPCKLPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VXORPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VXORPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VXORPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VXORPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VXORPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VXORPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VXORPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VXORPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: zmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KADDB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KADDD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KADDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KADDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KANDB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KANDD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KANDNB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KANDND # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KANDNQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KANDNW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KANDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KANDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KMOVB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KMOVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KMOVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: ~ # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KMOVW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KNOTB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KNOTD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KNOTQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KNOTW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KORB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KORD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KORQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KORTESTB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: ~ # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KORTESTD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: ~ # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KORTESTQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: ~ # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KORTESTW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: ~ # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KORW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KSHIFTLB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KSHIFTLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KSHIFTLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KSHIFTLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KSHIFTRB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KSHIFTRD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KSHIFTRQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KSHIFTRW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KTESTB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: ~ # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KTESTD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: ~ # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KTESTQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: ~ # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KTESTW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: ~ # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KUNPCKBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KUNPCKDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KUNPCKWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KXNORB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KXNORD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KXNORQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KXNORW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KXORB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KXORD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KXORQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: KXORW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VAESDEC # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VAESDECLAST # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VAESENC # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VAESENCLAST # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VAESIMC # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[2, '01']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: ADC # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: ADD + operands: + - class: register + name: gpr + - class: register + name: gpr + latency: 1 + port_pressure: [[1, '0156']] + throughput: 0.25 + uops: 1 +- name: ADD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0156']] # model_importer.py instructions.xml ICL + throughput: 0.25 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: AND # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0156']] # model_importer.py instructions.xml ICL + throughput: 0.25 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: BSF # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '1']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: BSR # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '1']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: BSWAP # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: BT # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: BT # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: BTC # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: BTC # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: BTR # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: BTR # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: BTS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: BTS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: CMOVB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: CMOVBE # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[2, '06']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: CMOVL # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: CMOVLE # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: CMOVNB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: CMOVNBE # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[2, '06']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: CMOVNL # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: CMOVNLE # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: CMOVNO # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: CMOVNP # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: CMOVNS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: CMOVNZ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: CMOVO # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: CMOVP # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: CMOVS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: CMOVZ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: CMP # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0156']] # model_importer.py instructions.xml ICL + throughput: 0.25 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: DEC # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0156']] # model_importer.py instructions.xml ICL + throughput: 0.25 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: DIV # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 14 # model_importer.py instructions.xml ICL + port_pressure: [[3, '0156'], [3, '1'], [10, ['1DV']]] # model_importer.py instructions.xml ICL + throughput: 10.0 # model_importer.py instructions.xml ICL + uops: 4 # model_importer.py instructions.xml ICL +- name: IDIV # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 14 # model_importer.py instructions.xml ICL + port_pressure: [[3, '0156'], [3, '1'], [10, ['1DV']]] # model_importer.py instructions.xml ICL + throughput: 10.0 # model_importer.py instructions.xml ICL + uops: 4 # model_importer.py instructions.xml ICL +- name: IMUL # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '1'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: IMUL # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '1']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: INC # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0156']] # model_importer.py instructions.xml ICL + throughput: 0.25 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: JB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: identifier # model_importer.py instructions.xml ICL + latency: ~ # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: JBE # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: identifier # model_importer.py instructions.xml ICL + latency: ~ # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: JL # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: identifier # model_importer.py instructions.xml ICL + latency: ~ # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: JLE # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: identifier # model_importer.py instructions.xml ICL + latency: ~ # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: JO # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: identifier # model_importer.py instructions.xml ICL + latency: ~ # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: JS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: identifier # model_importer.py instructions.xml ICL + latency: ~ # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: JZ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: identifier # model_importer.py instructions.xml ICL + latency: ~ # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: LEA # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: memory # model_importer.py instructions.xml ICL + base: '*' # model_importer.py instructions.xml ICL + offset: '*' # model_importer.py instructions.xml ICL + index: '*' # model_importer.py instructions.xml ICL + scale: '*' # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: ~ # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: MOV # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: ~ # model_importer.py instructions.xml ICL + port_pressure: [[1, '0156']] # model_importer.py instructions.xml ICL + throughput: 0.25 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: MOVSX # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0156']] # model_importer.py instructions.xml ICL + throughput: 0.25 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: MOVZX # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0156']] # model_importer.py instructions.xml ICL + throughput: 0.25 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: MUL # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '1'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: NEG # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0156']] # model_importer.py instructions.xml ICL + throughput: 0.25 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: NOT # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0156']] # model_importer.py instructions.xml ICL + throughput: 0.25 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: OR # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0156']] # model_importer.py instructions.xml ICL + throughput: 0.25 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: RCL # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 2 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0156'], [2, '06']] # model_importer.py instructions.xml ICL + throughput: 1.25 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: RCR # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 2 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0156'], [2, '06']] # model_importer.py instructions.xml ICL + throughput: 1.25 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: ROL # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[2, '06']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: ROL # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[2, '06']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: ROR # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[2, '06']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: ROR # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[2, '06']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: SAR # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: SAR # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[2, '06']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: SBB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: SHL # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: SHL # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[2, '06']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: SHR # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: SHR # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[2, '06']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: STC # model_importer.py instructions.xml ICL + operands: [] # model_importer.py instructions.xml ICL + latency: ~ # model_importer.py instructions.xml ICL + port_pressure: [[1, '0156']] # model_importer.py instructions.xml ICL + throughput: 0.25 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: SUB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0156']] # model_importer.py instructions.xml ICL + throughput: 0.25 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: TEST # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0156']] # model_importer.py instructions.xml ICL + throughput: 0.25 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: TEST # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0156']] # model_importer.py instructions.xml ICL + throughput: 0.25 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: XOR # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0156']] # model_importer.py instructions.xml ICL + throughput: 0.25 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: ANDN # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: BEXTR # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 2 # model_importer.py instructions.xml ICL + port_pressure: [[1, '06'], [1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: BLSI # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: BLSMSK # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: BLSR # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: TZCNT # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '1']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: BZHI # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: MULX # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '1'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: PDEP # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '1']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PEXT # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '1']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: RORX # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: SARX # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: SHLX # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: SHRX # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VCVTPH2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPH2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPS2PH # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VCVTPS2PH # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: VFMADD132PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD132PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD132PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD132PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD132SD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD132SS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD213PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD213PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD213PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD213PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD213SD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD213SS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD231PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD231PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD231PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD231PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD231SD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADD231SS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADDSUB132PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADDSUB132PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADDSUB132PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADDSUB132PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADDSUB213PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADDSUB213PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADDSUB213PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADDSUB213PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADDSUB231PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADDSUB231PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADDSUB231PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMADDSUB231PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB132PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB132PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB132PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB132PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB132SD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB132SS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB213PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB213PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB213PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB213PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB213SD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB213SS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB231PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB231PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB231PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB231PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB231SD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUB231SS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUBADD132PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUBADD132PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUBADD132PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUBADD132PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUBADD213PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUBADD213PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUBADD213PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUBADD213PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUBADD231PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUBADD231PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUBADD231PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFMSUBADD231PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD132PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD132PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD132PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD132PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD132SD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD132SS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD213PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD213PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD213PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD213PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD213SD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD213SS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD231PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD231PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD231PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD231PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD231SD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMADD231SS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB132PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB132PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB132PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB132PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB132SD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB132SS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB213PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB213PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB213PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB213PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB213SD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB213SS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB231PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB231PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB231PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB231PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB231SD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VFNMSUB231SS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: GF2P8AFFINEINVQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: GF2P8AFFINEQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: GF2P8MULB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGF2P8AFFINEINVQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGF2P8AFFINEINVQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGF2P8AFFINEQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGF2P8AFFINEQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGF2P8MULB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VGF2P8MULB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: CQO # model_importer.py instructions.xml ICL + operands: [] # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '06']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: MOVSXD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0156']] # model_importer.py instructions.xml ICL + throughput: 0.25 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: LZCNT # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '1']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: MOVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: MOVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: MOVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: MOVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PACKSSDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: PACKSSWB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: PACKUSWB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: PADDB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PADDD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PADDSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PADDSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PADDUSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PADDUSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PADDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PAND # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PANDN # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PAVGB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PAVGW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PCMPEQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PCMPEQD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PCMPEQW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PCMPGTB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PCMPGTD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PCMPGTW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PEXTRW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: PINSRW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: PMADDWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMAXSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMAXUB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMINSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMINUB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMOVMSKB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMULHUW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMULHW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMULLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: POR # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSADBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSHUFW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSLLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSLLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSLLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSLLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSLLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSLLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSRAD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSRAD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSRAW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSRAW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSRLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSRLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSRLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSRLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSRLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSRLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSUBB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSUBD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSUBSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSUBSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSUBUSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSUBUSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSUBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PUNPCKHBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PUNPCKHDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PUNPCKHWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PUNPCKLBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PUNPCKLDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PUNPCKLWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PXOR # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PCLMULQDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 6 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: SHA1MSG1 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 2 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.3333333333333333 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: SHA1NEXTE # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '015'], [1, '15']] # model_importer.py instructions.xml ICL + throughput: 1.3333333333333333 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: ADDPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: ADDSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: ANDNPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: ANDPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: CMPPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: CMPSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: COMISS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: CVTPS2PI # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 9 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '015']] # model_importer.py instructions.xml ICL + throughput: 1.3333333333333333 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: CVTSI2SS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: CVTSS2SI # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: CVTTPS2PI # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 9 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '015']] # model_importer.py instructions.xml ICL + throughput: 1.3333333333333333 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: CVTTSS2SI # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: DIVPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 12 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [3, ['0DV']]] # model_importer.py instructions.xml ICL + throughput: 3.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: DIVSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 12 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [3, ['0DV']]] # model_importer.py instructions.xml ICL + throughput: 3.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: MAXPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: MAXSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: MINPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: MINSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: MOVHLPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: MOVLHPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: MOVMSKPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: MULPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: MULSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: ORPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: RCPPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: RCPSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: RSQRTPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: RSQRTSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: SHUFPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: SQRTPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 13 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [3, ['0DV']]] # model_importer.py instructions.xml ICL + throughput: 3.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: SUBPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: SUBSS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: UCOMISS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: UNPCKHPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: UNPCKLPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: XORPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: ADDPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: ADDSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: ANDNPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: ANDPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: CMPPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: CMPSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: COMISD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: CVTDQ2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: CVTDQ2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: CVTPD2DQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: CVTPD2PI # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: CVTPD2PS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: CVTPI2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 6 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: CVTPS2DQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: CVTPS2PD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: CVTSD2SI # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '01']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: CVTSD2SS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: CVTSI2SD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: CVTSS2SD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: CVTTPD2DQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: CVTTPD2PI # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: CVTTPS2DQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: CVTTSD2SI # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 7 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '01']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: DIVPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 15 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [4, ['0DV']]] # model_importer.py instructions.xml ICL + throughput: 4.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: DIVSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 15 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [4, ['0DV']]] # model_importer.py instructions.xml ICL + throughput: 4.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: MAXPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: MAXSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: MINPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: MINSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: MOVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: MOVD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: MOVDQ2Q # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015'], [1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.8333333333333333 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: MOVMSKPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: MOVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: MOVQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: MOVQ2DQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '015']] # model_importer.py instructions.xml ICL + throughput: 1.3333333333333333 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: MULPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: MULSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: ORPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PACKSSDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PACKSSWB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PACKUSWB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PADDB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PADDD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PADDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PADDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PADDSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PADDSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PADDUSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PADDUSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PADDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PAND # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PANDN # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PAVGB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PAVGW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PCMPEQB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PCMPEQD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PCMPEQW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PCMPGTB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PCMPGTD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PCMPGTW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PEXTRW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '15']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: PMADDWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMAXSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMAXUB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMINSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMINUB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMOVMSKB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMULHUW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMULHW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMULLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMULUDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMULUDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: POR # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSADBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSHUFD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSHUFHW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSHUFLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSLLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSLLDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSLLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSLLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSRAD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSRAW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSRLD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSRLDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSRLQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSRLW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSUBB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSUBD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSUBQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSUBQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSUBSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSUBSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSUBUSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSUBUSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSUBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PUNPCKHBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PUNPCKHDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PUNPCKHQDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PUNPCKHWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PUNPCKLBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PUNPCKLDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PUNPCKLQDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PUNPCKLWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PXOR # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: SHUFPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: SQRTPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 19 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [6, ['0DV']]] # model_importer.py instructions.xml ICL + throughput: 6.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: SUBPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: SUBSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: UCOMISD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: UNPCKHPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: UNPCKLPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: XORPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: ADDSUBPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: ADDSUBPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: HADDPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 6 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: HADDPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 6 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: HSUBPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 6 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: HSUBPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 6 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: MOVDDUP # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: MOVSHDUP # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: MOVSLDUP # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: BLENDPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: BLENDPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: BLENDVPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: BLENDVPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: CRC32 # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '1']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: EXTRACTPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: INSERTPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: MPSADBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.5 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: PACKUSDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PBLENDVB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015']] # model_importer.py instructions.xml ICL + throughput: 0.3333333333333333 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PBLENDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PCMPEQQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PCMPGTQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PCMPISTRI # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 11 # model_importer.py instructions.xml ICL + port_pressure: [[3, '0']] # model_importer.py instructions.xml ICL + throughput: 3.0 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: PCMPISTRM # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[3, '0']] # model_importer.py instructions.xml ICL + throughput: 3.0 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: PEXTRB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '15']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: PEXTRD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '15']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: PEXTRQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '15']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: PHMINPOSUW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMAXSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMAXSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMAXUD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMAXUW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMINSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMINSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMINUD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMINUW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMOVSXBD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMOVSXBQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMOVSXBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMOVSXDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMOVSXWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMOVSXWQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMOVZXBD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMOVZXBQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMOVZXBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMOVZXDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMOVZXWD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMOVZXWQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMULDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: POPCNT # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: gpr # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '1']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PTEST # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 4 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: ROUNDPD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[2, '01']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: ROUNDPS # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[2, '01']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: PABSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PABSB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PABSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PABSD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PABSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PABSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PALIGNR # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PALIGNR # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PHADDD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.5 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: PHADDSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: PHADDW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.5 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: PHSUBD # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.5 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: PHSUBSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.0 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: PHSUBW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 3 # model_importer.py instructions.xml ICL + port_pressure: [[1, '05'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.5 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL +- name: PMADDUBSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMADDUBSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMULHRSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PMULHRSW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSHUFB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0'], [1, '5']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 2 # model_importer.py instructions.xml ICL +- name: PSHUFB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '15']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSIGNB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSIGNB # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSIGND # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSIGND # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSIGNW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: mm0 # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '0']] # model_importer.py instructions.xml ICL + throughput: 1.0 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: PSIGNW # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: xmm # model_importer.py instructions.xml ICL + latency: 1 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VAESDEC # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VAESDECLAST # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VAESENC # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VAESENCLAST # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 5 # model_importer.py instructions.xml ICL + port_pressure: [[1, '01']] # model_importer.py instructions.xml ICL + throughput: 0.5 # model_importer.py instructions.xml ICL + uops: 1 # model_importer.py instructions.xml ICL +- name: VPCLMULQDQ # model_importer.py instructions.xml ICL + operands: # model_importer.py instructions.xml ICL + - class: immediate # model_importer.py instructions.xml ICL + imd: int # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + - class: register # model_importer.py instructions.xml ICL + name: ymm # model_importer.py instructions.xml ICL + latency: 8 # model_importer.py instructions.xml ICL + port_pressure: [[1, '015'], [2, '5']] # model_importer.py instructions.xml ICL + throughput: 2.3333333333333335 # model_importer.py instructions.xml ICL + uops: 3 # model_importer.py instructions.xml ICL + diff --git a/osaca/data/isa/aarch64.yml b/osaca/data/isa/aarch64.yml index dc21baf..29ad7b0 100644 --- a/osaca/data/isa/aarch64.yml +++ b/osaca/data/isa/aarch64.yml @@ -1,4 +1,4 @@ -osaca_version: 0.3.4 +osaca_version: 0.3.7 isa: "AArch64" # Contains all operand-irregular instruction forms OSACA supports for AArch64. # Operand-regular for a AArch64 instruction form with N operands in the shape of diff --git a/osaca/frontend.py b/osaca/frontend.py index 41e9311..e0f517f 100755 --- a/osaca/frontend.py +++ b/osaca/frontend.py @@ -76,7 +76,7 @@ class Frontend(object): self._get_flag_symbols(instruction_form['flags']) if instruction_form['instruction'] is not None else ' ', - instruction_form['line'].strip(), + instruction_form['line'].strip().replace('\t', ' '), ) line = line if show_lineno else col_sep + col_sep.join(line.split(col_sep)[1:]) if show_cmnts is False and self._is_comment(instruction_form): @@ -138,7 +138,7 @@ class Frontend(object): separator, sum([instr_form['latency_lcd'] for instr_form in dep_dict[dep]['dependencies']]), separator, - dep_dict[dep]['root']['line'], + dep_dict[dep]['root']['line'].strip(), separator, [node['line_number'] for node in dep_dict[dep]['dependencies']], ) @@ -246,7 +246,7 @@ class Frontend(object): self._get_flag_symbols(instruction_form['flags']) if instruction_form['instruction'] is not None else ' ', - instruction_form['line'].strip(), + instruction_form['line'].strip().replace('\t', ' '), ) s += '\n' # check for unknown instructions and throw warning if called without --ignore-unknown diff --git a/osaca/osaca.py b/osaca/osaca.py index e226979..656ad88 100755 --- a/osaca/osaca.py +++ b/osaca/osaca.py @@ -8,7 +8,7 @@ import sys from osaca.db_interface import import_benchmark_output, sanity_check from osaca.frontend import Frontend -from osaca.parser import BaseParser, ParserAArch64v81, ParserX86ATT +from osaca.parser import BaseParser, ParserAArch64, ParserX86ATT from osaca.semantics import (INSTR_FLAGS, ArchSemantics, KernelDG, MachineModel, reduce_to_section) @@ -17,7 +17,20 @@ MODULE_DATA_DIR = os.path.join( ) LOCAL_OSACA_DIR = os.path.join(os.path.expanduser('~') + '/.osaca/') DATA_DIR = os.path.join(LOCAL_OSACA_DIR, 'data/') -SUPPORTED_ARCHS = ['SNB', 'IVB', 'HSW', 'BDW', 'SKX', 'CSX', 'ZEN1', 'ZEN2', 'TX2', 'N1'] +SUPPORTED_ARCHS = [ + 'SNB', + 'IVB', + 'HSW', + 'BDW', + 'SKX', + 'CSX', + 'ICL', + 'ZEN1', + 'ZEN2', + 'TX2', + 'N1', + 'A64FX', +] # Stolen from pip @@ -71,7 +84,8 @@ def create_parser(parser=None): parser.add_argument( '--arch', type=str, - help='Define architecture (SNB, IVB, HSW, BDW, SKX, CSX, ZEN1, ZEN2, TX2, N1).', + help='Define architecture (SNB, IVB, HSW, BDW, SKX, CSX, ICL, ZEN1, ZEN2, TX2, N1, ' + 'A64FX).', ) parser.add_argument( '--fixed', @@ -298,7 +312,7 @@ def get_asm_parser(arch) -> BaseParser: if isa == 'x86': return ParserX86ATT() elif isa == 'aarch64': - return ParserAArch64v81() + return ParserAArch64() def get_unmatched_instruction_ratio(kernel): diff --git a/osaca/parser/__init__.py b/osaca/parser/__init__.py index cce0143..1e9d6c6 100644 --- a/osaca/parser/__init__.py +++ b/osaca/parser/__init__.py @@ -6,14 +6,14 @@ Only the parser below will be exported, so please add new parsers to __all__. from .attr_dict import AttrDict from .base_parser import BaseParser from .parser_x86att import ParserX86ATT -from .parser_AArch64v81 import ParserAArch64v81 +from .parser_AArch64 import ParserAArch64 -__all__ = ['AttrDict', 'BaseParser', 'ParserX86ATT', 'ParserAArch64v81', 'get_parser'] +__all__ = ['AttrDict', 'BaseParser', 'ParserX86ATT', 'ParserAArch64', 'get_parser'] def get_parser(isa): if isa.lower() == 'x86': return ParserX86ATT() elif isa.lower() == 'aarch64': - return ParserAArch64v81() + return ParserAArch64() else: raise ValueError("Unknown ISA {!r}.".format(isa)) diff --git a/osaca/parser/parser_AArch64v81.py b/osaca/parser/parser_AArch64.py similarity index 89% rename from osaca/parser/parser_AArch64v81.py rename to osaca/parser/parser_AArch64.py index 34f99c5..3978eb0 100755 --- a/osaca/parser/parser_AArch64v81.py +++ b/osaca/parser/parser_AArch64.py @@ -6,7 +6,7 @@ import pyparsing as pp from osaca.parser import AttrDict, BaseParser -class ParserAArch64v81(BaseParser): +class ParserAArch64(BaseParser): def __init__(self): super().__init__() self.isa = 'aarch64' @@ -92,31 +92,49 @@ class ParserAArch64v81(BaseParser): ^ pp.CaselessLiteral('ror') ^ pp.CaselessLiteral('sxtw') ^ pp.CaselessLiteral('uxtw') + ^ pp.CaselessLiteral('mul vl') ) arith_immediate = pp.Group( immediate.setResultsName('base_immediate') + pp.Suppress(pp.Literal(',')) + shift_op.setResultsName('shift_op') - + immediate.setResultsName('shift') + + pp.Optional(immediate).setResultsName('shift') ).setResultsName(self.IMMEDIATE_ID) # Register: - # scalar: [XWBHSDQ][0-9]{1,2} | vector: V[0-9]{1,2}\.[12468]{1,2}[BHSD]()? - # define SP and ZR register aliases as regex, due to pyparsing does not support + # scalar: [XWBHSDQ][0-9]{1,2} | vector: [VZ][0-9]{1,2}(\.[12468]{1,2}[BHSD])? + # | predicate: P[0-9]{1,2}(/[ZM])? + # ignore vector len control ZCR_EL[123] for now + # define SP, ZR register aliases as regex, due to pyparsing does not support # proper lookahead alias_r31_sp = pp.Regex('(?P[a-zA-Z])?(?P(sp|SP))') alias_r31_zr = pp.Regex('(?P[a-zA-Z])?(?P(zr|ZR))') - scalar = pp.Word(pp.alphas, exact=1).setResultsName('prefix') + pp.Word( + scalar = pp.Word('xwbhsdqXWBHSDQ', exact=1).setResultsName('prefix') + pp.Word( pp.nums ).setResultsName('name') index = pp.Literal('[') + pp.Word(pp.nums).setResultsName('index') + pp.Literal(']') vector = ( - pp.CaselessLiteral('v').setResultsName('prefix') + pp.oneOf('v z', caseless=True).setResultsName('prefix') + pp.Word(pp.nums).setResultsName('name') + pp.Literal('.') + pp.Optional(pp.Word('12468')).setResultsName('lanes') + pp.Word(pp.alphas, exact=1).setResultsName('shape') + pp.Optional(index) ) + predicate = ( + pp.CaselessLiteral('p').setResultsName('prefix') + + pp.Word(pp.nums).setResultsName('name') + + pp.Optional( + ( + pp.Suppress(pp.Literal('/')) + + pp.oneOf('z m', caseless=True).setResultsName('predication') + ) + | ( + pp.Literal('.') + + pp.Optional(pp.Word('12468')).setResultsName('lanes') + + pp.Word(pp.alphas, exact=1).setResultsName('shape') + ) + ) + ) self.list_element = vector ^ scalar register_list = ( pp.Literal('{') @@ -130,7 +148,8 @@ class ParserAArch64v81(BaseParser): + pp.Optional(index) ) register = pp.Group( - (alias_r31_sp | alias_r31_zr | vector | scalar | register_list) + (alias_r31_sp | alias_r31_zr | vector | scalar | predicate | register_list) + #(alias_r31_sp | alias_r31_zr | vector | scalar | predicate | register_list) + pp.Optional( pp.Suppress(pp.Literal(',')) + shift_op.setResultsName('shift_op') @@ -145,7 +164,7 @@ class ParserAArch64v81(BaseParser): pp.Literal('[') + pp.Optional(register.setResultsName('base')) + pp.Optional(pp.Suppress(pp.Literal(','))) - + pp.Optional(register_index ^ immediate.setResultsName('offset')) + + pp.Optional(register_index ^ (immediate ^ arith_immediate).setResultsName('offset')) + pp.Literal(']') + pp.Optional( pp.Literal('!').setResultsName('pre_indexed') @@ -178,6 +197,11 @@ class ParserAArch64v81(BaseParser): + pp.Optional(self.comment) ) + # for testing + self.predicate = predicate + self.vector = vector + self.register = register + def parse_line(self, line, line_number=None): """ Parse line and return instruction form. @@ -194,7 +218,7 @@ class ParserAArch64v81(BaseParser): self.DIRECTIVE_ID: None, self.COMMENT_ID: None, self.LABEL_ID: None, - 'line': line.strip(), + 'line': line, 'line_number': line_number, } ) @@ -325,9 +349,11 @@ class ParserAArch64v81(BaseParser): def process_memory_address(self, memory_address): """Post-process memory address operand""" # Remove unnecessarily created dictionary entries during parsing - offset = None if 'offset' not in memory_address else memory_address['offset'] - base = None if 'base' not in memory_address else memory_address['base'] - index = None if 'index' not in memory_address else memory_address['index'] + offset = memory_address.get('offset', None) + if isinstance(offset, list) and len(offset) == 1: + offset = offset[0] + base = memory_address.get('base', None) + index = memory_address.get('index', None) scale = 1 if base is not None and 'name' in base and base['name'] == 'sp': base['prefix'] = 'x' @@ -354,18 +380,20 @@ class ParserAArch64v81(BaseParser): def process_register_list(self, register_list): """Post-process register lists (e.g., {r0,r3,r5}) and register ranges (e.g., {r0-r7})""" # Remove unnecessarily created dictionary entries during parsing - vlist = [] + rlist = [] dict_name = '' if 'list' in register_list: dict_name = 'list' if 'range' in register_list: dict_name = 'range' - for v in register_list[dict_name]: - vlist.append( - AttrDict.convert_dict(self.list_element.parseString(v, parseAll=True).asDict()) + for r in register_list[dict_name]: + rlist.append( + AttrDict.convert_dict(self.list_element.parseString(r, parseAll=True).asDict()) ) - index = None if 'index' not in register_list else register_list['index'] - new_dict = AttrDict({dict_name: vlist, 'index': index}) + index = register_list.get('index', None) + new_dict = AttrDict({dict_name: rlist, 'index': index}) + if len(new_dict[dict_name]) == 1: + return AttrDict({self.REGISTER_ID: new_dict[dict_name][0]}) return AttrDict({self.REGISTER_ID: new_dict}) def process_immediate(self, immediate): @@ -450,7 +478,7 @@ class ParserAArch64v81(BaseParser): def is_vector_register(self, register): """Check if register is a vector register""" - if register['prefix'] in 'bhsdqv': + if register['prefix'] in 'bhsdqvz': return True return False @@ -465,7 +493,7 @@ class ParserAArch64v81(BaseParser): def is_reg_dependend_of(self, reg_a, reg_b): """Check if ``reg_a`` is dependent on ``reg_b``""" prefixes_gpr = 'wx' - prefixes_vec = 'bhsdqv' + prefixes_vec = 'bhsdqvz' if reg_a['name'] == reg_b['name']: if reg_a['prefix'].lower() in prefixes_gpr and reg_b['prefix'].lower() in prefixes_gpr: return True diff --git a/osaca/parser/parser_x86att.py b/osaca/parser/parser_x86att.py index ecdee66..b2e39e2 100755 --- a/osaca/parser/parser_x86att.py +++ b/osaca/parser/parser_x86att.py @@ -184,7 +184,7 @@ class ParserX86ATT(BaseParser): self.DIRECTIVE_ID: None, self.COMMENT_ID: None, self.LABEL_ID: None, - 'line': line.strip(), + 'line': line, 'line_number': line_number, } ) @@ -303,9 +303,9 @@ class ParserX86ATT(BaseParser): def process_memory_address(self, memory_address): """Post-process memory address operand""" # Remove unecessarily created dictionary entries during memory address parsing - offset = None if 'offset' not in memory_address else memory_address['offset'] - base = None if 'base' not in memory_address else memory_address['base'] - index = None if 'index' not in memory_address else memory_address['index'] + offset = memory_address.get('offset', None) + base = memory_address.get('base', None) + index = memory_address.get('index', None) scale = 1 if 'scale' not in memory_address else int(memory_address['scale']) if isinstance(offset, str) and base is None and index is None: offset = {'value': offset} diff --git a/osaca/semantics/arch_semantics.py b/osaca/semantics/arch_semantics.py index 9ab9dc9..50bbce5 100755 --- a/osaca/semantics/arch_semantics.py +++ b/osaca/semantics/arch_semantics.py @@ -53,9 +53,18 @@ class ArchSemantics(ISASemantics): ) if len(set(port_sums)) > 1: # balance ports - for _ in range(cycles * 100): - instr_ports[port_sums.index(max(port_sums))] -= INC - instr_ports[port_sums.index(min(port_sums))] += INC + # init list for keeping track of the current change + differences = [cycles / len(ports) for p in ports] + for _ in range(int(cycles * (1 / INC))): + if len(instr_ports) == 1: + # no balancing possible anymore + break + max_port_idx = port_sums.index(max(port_sums)) + min_port_idx = port_sums.index(min(port_sums)) + instr_ports[max_port_idx] -= INC + instr_ports[min_port_idx] += INC + differences[max_port_idx] -= INC + differences[min_port_idx] += INC # instr_ports = [round(p, 2) for p in instr_ports] self._itemsetter(*indices)(instruction_form['port_pressure'], *instr_ports) # check if min port is zero @@ -63,7 +72,12 @@ class ArchSemantics(ISASemantics): # if port_pressure is not exactly 0.00, add the residual to # the former port if min(instr_ports) != 0.0: - instr_ports[port_sums.index(min(port_sums))] += min(instr_ports) + min_port_idx = port_sums.index(min(port_sums)) + instr_ports[min_port_idx] += min(instr_ports) + differences[min_port_idx] += min(instr_ports) + # we don't need to decrease difference for other port, just + # delete it + del differences[instr_ports.index(min(instr_ports))] self._itemsetter(*indices)( instruction_form['port_pressure'], *instr_ports ) @@ -80,6 +94,17 @@ class ArchSemantics(ISASemantics): instr_ports = self._to_list( itemgetter(*indices)(instruction_form['port_pressure']) ) + # never remove more than the fixed utilization per uop and port, i.e., + # cycles/len(ports) + if round(min(differences), 2) <= 0: + # don't worry if port_pressure isn't exactly 0 and just + # remove from further balancing by deleting index since + # pressure is not 0 + del indices[differences.index(min(differences))] + instr_ports = self._to_list( + itemgetter(*indices)(instruction_form['port_pressure']) + ) + del differences[differences.index(min(differences))] port_sums = self._to_list( itemgetter(*indices)(self.get_throughput_sum(kernel)) ) diff --git a/osaca/semantics/hw_model.py b/osaca/semantics/hw_model.py index 170e69b..0bb398c 100755 --- a/osaca/semantics/hw_model.py +++ b/osaca/semantics/hw_model.py @@ -240,6 +240,7 @@ class MachineModel(object): def get_isa_for_arch(arch): """Return ISA for given micro-arch ``arch``.""" arch_dict = { + 'a64fx': 'aarch64', 'tx2': 'aarch64', 'n1': 'aarch64', 'zen1': 'x86', diff --git a/osaca/semantics/isa_semantics.py b/osaca/semantics/isa_semantics.py index 64ff02c..b624f10 100755 --- a/osaca/semantics/isa_semantics.py +++ b/osaca/semantics/isa_semantics.py @@ -2,7 +2,7 @@ from itertools import chain from osaca import utils -from osaca.parser import AttrDict, ParserAArch64v81, ParserX86ATT +from osaca.parser import AttrDict, ParserAArch64, ParserX86ATT from .hw_model import MachineModel @@ -31,7 +31,7 @@ class ISASemantics(object): if self._isa == 'x86': self._parser = ParserX86ATT() elif self._isa == 'aarch64': - self._parser = ParserAArch64v81() + self._parser = ParserAArch64() def process(self, instruction_forms): """Process a list of instruction forms.""" @@ -52,7 +52,6 @@ class ISASemantics(object): return # check if instruction form is in ISA yaml, otherwise apply standard operand assignment # (one dest, others source) - # import pdb; pdb.set_trace() isa_data = self._isa_model.get_instruction( instruction_form['instruction'], instruction_form['operands'] ) diff --git a/osaca/semantics/marker_utils.py b/osaca/semantics/marker_utils.py index f47c147..b9ee0c6 100755 --- a/osaca/semantics/marker_utils.py +++ b/osaca/semantics/marker_utils.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 from collections import OrderedDict -from osaca.parser import ParserAArch64v81, ParserX86ATT, get_parser +from osaca.parser import ParserAArch64, ParserX86ATT, get_parser COMMENT_MARKER = {'start': 'OSACA-BEGIN', 'end': 'OSACA-END'} @@ -38,7 +38,7 @@ def find_marked_kernel_AArch64(lines): nop_bytes = ['213', '3', '32', '31'] return find_marked_section( lines, - ParserAArch64v81(), + ParserAArch64(), ['mov'], 'x1', [111, 222], @@ -277,6 +277,11 @@ def find_basic_loop_bodies(lines): current_block.append(line) # Find end of block by searching for references to valid jump labels if line['instruction'] and line['operands']: + # Ignore `b.none` instructions (relevant von ARM SVE code) + # This branch instruction is often present _within_ inner loop blocks, but usually + # do not terminate + if line['instruction'] == 'b.none': + continue for operand in [o for o in line['operands'] if 'identifier' in o]: if operand['identifier']['name'] in valid_jump_labels: if operand['identifier']['name'] == label: diff --git a/tests/all_tests.py b/tests/all_tests.py index 355e322..720932f 100755 --- a/tests/all_tests.py +++ b/tests/all_tests.py @@ -8,7 +8,7 @@ suite = unittest.TestLoader().loadTestsFromNames( [ 'test_base_parser', 'test_parser_x86att', - 'test_parser_AArch64v81', + 'test_parser_AArch64', 'test_marker_utils', 'test_semantics', 'test_frontend', diff --git a/tests/test_cli.py b/tests/test_cli.py index 5c3a3dd..8e44a2e 100755 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -11,7 +11,7 @@ from shutil import copyfile from unittest.mock import patch import osaca.osaca as osaca -from osaca.parser import ParserAArch64v81, ParserX86ATT +from osaca.parser import ParserAArch64, ParserX86ATT from osaca.semantics import MachineModel @@ -71,7 +71,7 @@ class TestCLI(unittest.TestCase): def test_get_parser(self): self.assertTrue(isinstance(osaca.get_asm_parser('csx'), ParserX86ATT)) - self.assertTrue(isinstance(osaca.get_asm_parser('tx2'), ParserAArch64v81)) + self.assertTrue(isinstance(osaca.get_asm_parser('tx2'), ParserAArch64)) with self.assertRaises(ValueError): osaca.get_asm_parser('UNKNOWN') diff --git a/tests/test_frontend.py b/tests/test_frontend.py index 4ef43af..eb1ca86 100755 --- a/tests/test_frontend.py +++ b/tests/test_frontend.py @@ -7,7 +7,7 @@ import os import unittest from osaca.frontend import Frontend -from osaca.parser import ParserAArch64v81, ParserX86ATT +from osaca.parser import ParserAArch64, ParserX86ATT from osaca.semantics import ArchSemantics, KernelDG, MachineModel @@ -20,7 +20,7 @@ class TestFrontend(unittest.TestCase): def setUpClass(self): # set up parser and kernels self.parser_x86 = ParserX86ATT() - self.parser_AArch64 = ParserAArch64v81() + self.parser_AArch64 = ParserAArch64() with open(self._find_file('kernel_x86.s')) as f: code_x86 = f.read() with open(self._find_file('kernel_aarch64.s')) as f: diff --git a/tests/test_kerncraftAPI.py b/tests/test_kerncraftAPI.py index 82bea70..06621d4 100755 --- a/tests/test_kerncraftAPI.py +++ b/tests/test_kerncraftAPI.py @@ -9,7 +9,7 @@ import unittest from collections import OrderedDict from osaca.api import KerncraftAPI -from osaca.parser import ParserAArch64v81, ParserX86ATT +from osaca.parser import ParserAArch64, ParserX86ATT class TestKerncraftAPI(unittest.TestCase): @@ -17,7 +17,7 @@ class TestKerncraftAPI(unittest.TestCase): def setUpClass(self): # set up parser and kernels self.parser_x86 = ParserX86ATT() - self.parser_AArch64 = ParserAArch64v81() + self.parser_AArch64 = ParserAArch64() with open(self._find_file('triad_x86_iaca.s')) as f: self.code_x86 = f.read() with open(self._find_file('triad_arm_iaca.s')) as f: diff --git a/tests/test_marker_utils.py b/tests/test_marker_utils.py index 972dab1..845c59b 100755 --- a/tests/test_marker_utils.py +++ b/tests/test_marker_utils.py @@ -8,13 +8,13 @@ from collections import OrderedDict from osaca.semantics import reduce_to_section, find_basic_blocks, find_jump_labels, \ find_basic_loop_bodies -from osaca.parser import ParserAArch64v81, ParserX86ATT +from osaca.parser import ParserAArch64, ParserX86ATT class TestMarkerUtils(unittest.TestCase): @classmethod def setUpClass(self): - self.parser_AArch = ParserAArch64v81() + self.parser_AArch = ParserAArch64() self.parser_x86 = ParserX86ATT() with open(self._find_file('triad_arm_iaca.s')) as f: triad_code_arm = f.read() diff --git a/tests/test_parser_AArch64v81.py b/tests/test_parser_AArch64.py similarity index 96% rename from tests/test_parser_AArch64v81.py rename to tests/test_parser_AArch64.py index cf600f5..0c7d713 100755 --- a/tests/test_parser_AArch64v81.py +++ b/tests/test_parser_AArch64.py @@ -8,13 +8,13 @@ import unittest from pyparsing import ParseException -from osaca.parser import AttrDict, ParserAArch64v81 +from osaca.parser import AttrDict, ParserAArch64 -class TestParserAArch64v81(unittest.TestCase): +class TestParserAArch64(unittest.TestCase): @classmethod def setUpClass(self): - self.parser = ParserAArch64v81() + self.parser = ParserAArch64() with open(self._find_file('triad_arm_iaca.s')) as f: self.triad_code = f.read() @@ -146,8 +146,8 @@ class TestParserAArch64v81(unittest.TestCase): def test_parse_line(self): line_comment = '// -- Begin main' line_label = '.LBB0_1: // =>This Inner Loop Header: Depth=1' - line_directive = '\t.cfi_def_cfa w29, -16' - line_instruction = '\tldr s0, [x11, w10, sxtw #2]\t\t// = <<2' + line_directive = '.cfi_def_cfa w29, -16' + line_instruction = 'ldr s0, [x11, w10, sxtw #2] // = <<2' line_prefetch = 'prfm pldl1keep, [x26, #2048] //HPL' line_preindexed = 'stp x29, x30, [sp, #-16]!' line_postindexed = 'ldp q2, q3, [x11], #64' @@ -201,7 +201,7 @@ class TestParserAArch64v81(unittest.TestCase): 'directive': None, 'comment': '= <<2', 'label': None, - 'line': 'ldr s0, [x11, w10, sxtw #2]\t\t// = <<2', + 'line': 'ldr s0, [x11, w10, sxtw #2] // = <<2', 'line_number': 4, } instruction_form_5 = { @@ -309,23 +309,23 @@ class TestParserAArch64v81(unittest.TestCase): self.assertEqual(self.parser.normalize_imd(identifier), identifier) def test_multiple_regs(self): - instr_range = 'PUSH {r5-r7}' + instr_range = 'PUSH {x5-x7}' reg_range = AttrDict({ 'register': { 'range': [ - {'prefix': 'r', 'name': '5'}, - {'prefix': 'r', 'name': '7'} + {'prefix': 'x', 'name': '5'}, + {'prefix': 'x', 'name': '7'} ], 'index': None } }) - instr_list = 'POP {r5, r7, r9}' + instr_list = 'POP {x5, x7, x9}' reg_list = AttrDict({ 'register': { 'list': [ - {'prefix': 'r', 'name': '5'}, - {'prefix': 'r', 'name': '7'}, - {'prefix': 'r', 'name': '9'} + {'prefix': 'x', 'name': '5'}, + {'prefix': 'x', 'name': '7'}, + {'prefix': 'x', 'name': '9'} ], 'index': None } @@ -411,5 +411,5 @@ class TestParserAArch64v81(unittest.TestCase): if __name__ == '__main__': - suite = unittest.TestLoader().loadTestsFromTestCase(TestParserAArch64v81) + suite = unittest.TestLoader().loadTestsFromTestCase(TestParserAArch64) unittest.TextTestRunner(verbosity=2).run(suite) diff --git a/tests/test_parser_x86att.py b/tests/test_parser_x86att.py index 47fb334..253518c 100755 --- a/tests/test_parser_x86att.py +++ b/tests/test_parser_x86att.py @@ -156,8 +156,8 @@ class TestParserX86ATT(unittest.TestCase): def test_parse_line(self): line_comment = '# -- Begin main' line_label = '..B1.7: # Preds ..B1.6' - line_directive = '\t\t.quad .2.3_2__kmpc_loc_pack.2 #qed' - line_instruction = '\t\tlea 2(%rax,%rax), %ecx #12.9' + line_directive = '.quad .2.3_2__kmpc_loc_pack.2 #qed' + line_instruction = 'lea 2(%rax,%rax), %ecx #12.9' instruction_form_1 = { 'instruction': None, diff --git a/tests/test_semantics.py b/tests/test_semantics.py index 752760b..d8ffa26 100755 --- a/tests/test_semantics.py +++ b/tests/test_semantics.py @@ -11,7 +11,7 @@ from subprocess import call import networkx as nx from osaca.osaca import get_unmatched_instruction_ratio -from osaca.parser import AttrDict, ParserAArch64v81, ParserX86ATT +from osaca.parser import AttrDict, ParserAArch64, ParserX86ATT from osaca.semantics import (INSTR_FLAGS, ArchSemantics, KernelDG, MachineModel, reduce_to_section) @@ -30,7 +30,7 @@ class TestSemanticTools(unittest.TestCase): call(['cp', '-r', self.MODULE_DATA_DIR, self.USER_DATA_DIR]) # set up parser and kernels self.parser_x86 = ParserX86ATT() - self.parser_AArch64 = ParserAArch64v81() + self.parser_AArch64 = ParserAArch64() with open(self._find_file('kernel_x86.s')) as f: self.code_x86 = f.read() with open(self._find_file('kernel_aarch64.s')) as f: