Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeLOONGARCH_64.c195 #define BSTRPICK_D (0x3 << 22) macro
1358 return push_inst(compiler, BSTRPICK_D | RD(dst) | RJ(src2) | (31 << 16)); in emit_single_op()
1399 return push_inst(compiler, BSTRPICK_D | RD(dst) | RJ(dst) | (31 << 16)); in emit_single_op()
3645 unsign = BSTRPICK_D | (7 << 16); in sljit_emit_atomic_store()
3649 unsign = BSTRPICK_D | (15 << 16); in sljit_emit_atomic_store()
3656 unsign = BSTRPICK_D | (31 << 16); in sljit_emit_atomic_store()

Completed in 19 milliseconds