Searched refs:XOR (Results 1 – 19 of 19) sorted by relevance
/PHP-8.1/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.1/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.1/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeMIPS_32.c | 183 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() 399 EMIT_LOGICAL(XORI, XOR); in emit_single_op()
|
H A D | sljitNativeMIPS_64.c | 274 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() 495 EMIT_LOGICAL(XORI, XOR); in emit_single_op()
|
H A D | sljitNativeSPARC_32.c | 125 …return push_inst(compiler, XOR | (flags & SET_FLAGS) | D(dst) | S1(src1) | ARG2(flags, src2), DR(d… in emit_single_op()
|
H A D | sljitNativePPC_32.c | 227 return push_inst(compiler, XOR | RC(flags) | S(src1) | A(dst) | B(src2)); in emit_single_op()
|
H A D | sljitNativePPC_64.c | 382 return push_inst(compiler, XOR | RC(flags) | S(src1) | A(dst) | B(src2)); in emit_single_op()
|
H A D | sljitNativeX86_common.c | 259 #define XOR (/* BINARY */ 6 << 3) macro 1429 *(inst + 1) |= XOR; in emit_clz() 2340 return emit_cum_binary(compiler, BINARY_OPCODE(XOR),
|
H A D | sljitNativeSPARC_common.c | 180 #define XOR (OPC1(0x2) | OPC3(0x03)) macro
|
H A D | sljitNativePPC_common.c | 226 #define XOR (HI(31) | LO(316)) macro
|
H A D | sljitNativeMIPS_common.c | 252 #define XOR (HI(0) | LO(38)) macro
|
/PHP-8.1/Zend/tests/grammar/ |
H A D | semi_reserved_005.phpt | 34 const XOR = 'xor'; 111 echo Obj::XOR, PHP_EOL;
|
/PHP-8.1/ |
H A D | php.ini-development | 50 ; ^ bitwise XOR
|
H A D | php.ini-production | 50 ; ^ bitwise XOR
|
/PHP-8.1/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 159 milliseconds