mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-05 02:30:08 +01:00
36270 lines
3.8 MiB
36270 lines
3.8 MiB
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
|
|
imd: 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: 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: 0 # 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
|
|
|