Home
last modified time | relevance | path

Searched refs:dasm_Section (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/opcache/jit/dynasm/
H A Ddasm_mips.h55 typedef struct dasm_Section { struct
62 } dasm_Section; argument
73 dasm_Section *section; /* Pointer to active section. */
77 dasm_Section sections[1]; /* All sections. Alloc-extended. */
81 #define DASM_PSZ(ms) (sizeof(dasm_State)+(ms-1)*sizeof(dasm_Section))
173 dasm_Section *sec = D->section; in dasm_put()
285 dasm_Section *sec = D->sections + secnum; in dasm_link()
332 dasm_Section *sec = D->sections + secnum; in dasm_encode()
H A Ddasm_ppc.h55 typedef struct dasm_Section { struct
62 } dasm_Section; typedef
73 dasm_Section *section; /* Pointer to active section. */
77 dasm_Section sections[1]; /* All sections. Alloc-extended. */
81 #define DASM_PSZ(ms) (sizeof(dasm_State)+(ms-1)*sizeof(dasm_Section))
173 dasm_Section *sec = D->section; in dasm_put()
289 dasm_Section *sec = D->sections + secnum; in dasm_link()
336 dasm_Section *sec = D->sections + secnum; in dasm_encode()
H A Ddasm_arm.h56 typedef struct dasm_Section { struct
63 } dasm_Section; argument
74 dasm_Section *section; /* Pointer to active section. */
78 dasm_Section sections[1]; /* All sections. Alloc-extended. */
82 #define DASM_PSZ(ms) (sizeof(dasm_State)+(ms-1)*sizeof(dasm_Section))
182 dasm_Section *sec = D->section; in dasm_put()
306 dasm_Section *sec = D->sections + secnum; in dasm_link()
354 dasm_Section *sec = D->sections + secnum; in dasm_encode()
H A Ddasm_arm64.h58 typedef struct dasm_Section { struct
65 } dasm_Section; argument
76 dasm_Section *section; /* Pointer to active section. */
80 dasm_Section sections[1]; /* All sections. Alloc-extended. */
84 #define DASM_PSZ(ms) (sizeof(dasm_State)+(ms-1)*sizeof(dasm_Section))
224 dasm_Section *sec = D->section; in dasm_put()
375 dasm_Section *sec = D->sections + secnum; in dasm_link()
433 dasm_Section *sec = D->sections + secnum; in dasm_encode()
H A Ddasm_x86.h54 typedef struct dasm_Section { struct
61 } dasm_Section; argument
72 dasm_Section *section; /* Pointer to active section. */
76 dasm_Section sections[1]; /* All sections. Alloc-extended. */
80 #define DASM_PSZ(ms) (sizeof(dasm_State)+(ms-1)*sizeof(dasm_Section))
182 dasm_Section *sec = D->section; in dasm_put()
314 dasm_Section *sec = D->sections + secnum; in dasm_link()
410 dasm_Section *sec = D->sections + secnum; in dasm_encode()

Completed in 36 milliseconds