2
3
4
9#include <ae2f/c90/StdInt.h>
12
13
14
20extern char ACLSPV_CHECK[
sizeof(
aclspv_wrd_t) >= 4 ? 1 : -1];
23
24
25
26#ifndef aclspv_opcode_t
34
35
36
39
40
41
45
46
47
52
53
54
58
59
60
64
65
66
#define unless(a)
Invokes when condition is false.
#define ae2f_extern
Suggests the existence of external variable or function, in naming of C. [non-mangling].
#define ACLSPV_ABI_DECL
Declaration as ABI.
#define ae2f_assume(a)
tells the compiler that value if a is false, below this keyword is not expected to be reached.
#define ae2f_unexpected_but_if(a)
#define ae2f_expected_but_else(a)
#define ae2f_restrict
Keyword as restrict on C99.
#define ae2f_expected_not(a)
expectes a as false.
#define ae2f_unreachable()
tells the compiler that below this keyword is not expected to be reached.
#define ae2f_expected(a)
expectes a as true.
#define get_buf_from_scale(h_alloc, c_scale)
#define aclspv_opcode_t
integer as operation code
aclspv_wrd_t aclspv_wrdcount_t
the integer type represents the number of word.
#define aclspv_wrd_t
integer as word
aclspv_wrdcount_t m_num_cursor
number of m_cursors. for its use see util/cursor.h
util_bind_unified m_unified
#define emit_opcode(h_wrds, c_wrdcount, c_opcode, c_num_opprm_opt)
try emit opcode with num_opprm
#define get_wrd_of_vec(vec)
get word buffer from vector
#define count_to_sz(c_count)
word count to byte size