Brig_new.hpp (11308:7d8836fd043d) Brig_new.hpp (11737:50eceddc2286)
1// University of Illinois/NCSA
2// Open Source License
3//
4// Copyright (c) 2013-2015, Advanced Micro Devices, Inc.
5// All rights reserved.
6//
7// Developed by:
8//

--- 1441 unchanged lines hidden (view full) ---

1450};
1451
1452struct BrigInstSourceType {
1453 BrigInstBase base;
1454 BrigType16_t sourceType;
1455 uint16_t reserved; //.defValue=0
1456};
1457
1// University of Illinois/NCSA
2// Open Source License
3//
4// Copyright (c) 2013-2015, Advanced Micro Devices, Inc.
5// All rights reserved.
6//
7// Developed by:
8//

--- 1441 unchanged lines hidden (view full) ---

1450};
1451
1452struct BrigInstSourceType {
1453 BrigInstBase base;
1454 BrigType16_t sourceType;
1455 uint16_t reserved; //.defValue=0
1456};
1457
1458typedef BrigInstSourceType BrigInstPopcount;
1459
1458struct BrigOperandAddress {
1459 BrigBase base;
1460 BrigCodeOffset32_t symbol; //.wtype=ItemRef<DirectiveVariable>
1461 BrigOperandOffset32_t reg; //.wtype=ItemRef<OperandRegister>
1462 BrigUInt64 offset; //.acc=subItem<UInt64> //.wtype=UInt64
1463};
1464
1465struct BrigOperandAlign {

--- 122 unchanged lines hidden ---
1460struct BrigOperandAddress {
1461 BrigBase base;
1462 BrigCodeOffset32_t symbol; //.wtype=ItemRef<DirectiveVariable>
1463 BrigOperandOffset32_t reg; //.wtype=ItemRef<OperandRegister>
1464 BrigUInt64 offset; //.acc=subItem<UInt64> //.wtype=UInt64
1465};
1466
1467struct BrigOperandAlign {

--- 122 unchanged lines hidden ---