Home
last modified time | relevance | path

Searched refs:WORD_SIZE (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_T2_32.c791 #define WORD_SIZE 0x00 macro
1338 flags = WORD_SIZE; in sljit_emit_op1()
1364 flags = WORD_SIZE | UPDATE; in sljit_emit_op1()
1424 if (getput_arg_fast(compiler, WORD_SIZE, TMP_REG2, src, srcw)) in sljit_emit_op1()
1470 if (getput_arg_fast(compiler, WORD_SIZE, TMP_REG1, src1, src1w)) in sljit_emit_op2()
1476 if (getput_arg_fast(compiler, WORD_SIZE, TMP_REG2, src2, src2w)) in sljit_emit_op2()
1518 getput_arg_fast(compiler, WORD_SIZE | STORE, dst_r, dst, dstw); in sljit_emit_op2()
1807 if (getput_arg_fast(compiler, WORD_SIZE | STORE, TMP_REG3, dst, dstw)) in sljit_emit_fast_enter()
1825 if (getput_arg_fast(compiler, WORD_SIZE, TMP_REG3, src, srcw)) in sljit_emit_fast_return()
1830 FAIL_IF(getput_arg(compiler, WORD_SIZE, TMP_REG2, src, srcw, 0, 0)); in sljit_emit_fast_return()
[all …]
H A DsljitNativeARM_64.c776 #define WORD_SIZE 0x300 macro
1300 flags = WORD_SIZE; in sljit_emit_op1()
1334 flags = WORD_SIZE | UPDATE; in sljit_emit_op1()
1395 mem_flags = WORD_SIZE; in sljit_emit_op1()
1448 mem_flags = WORD_SIZE; in sljit_emit_op2()
1658 sljit_si mem_flags = (op & SLJIT_SINGLE_OP) ? INT_SIZE : WORD_SIZE; in sljit_emit_fop1_cmp()
1786 return emit_op_mem(compiler, WORD_SIZE | STORE, TMP_LR, dst, dstw); in sljit_emit_fast_enter()
1798 FAIL_IF(emit_op_mem(compiler, WORD_SIZE, TMP_LR, src, srcw)); in sljit_emit_fast_return()
1951 FAIL_IF(emit_op_mem(compiler, WORD_SIZE, TMP_REG1, src, srcw)); in sljit_emit_ijump()
1996 mem_flags = WORD_SIZE; in sljit_emit_op_flags()
[all …]

Completed in 30 milliseconds