Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_64.c116 #define SDIV 0x9ac00c00 macro
1148 …FAIL_IF(push_inst(compiler, ((op == SLJIT_DIVMOD_UW ? UDIV : SDIV) ^ inv_bits) | RD(SLJIT_R0) | RN… in sljit_emit_op0()
1153 …return push_inst(compiler, ((op == SLJIT_DIV_UW ? UDIV : SDIV) ^ inv_bits) | RD(SLJIT_R0) | RN(SLJ… in sljit_emit_op0()
H A DsljitNativeSPARC_common.c191 #define SDIV (OPC1(0x2) | OPC3(0x0f)) macro
871 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? UDIV : SDIV) | D(SLJIT_R0) | S1(SLJIT_R0… in sljit_emit_op0()
H A DsljitNativeARM_T2_32.c163 #define SDIV 0xfb90f0f0 macro
1277 …FAIL_IF(push_inst32(compiler, (op == SLJIT_DIVMOD_UW ? UDIV : SDIV) | RD4(SLJIT_R0) | RN4(SLJIT_R0… in sljit_emit_op0()
1282 …return push_inst32(compiler, (op == SLJIT_DIV_UW ? UDIV : SDIV) | RD4(SLJIT_R0) | RN4(SLJIT_R0) | … in sljit_emit_op0()

Completed in 34 milliseconds