Home
last modified time | relevance | path

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

/PHP-8.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_64.c172 #define SUBS 0xeb000000 macro
1076 return push_inst(compiler, SUBS | RD(TMP_ZERO) | RN(TMP_LR) | RM(dst) | (2 << 22) | (63 << 10)); in emit_op_imm()
1080 return push_inst(compiler, SUBS | RD(TMP_ZERO) | RN(TMP_LR) | RM(dst) | (2 << 22) | (63 << 10)); in emit_op_imm()
1118 return push_inst(compiler, (SUBS ^ inv_bits) | RD(TMP_ZERO) | RN(dst) | RM(TMP_ZERO)); in emit_op_imm()
3323 cmp = (SUBS ^ W_OP) | RD(TMP_ZERO); in sljit_emit_atomic_store()
H A DsljitNativeARM_T2_32.c201 #define SUBS 0x1a00 macro
1089 return push_inst16(compiler, SUBS | RD3(dst) | RN3(arg1) | RM3(arg2)); in emit_op_imm()

Completed in 23 milliseconds