Searched refs:DIV (Results 1 – 9 of 9) sorted by relevance
/php-src/ext/dom/tests/modern/html/parser/ |
H A D | HTMLDocument_fromString_line_column.phpt | 51 Element: 'DIV', 6
|
H A D | predefined_namespaces.phpt | 57 DIV http://www.w3.org/1999/xhtml
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_fold.h | 487 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 D | ir.h | 255 _(DIV, d2, def, def, ___) /* division */ \
|
H A D | ir_x86.dasc | 2162 /* DIV(X, PWR2) => SHR */
|
/php-src/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeMIPS_common.c | 203 #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 D | sljitNativeRISCV_common.c | 91 #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 D | sljitNativeX86_common.c | 205 #define DIV (/* GROUP_F7 */ 6 << 3) macro 1464 inst[1] |= DIV; in sljit_emit_op0()
|
H A D | sljitNativeLOONGARCH_64.c | 1881 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