Actions
Bug #12223
openКонфликт инструкций с разными модификаторами (op, internal op) и с одним телом
Start date:
03/06/2023
Due date:
% Done:
0%
Estimated time:
Detected in build:
git
Platform:
Published in build:
Description
Пример:
op ands_bitmask (rd: REG, rn: REG, N: BIT, imms: card(6), immr: card(6)) internal op ands_bitmask_32n (rd: REG_32, rn: REG_32, N: BIT, imms: card(6), immr: card(6)) init = {} syntax = format("ands %s, %s, %s", rd.syntax, rn.syntax, lsx(sf_53, wmask).syntax) image = format("%22s%5s%5s", lix(sf_53, N, imms, immr, opc_53).image, rn.image, rd.image) action = {}
Спецификация собирается, но инструкция ands_bitmask не доступна в шаблонах.
Updated by Alexander Protsenko over 1 year ago
- Target version changed from 2.5 to 2.6
Actions