type definitions for spir-v output. More...
#include <ae2f/c90/StdInt.h>Go to the source code of this file.
Macros | |
| #define | aclspv_wrd_t aclspv_wrd_t |
| integer as word | |
| #define | aclspv_opcode_t aclspv_opcode_t |
| integer as operation code | |
| #define | ACLSPV_MASK_OPCODE ((aclspv_wrd_t)0x0000ffff) |
| mask for opcode | |
| #define | ACLSPV_MASK_NOPRNDS ((aclspv_wrd_t)0xffff0000) |
| mask for number of operands | |
| #define | ACLSPV_MASK_WRD ((aclspv_wrd_t)0xffffffff) |
| mask for word | |
Typedefs | |
| typedef uint32_t | aclspv_wrd_t |
| typedef uint_fast16_t | aclspv_opcode_t |
| typedef aclspv_wrd_t | aclspv_num_opprm_t |
| typedef aclspv_wrd_t | aclspv_wrdcount_t |
| the integer type represents the number of word. | |
| typedef aclspv_wrd_t | aclspv_id_t |
Variables | |
| char | ACLSPV_CHECK [sizeof(aclspv_wrd_t) >=4 ? 1 :-1] |
type definitions for spir-v output.
Definition in file spvty.h.
| #define ACLSPV_MASK_NOPRNDS ((aclspv_wrd_t)0xffff0000) |
| #define ACLSPV_MASK_OPCODE ((aclspv_wrd_t)0x0000ffff) |
| #define ACLSPV_MASK_WRD ((aclspv_wrd_t)0xffffffff) |
| #define aclspv_opcode_t aclspv_opcode_t |
| typedef aclspv_wrd_t aclspv_id_t |
| typedef aclspv_wrd_t aclspv_num_opprm_t |
| typedef aclspv_wrd_t aclspv_wrdcount_t |