Home
last modified time | relevance | path

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

/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromString_line_column.phpt51 Element: 'DIV', 6
H A Dpredefined_namespaces.phpt57 DIV http://www.w3.org/1999/xhtml
/php-src/ext/opcache/jit/ir/
H A Dir_fold.h487 IR_FOLD(DIV(C_U8, C_U8))
501 IR_FOLD(DIV(C_I8, C_I8))
1854 IR_FOLD(DIV(_, C_U8))
1855 IR_FOLD(DIV(_, C_U16)) in IR_FOLD()
1856 IR_FOLD(DIV(_, C_U32)) in IR_FOLD()
1857 IR_FOLD(DIV(_, C_U64)) in IR_FOLD()
1865 IR_FOLD(DIV(_, C_I8))
1866 IR_FOLD(DIV(_, C_I16)) in IR_FOLD()
1867 IR_FOLD(DIV(_, C_I32)) in IR_FOLD()
1868 IR_FOLD(DIV(_, C_I64)) in IR_FOLD()
[all …]
H A Dir.h255 _(DIV, d2, def, def, ___) /* division */ \
H A Dir_x86.dasc2162 /* DIV(X, PWR2) => SHR */
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c203 #define DIV (HI(0) | (2 << 6) | LO(26)) macro
212 #define DIV (HI(0) | LO(26)) macro
2436 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? DIVU : DIV) | S(SLJIT_R0) | T(SLJIT_R1) … in sljit_emit_op0()
2444 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? DIVU : DIV) | S(SLJIT_R0) | T(SLJIT_R1) … in sljit_emit_op0()
2456 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? DIVU : DIV) | S(SLJIT_R0) | T(SLJIT_R1),… in sljit_emit_op0()
2460 …FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? DIVU : DIV) | S(SLJIT_R0) | T(SLJIT_R1),… in sljit_emit_op0()
H A DsljitNativeRISCV_common.c91 #define DIV (F7(0x1) | F3(0x4) | OPC(0x33)) macro
1878 FAIL_IF(push_inst(compiler, DIV | WORD | RD(SLJIT_R0) | RS1(SLJIT_R0) | RS2(SLJIT_R1))); in sljit_emit_op0()
1883 return push_inst(compiler, DIV | WORD | RD(SLJIT_R0) | RS1(SLJIT_R0) | RS2(SLJIT_R1)); in sljit_emit_op0()
H A DsljitNativeX86_common.c205 #define DIV (/* GROUP_F7 */ 6 << 3) macro
1464 inst[1] |= DIV; in sljit_emit_op0()
H A DsljitNativeLOONGARCH_64.c1881 FAIL_IF(push_inst(compiler, INST(DIV, op) | RD(SLJIT_R0) | RJ(SLJIT_R0) | RK(SLJIT_R1))); in sljit_emit_op0()
1886 return push_inst(compiler, INST(DIV, op) | RD(SLJIT_R0) | RJ(SLJIT_R0) | RK(SLJIT_R1)); in sljit_emit_op0()

Completed in 77 milliseconds