Home
last modified time | relevance | path

Searched refs:DR (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_32.c30 return push_inst(compiler, OR | D(dst) | S1(0) | IMM(imm), DR(dst)); in load_immediate()
32 FAIL_IF(push_inst(compiler, SETHI | D(dst) | ((imm >> 10) & 0x3fffff), DR(dst))); in load_immediate()
50 return push_inst(compiler, OR | D(dst) | S1(0) | S2(src2), DR(dst)); in emit_single_op()
58 return push_inst(compiler, AND | D(dst) | S1(src2) | IMM(0xff), DR(dst)); in emit_single_op()
59 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(24), DR(dst))); in emit_single_op()
60 return push_inst(compiler, SRA | D(dst) | S1(dst) | IMM(24), DR(dst)); in emit_single_op()
70 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(16), DR(dst))); in emit_single_op()
84 FAIL_IF(push_inst(compiler, OR | D(TMP_REG1) | S1(0) | S2(src2), DR(TMP_REG1))); in emit_single_op()
87 FAIL_IF(push_inst(compiler, OR | D(dst) | S1(0) | IMM(-1), DR(dst))); in emit_single_op()
111 FAIL_IF(push_inst(compiler, SRA | D(TMP_REG1) | S1(dst) | IMM(31), DR(TMP_REG1))); in emit_single_op()
[all …]
H A DsljitNativeMIPS_64.c182 return push_inst(compiler, ANDI | S(src2) | T(dst) | IMM(0xff), DR(dst)); in emit_single_op()
207 return push_inst(compiler, DSRL32 | T(dst) | D(dst) | SH_IMM(0), DR(dst)); in emit_single_op()
211 return push_inst(compiler, SLL | T(src2) | D(dst) | SH_IMM(0), DR(dst)); in emit_single_op()
218 FAIL_IF(push_inst(compiler, NOR | S(src2) | T(src2) | D(dst), DR(dst))); in emit_single_op()
466 return push_inst(compiler, MUL | S(src1) | T(src2) | D(dst), DR(dst)); in emit_single_op()
468 return push_inst(compiler, MFLO | D(dst), DR(dst)); in emit_single_op()
471 return push_inst(compiler, MFLO | D(dst), DR(dst)); in emit_single_op()
481 FAIL_IF(push_inst(compiler, MFLO | D(dst), DR(dst))); in emit_single_op()
639 SLJIT_ASSERT(DR(PIC_ADDR_REG) == 25 && PIC_ADDR_REG == TMP_REG2); in sljit_emit_call()
660 SLJIT_ASSERT(DR(PIC_ADDR_REG) == 25 && PIC_ADDR_REG == TMP_REG2); in sljit_emit_icall()
[all …]
H A DsljitNativeMIPS_32.c81 return push_inst(compiler, ADDU | S(src2) | TA(0) | D(dst), DR(dst)); in emit_single_op()
90 return push_inst(compiler, SEB | T(src2) | D(dst), DR(dst)); in emit_single_op()
109 return push_inst(compiler, SEH | T(src2) | D(dst), DR(dst)); in emit_single_op()
136 FAIL_IF(push_inst(compiler, CLZ | S(src2) | T(dst) | D(dst), DR(dst))); in emit_single_op()
147 FAIL_IF(push_inst(compiler, ADDIU | SA(0) | T(dst) | IMM(-1), DR(dst))); in emit_single_op()
149 FAIL_IF(push_inst(compiler, ADDIU | S(dst) | T(dst) | IMM(1), DR(dst))); in emit_single_op()
375 return push_inst(compiler, MFLO | D(dst), DR(dst)); in emit_single_op()
385 FAIL_IF(push_inst(compiler, MFLO | D(dst), DR(dst))); in emit_single_op()
634 SLJIT_ASSERT(DR(PIC_ADDR_REG) == 25 && PIC_ADDR_REG == TMP_REG2); in sljit_emit_call()
657 SLJIT_ASSERT(DR(PIC_ADDR_REG) == 25 && PIC_ADDR_REG == TMP_REG2); in sljit_emit_icall()
[all …]
H A DsljitNativeMIPS_common.c117 #define DR(dr) (reg_map[dr]) macro
970 tmp_ar = DR(TMP_REG1); in getput_arg()
1005 tmp_ar = DR(TMP_REG3); in getput_arg()
1026 FAIL_IF(load_immediate(compiler, DR(TMP_REG3), argw)); in getput_arg()
1055 tmp_ar = DR(TMP_REG1); in emit_op_mem()
1149 FAIL_IF(load_immediate(compiler, DR(TMP_REG1), src1w)); in emit_op()
1211 getput_arg_fast(compiler, flags, DR(dst_r), dst, dstw); in emit_op()
1309 FAIL_IF(load_immediate(compiler, DR(TMP_REG1), srcw)); in emit_prefetch()
1576 FAIL_IF(load_immediate(compiler, DR(TMP_REG1), srcw)); in sljit_emit_fop1_conv_f64_from_sw()
2174 if (DR(TMP_REG2) != src_ar) in sljit_emit_op_flags()
[all …]
H A DsljitNativeSPARC_common.c127 #define DR(dr) (reg_map[dr]) macro
605 ((flags & MEM_MASK) <= GPR_REG && (flags & LOAD_DATA)) ? DR(reg) : MOVABLE_INS)); in getput_arg_fast()
662 FAIL_IF(push_inst(compiler, SLL_W | D(arg2) | S1(OFFS_REG(arg)) | IMM_ARG | argw, DR(arg2))); in getput_arg()
669 …inst(compiler, ADD | D(TMP_REG3) | S1(TMP_REG3) | IMM(argw - compiler->cache_argw), DR(TMP_REG3))); in getput_arg()
688 delay_slot = ((flags & MEM_MASK) <= GPR_REG && (flags & LOAD_DATA)) ? DR(reg) : MOVABLE_INS; in getput_arg()
852 return push_inst(compiler, RDY | D(SLJIT_R1), DR(SLJIT_R1)); in sljit_emit_op0()
865 FAIL_IF(push_inst(compiler, SRA | D(TMP_REG1) | S1(SLJIT_R0) | IMM(31), DR(TMP_REG1))); in sljit_emit_op0()
869 FAIL_IF(push_inst(compiler, OR | D(TMP_REG2) | S1(0) | S2(SLJIT_R0), DR(TMP_REG2))); in sljit_emit_op0()
873 FAIL_IF(push_inst(compiler, SMUL | D(SLJIT_R1) | S1(SLJIT_R0) | S2(SLJIT_R1), DR(SLJIT_R1))); in sljit_emit_op0()
874 return push_inst(compiler, SUB | D(SLJIT_R1) | S1(TMP_REG2) | S2(SLJIT_R1), DR(SLJIT_R1)); in sljit_emit_op0()
[all …]
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます3670 # DR-DOS 7.03 Packed File *.??_
10129 >0 ubyte 0xc8 Reserved for DR-DOS 8.0+
10130 >0 ubyte 0xc9 Reserved for DR-DOS 8.0+
10131 >0 ubyte 0xca Reserved for DR-DOS 8.0+
10132 >0 ubyte 0xcb DR-DOS 7.04+ Secured FAT32 CHS
10133 >0 ubyte 0xcc DR-DOS 7.04+ Secured FAT32 LBA
10135 >0 ubyte 0xce DR-DOS 7.04+ FAT16X LBA
10136 >0 ubyte 0xcf DR-DOS 7.04+ EXT LBA
20911 0 ulelong 0xffff10eb DR-DOS executable (COM)
20914 # DR-DOS STACKER.COM SCREATE.SYS missed
[all …]
H A Dmagic3670 # DR-DOS 7.03 Packed File *.??_
10129 >0 ubyte 0xc8 Reserved for DR-DOS 8.0+
10130 >0 ubyte 0xc9 Reserved for DR-DOS 8.0+
10131 >0 ubyte 0xca Reserved for DR-DOS 8.0+
10132 >0 ubyte 0xcb DR-DOS 7.04+ Secured FAT32 CHS
10133 >0 ubyte 0xcc DR-DOS 7.04+ Secured FAT32 LBA
10135 >0 ubyte 0xce DR-DOS 7.04+ FAT16X LBA
10136 >0 ubyte 0xcf DR-DOS 7.04+ EXT LBA
20911 0 ulelong 0xffff10eb DR-DOS executable (COM)
20914 # DR-DOS STACKER.COM SCREATE.SYS missed
[all …]

Completed in 108 milliseconds