Searched refs:XOR (Results 1 – 19 of 19) sorted by relevance
/PHP-8.2/tests/func/ |
H A D | bug64523.phpt | 2 Bug #64523: XOR not parsed in INI
|
H A D | 011.phpt | 2 Test bitwise AND, OR, XOR, NOT and logical NOT in INI via error_reporting
|
/PHP-8.2/ext/opcache/tests/jit/ |
H A D | xor_001.phpt | 2 JIT XOR: 001
|
H A D | xor_002.phpt | 2 JIT XOR: 002
|
H A D | xor_003.phpt | 2 JIT XOR: 003
|
/PHP-8.2/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeMIPS_32.c | 182 FAIL_IF(push_inst(compiler, XOR | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op() 199 FAIL_IF(push_inst(compiler, XOR | S(TMP_REG1) | TA(EQUAL_FLAG) | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op() 200 FAIL_IF(push_inst(compiler, XOR | S(dst) | TA(EQUAL_FLAG) | DA(OTHER_FLAG), OTHER_FLAG)); in emit_single_op() 318 FAIL_IF(push_inst(compiler, XOR | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op() 332 FAIL_IF(push_inst(compiler, XOR | S(TMP_REG1) | TA(EQUAL_FLAG) | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op() 333 FAIL_IF(push_inst(compiler, XOR | S(dst) | TA(EQUAL_FLAG) | DA(OTHER_FLAG), OTHER_FLAG)); in emit_single_op() 398 EMIT_LOGICAL(XORI, XOR); in emit_single_op()
|
H A D | sljitNativeMIPS_64.c | 295 FAIL_IF(push_inst(compiler, XOR | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op() 312 FAIL_IF(push_inst(compiler, XOR | S(TMP_REG1) | TA(EQUAL_FLAG) | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op() 313 FAIL_IF(push_inst(compiler, XOR | S(dst) | TA(EQUAL_FLAG) | DA(OTHER_FLAG), OTHER_FLAG)); in emit_single_op() 431 FAIL_IF(push_inst(compiler, XOR | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op() 445 FAIL_IF(push_inst(compiler, XOR | S(TMP_REG1) | TA(EQUAL_FLAG) | DA(EQUAL_FLAG), EQUAL_FLAG)); in emit_single_op() 446 FAIL_IF(push_inst(compiler, XOR | S(dst) | TA(EQUAL_FLAG) | DA(OTHER_FLAG), OTHER_FLAG)); in emit_single_op() 516 EMIT_LOGICAL(XORI, XOR); in emit_single_op()
|
H A D | sljitNativeSPARC_32.c | 122 …return push_inst(compiler, XOR | (flags & SET_FLAGS) | D(dst) | S1(src1) | ARG2(flags, src2), DRF(… in emit_single_op()
|
H A D | sljitNativePPC_32.c | 230 return push_inst(compiler, XOR | RC(flags) | S(src1) | A(dst) | B(src2)); in emit_single_op()
|
H A D | sljitNativePPC_64.c | 384 return push_inst(compiler, XOR | RC(flags) | S(src1) | A(dst) | B(src2)); in emit_single_op()
|
H A D | sljitNativeX86_common.c | 265 #define XOR (/* BINARY */ 6 << 3) macro 1442 *(inst + 1) |= XOR; in emit_clz() 2289 return emit_cum_binary(compiler, BINARY_OPCODE(XOR),
|
H A D | sljitNativeSPARC_common.c | 184 #define XOR (OPC1(0x2) | OPC3(0x03)) macro
|
H A D | sljitNativePPC_common.c | 228 #define XOR (HI(31) | LO(316)) macro
|
H A D | sljitNativeMIPS_common.c | 255 #define XOR (HI(0) | LO(38)) macro
|
/PHP-8.2/Zend/tests/grammar/ |
H A D | semi_reserved_005.phpt | 34 const XOR = 'xor'; 111 echo Obj::XOR, PHP_EOL;
|
/PHP-8.2/ |
H A D | php.ini-development | 50 ; ^ bitwise XOR
|
H A D | php.ini-production | 50 ; ^ bitwise XOR
|
/PHP-8.2/ext/fileinfo/tests/ |
H A D | magic | 1616 # at decimal offsets 2 and 22, respectively, but they are XOR'ed with 12418 # or cld;xor ax,ax;mov SS,ax;XOR SP,SP;mov DS, 13110 # assembler instructions: CLI;MOV AX,CS;MOV DS,AX;XOR DX,DX;MOV
|
H A D | magic私はガラスを食べられます | 1616 # at decimal offsets 2 and 22, respectively, but they are XOR'ed with 12418 # or cld;xor ax,ax;mov SS,ax;XOR SP,SP;mov DS, 13110 # assembler instructions: CLI;MOV AX,CS;MOV DS,AX;XOR DX,DX;MOV
|
Completed in 177 milliseconds