Home
last modified time | relevance | path

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

/PHP-8.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-8.2/ext/opcache/tests/jit/
H A Dxor_001.phpt2 JIT XOR: 001
H A Dxor_002.phpt2 JIT XOR: 002
H A Dxor_003.phpt2 JIT XOR: 003
/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_32.c182 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 DsljitNativeMIPS_64.c295 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 DsljitNativeSPARC_32.c122 …return push_inst(compiler, XOR | (flags & SET_FLAGS) | D(dst) | S1(src1) | ARG2(flags, src2), DRF(… in emit_single_op()
H A DsljitNativePPC_32.c230 return push_inst(compiler, XOR | RC(flags) | S(src1) | A(dst) | B(src2)); in emit_single_op()
H A DsljitNativePPC_64.c384 return push_inst(compiler, XOR | RC(flags) | S(src1) | A(dst) | B(src2)); in emit_single_op()
H A DsljitNativeX86_common.c265 #define XOR (/* BINARY */ 6 << 3) macro
1442 *(inst + 1) |= XOR; in emit_clz()
2289 return emit_cum_binary(compiler, BINARY_OPCODE(XOR),
H A DsljitNativeSPARC_common.c184 #define XOR (OPC1(0x2) | OPC3(0x03)) macro
H A DsljitNativePPC_common.c228 #define XOR (HI(31) | LO(316)) macro
H A DsljitNativeMIPS_common.c255 #define XOR (HI(0) | LO(38)) macro
/PHP-8.2/Zend/tests/grammar/
H A Dsemi_reserved_005.phpt34 const XOR = 'xor';
111 echo Obj::XOR, PHP_EOL;
/PHP-8.2/
H A Dphp.ini-development50 ; ^ bitwise XOR
H A Dphp.ini-production50 ; ^ bitwise XOR
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic1616 # 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 Dmagic私はガラスを食べられます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 271 milliseconds