Home
last modified time | relevance | path

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

/PHP-7.2/tests/func/
H A Dbug64523.phpt2 Bug #64523: XOR not parsed in INI
H A D011.phpt2 Test bitwise AND, OR, XOR, NOT and logical NOT in INI via error_reporting
/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeMIPS_32.c183 FAIL_IF(push_inst(compiler, XOR | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op()
200 FAIL_IF(push_inst(compiler, XOR | S(TMP_REG1) | TA(EQUAL_FLAG) | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op()
201 FAIL_IF(push_inst(compiler, XOR | S(dst) | TA(EQUAL_FLAG) | DA(OTHER_FLAG), OTHER_FLAG)); in emit_single_op()
319 FAIL_IF(push_inst(compiler, XOR | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op()
333 FAIL_IF(push_inst(compiler, XOR | S(TMP_REG1) | TA(EQUAL_FLAG) | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op()
334 FAIL_IF(push_inst(compiler, XOR | S(dst) | TA(EQUAL_FLAG) | DA(OTHER_FLAG), OTHER_FLAG)); in emit_single_op()
393 EMIT_LOGICAL(XORI, XOR); in emit_single_op()
H A DsljitNativeMIPS_64.c274 FAIL_IF(push_inst(compiler, XOR | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op()
291 FAIL_IF(push_inst(compiler, XOR | S(TMP_REG1) | TA(EQUAL_FLAG) | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op()
292 FAIL_IF(push_inst(compiler, XOR | S(dst) | TA(EQUAL_FLAG) | DA(OTHER_FLAG), OTHER_FLAG)); in emit_single_op()
410 FAIL_IF(push_inst(compiler, XOR | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op()
424 FAIL_IF(push_inst(compiler, XOR | S(TMP_REG1) | TA(EQUAL_FLAG) | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op()
425 FAIL_IF(push_inst(compiler, XOR | S(dst) | TA(EQUAL_FLAG) | DA(OTHER_FLAG), OTHER_FLAG)); in emit_single_op()
487 EMIT_LOGICAL(XORI, XOR); in emit_single_op()
H A DsljitNativeSPARC_32.c122 …return push_inst(compiler, XOR | (flags & SET_FLAGS) | D(dst) | S1(src1) | ARG2(flags, src2), DR(d… in emit_single_op()
H A DsljitNativePPC_32.c221 return push_inst(compiler, XOR | RC(flags) | S(src1) | A(dst) | B(src2)); in emit_single_op()
H A DsljitNativeTILEGX_64.c406 #define XOR(dst, srca, srcb) \ macro
1692 FAIL_IF(XOR(TMP_EREG1, reg_map[src1], reg_map[src2])); in emit_single_op()
1717 FAIL_IF(XOR(OVERFLOW_FLAG,reg_map[dst], overflow_ra)); in emit_single_op()
1804 FAIL_IF(XOR(TMP_EREG1, reg_map[src1], reg_map[src2])); in emit_single_op()
1836 FAIL_IF(XOR(OVERFLOW_FLAG, reg_map[dst], overflow_ra)); in emit_single_op()
H A DsljitNativePPC_64.c373 return push_inst(compiler, XOR | RC(flags) | S(src1) | A(dst) | B(src2)); in emit_single_op()
H A DsljitNativeX86_common.c244 #define XOR (/* BINARY */ 6 << 3) macro
1234 *(inst + 1) |= XOR; in emit_clz()
2177 return emit_cum_binary(compiler, XOR_r_rm, XOR_rm_r, XOR, XOR_EAX_i32,
H A DsljitNativeSPARC_common.c164 #define XOR (OPC1(0x2) | OPC3(0x03)) macro
H A DsljitNativeMIPS_common.c170 #define XOR (HI(0) | LO(38)) macro
H A DsljitNativePPC_common.c223 #define XOR (HI(31) | LO(316)) macro
/PHP-7.2/Zend/tests/grammar/
H A Dsemi_reserved_005.phpt34 const XOR = 'xor';
110 echo Obj::XOR, PHP_EOL;
/PHP-7.2/
H A Dphp.ini-development50 ; ^ bitwise XOR
H A Dphp.ini-production50 ; ^ bitwise XOR
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic1281 # at decimal offsets 2 and 22, respectively, but they are XOR'ed with
9678 # or cld;xor ax,ax;mov SS,ax;XOR SP,SP;mov DS,
10339 # assembler instructions: CLI;MOV AX,CS;MOV DS,AX;XOR DX,DX;MOV
H A Dmagic私はガラスを食べられます1281 # at decimal offsets 2 and 22, respectively, but they are XOR'ed with
9678 # or cld;xor ax,ax;mov SS,ax;XOR SP,SP;mov DS,
10339 # assembler instructions: CLI;MOV AX,CS;MOV DS,AX;XOR DX,DX;MOV

Completed in 191 milliseconds