Home
last modified time | relevance | path

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

/PHP-8.3/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()
47 return push_inst(compiler, OR | D(dst) | S1(0) | S2(src2), DR(dst)); in emit_single_op()
55 return push_inst(compiler, AND | D(dst) | S1(src2) | IMM(0xff), DR(dst)); in emit_single_op()
56 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(24), DR(dst))); in emit_single_op()
57 return push_inst(compiler, SRA | D(dst) | S1(dst) | IMM(24), DR(dst)); in emit_single_op()
66 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(16), DR(dst))); in emit_single_op()
79 FAIL_IF(push_inst(compiler, OR | D(TMP_REG1) | S1(0) | S2(src2), DR(TMP_REG1))); in emit_single_op()
82 FAIL_IF(push_inst(compiler, OR | D(dst) | S1(0) | IMM(-1), DR(dst))); in emit_single_op()
112 FAIL_IF(push_inst(compiler, RDY | D(TMP_LINK), DR(TMP_LINK))); in emit_single_op()
[all …]
H A DsljitNativeMIPS_common.c125 #define DR(dr) (reg_map[dr]) macro
1254 tmp_ar = DR(TMP_REG1); in getput_arg()
1289 tmp_ar = DR(TMP_REG3); in getput_arg()
1343 tmp_ar = DR(TMP_REG1); in emit_op_mem()
1621 carry_src_ar = DR(src1); in emit_single_op()
1623 carry_src_ar = DR(src2); in emit_single_op()
1660 carry_src_ar = DR(src1); in emit_single_op()
1662 carry_src_ar = DR(src2); in emit_single_op()
1843 return push_inst(compiler, MFLO | D(dst), DR(dst)); in emit_single_op()
1847 return push_inst(compiler, MFLO | D(dst), DR(dst)); in emit_single_op()
[all …]
H A DsljitNativeMIPS_64.c123 FAIL_IF(push_inst(compiler, LUI | T(dst) | IMM(init_value >> 48), DR(dst))); in emit_const()
124 FAIL_IF(push_inst(compiler, ORI | S(dst) | T(dst) | IMM(init_value >> 32), DR(dst))); in emit_const()
125 FAIL_IF(push_inst(compiler, DSLL | T(dst) | D(dst) | SH_IMM(16), DR(dst))); in emit_const()
126 FAIL_IF(push_inst(compiler, ORI | S(dst) | T(dst) | IMM(init_value >> 16), DR(dst))); in emit_const()
127 FAIL_IF(push_inst(compiler, DSLL | T(dst) | D(dst) | SH_IMM(16), DR(dst))); in emit_const()
128 return push_inst(compiler, ORI | S(dst) | T(dst) | IMM(init_value), DR(dst)); in emit_const()
244 SLJIT_ASSERT(DR(PIC_ADDR_REG) == 25 && PIC_ADDR_REG == TMP_REG2); in sljit_emit_call()
278 FAIL_IF(emit_op_mem(compiler, WORD_DATA | LOAD_DATA, DR(PIC_ADDR_REG), src, srcw)); in sljit_emit_icall()
301 SLJIT_ASSERT(DR(PIC_ADDR_REG) == 25 && PIC_ADDR_REG == TMP_REG2); in sljit_emit_icall()
304 FAIL_IF(load_immediate(compiler, DR(PIC_ADDR_REG), srcw)); in sljit_emit_icall()
[all …]
H A DsljitNativeMIPS_32.c43 FAIL_IF(push_inst(compiler, LUI | T(dst) | IMM(init_value >> 16), DR(dst))); in emit_const()
44 return push_inst(compiler, ORI | S(dst) | T(dst) | IMM(init_value), DR(dst)); in emit_const()
127 FAIL_IF(push_inst(compiler, ADDIU | S(SLJIT_SP) | T(SLJIT_SP) | IMM(-16), DR(SLJIT_SP))); in call_with_args()
215 SLJIT_ASSERT(DR(PIC_ADDR_REG) == 25 && PIC_ADDR_REG == TMP_REG2); in sljit_emit_call()
247 (type & SLJIT_CALL_RETURN) ? UNMOVABLE_INS : DR(SLJIT_SP))); in sljit_emit_call()
263 FAIL_IF(emit_op_mem(compiler, WORD_DATA | LOAD_DATA, DR(PIC_ADDR_REG), src, srcw)); in sljit_emit_icall()
271 FAIL_IF(push_inst(compiler, ADDU | S(src) | TA(0) | D(PIC_ADDR_REG), DR(PIC_ADDR_REG))); in sljit_emit_icall()
286 SLJIT_ASSERT(DR(PIC_ADDR_REG) == 25 && PIC_ADDR_REG == TMP_REG2); in sljit_emit_icall()
289 FAIL_IF(load_immediate(compiler, DR(PIC_ADDR_REG), srcw)); in sljit_emit_icall()
291 FAIL_IF(push_inst(compiler, ADDU | S(src) | TA(0) | D(PIC_ADDR_REG), DR(PIC_ADDR_REG))); in sljit_emit_icall()
[all …]
H A DsljitNativeSPARC_common.c127 #define DR(dr) (reg_map[dr]) macro
705 ((flags & MEM_MASK) <= GPR_REG && (flags & LOAD_DATA)) ? DR(reg) : MOVABLE_INS)); in getput_arg_fast()
762 …FAIL_IF(push_inst(compiler, SLL_W | D(arg2) | S1(OFFS_REG(arg)) | IMM_ARG | (sljit_ins)argw, DR(ar… in getput_arg()
769 …inst(compiler, ADD | D(TMP_REG3) | S1(TMP_REG3) | IMM(argw - compiler->cache_argw), DR(TMP_REG3))); in getput_arg()
788 delay_slot = ((flags & MEM_MASK) <= GPR_REG && (flags & LOAD_DATA)) ? DR(reg) : MOVABLE_INS; in getput_arg()
956 return push_inst(compiler, RDY | D(SLJIT_R1), DR(SLJIT_R1)); in sljit_emit_op0()
969 FAIL_IF(push_inst(compiler, SRA | D(TMP_REG1) | S1(SLJIT_R0) | IMM(31), DR(TMP_REG1))); in sljit_emit_op0()
973 FAIL_IF(push_inst(compiler, OR | D(TMP_REG2) | S1(0) | S2(SLJIT_R0), DR(TMP_REG2))); in sljit_emit_op0()
977 FAIL_IF(push_inst(compiler, SMUL | D(SLJIT_R1) | S1(SLJIT_R0) | S2(SLJIT_R1), DR(SLJIT_R1))); in sljit_emit_op0()
978 return push_inst(compiler, SUB | D(SLJIT_R1) | S1(TMP_REG2) | S2(SLJIT_R1), DR(SLJIT_R1)); in sljit_emit_op0()
[all …]
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic4493 # DR-DOS 7.03 Packed File *.??_
12511 >0 ubyte 0xc8 Reserved for DR-DOS 8.0+
12512 >0 ubyte 0xc9 Reserved for DR-DOS 8.0+
12513 >0 ubyte 0xca Reserved for DR-DOS 8.0+
12514 >0 ubyte 0xcb DR-DOS 7.04+ Secured FAT32 CHS
12515 >0 ubyte 0xcc DR-DOS 7.04+ Secured FAT32 LBA
12517 >0 ubyte 0xce DR-DOS 7.04+ FAT16X LBA
12518 >0 ubyte 0xcf DR-DOS 7.04+ EXT LBA
13302 >>>489 string Any\ key\ to\ retry \b, DR-DOS Bootloader
16757 0 string SB2100DR SeaBeam 2100 DR multibeam sonar
[all …]
H A Dmagic私はガラスを食べられます4493 # DR-DOS 7.03 Packed File *.??_
12511 >0 ubyte 0xc8 Reserved for DR-DOS 8.0+
12512 >0 ubyte 0xc9 Reserved for DR-DOS 8.0+
12513 >0 ubyte 0xca Reserved for DR-DOS 8.0+
12514 >0 ubyte 0xcb DR-DOS 7.04+ Secured FAT32 CHS
12515 >0 ubyte 0xcc DR-DOS 7.04+ Secured FAT32 LBA
12517 >0 ubyte 0xce DR-DOS 7.04+ FAT16X LBA
12518 >0 ubyte 0xcf DR-DOS 7.04+ EXT LBA
13302 >>>489 string Any\ key\ to\ retry \b, DR-DOS Bootloader
16757 0 string SB2100DR SeaBeam 2100 DR multibeam sonar
[all …]

Completed in 152 milliseconds