Home
last modified time | relevance | path

Searched refs:align (Results 76 – 84 of 84) sorted by relevance

1234

/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_x86.lua2269 local align = tonumber(params[1]) or map_opsizenum[map_opsize[params[1]]]
2270 if align then
2271 local x = align
2277 wputxb(align-1) -- Action byte is 2**n-1.
/php-src/Zend/
H A Dzend.h238 zend_max_align_t align; member
H A Dzend_portability.h721 # define ZEND_SET_ALIGNED(alignment, decl) __declspec(align(alignment)) decl
/php-src/ext/opcache/jit/ir/
H A Dir_gdb.c234 sect->align = (al) in ir_gdbjit_secthdr()
H A Dir_private.h42 # define IR_SET_ALIGNED(alignment, decl) __declspec(align(alignment)) decl
H A Dir_x86.dasc5197 |.align 16
5212 |.align 16
5229 |.align 16
5244 |.align 16
6262 |.align 16
8391 |.align aword
10321 | .align IR_LOOP_ALIGNMENT
10729 |.align 8
10734 |.align 4
10749 |.align 8
H A Dir_aarch64.dasc4554 |.align 8
5900 | .align IR_LOOP_ALIGNMENT
6185 |.align 8
6190 |.align 4
6205 |.align 8
/php-src/
H A Dconfigure.ac521 int align = __alignof__(int);
522 (void)align;
H A DCONTRIBUTING.md398 to align your lines vertically, if they wrap. It looks bad otherwise.

Completed in 68 milliseconds

1234