Home
last modified time | relevance | path

Searched refs:reg (Results 76 – 100 of 103) sorted by path

12345

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_32.c32 return push_inst(compiler, ADDI | D(reg) | A(0) | IMM(imm)); in load_immediate()
35 return push_inst(compiler, ORI | S(TMP_ZERO) | A(reg) | IMM(imm)); in load_immediate()
37 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(imm >> 16))); in load_immediate()
38 return (imm & 0xffff) ? push_inst(compiler, ORI | S(reg) | A(reg) | IMM(imm)) : SLJIT_SUCCESS; in load_immediate()
325 return push_inst(compiler, ORI | S(reg) | A(reg) | IMM(init_value)); in emit_const()
432 sljit_s32 freg, sljit_s32 reg) in sljit_emit_fcopy() argument
437 CHECK(check_sljit_emit_fcopy(compiler, op, freg, reg)); in sljit_emit_fcopy()
446 return push_inst(compiler, LWZ | S(reg) | A(SLJIT_SP) | TMP_MEM_OFFSET); in sljit_emit_fcopy()
449 if (reg & REG_PAIR_MASK) { in sljit_emit_fcopy()
450 reg2 = REG_PAIR_SECOND(reg); in sljit_emit_fcopy()
[all …]
H A DsljitNativePPC_64.c80 FAIL_IF(push_inst(compiler, ORI | S(reg) | A(reg) | IMM(tmp >> 32))); in load_immediate()
92 return push_inst(compiler, ORI | S(reg) | A(reg) | (sljit_ins)tmp2); in load_immediate()
98 FAIL_IF(push_inst(compiler, ORIS | S(reg) | A(reg) | (sljit_ins)(tmp2 >> 16))); in load_immediate()
110 FAIL_IF(push_inst(compiler, ORI | S(reg) | A(reg) | (sljit_ins)(tmp2 >> 48))); in load_immediate()
116 FAIL_IF(push_inst(compiler, ORI | S(reg) | A(reg) | IMM(imm >> 32))); in load_immediate()
118 FAIL_IF(push_inst(compiler, ORIS | S(reg) | A(reg) | IMM(imm >> 16))); in load_immediate()
119 return push_inst(compiler, ORI | S(reg) | A(reg) | IMM(imm)); in load_immediate()
512 sljit_s32 reg = 0; in call_with_args() local
532 FAIL_IF(push_inst(compiler, OR | S(reg) | A(TMP_CALL_REG) | B(reg))); in call_with_args()
566 FAIL_IF(push_inst(compiler, SLDI(32) | S(reg) | A(reg))); in emit_const()
[all …]
H A DsljitNativePPC_common.c406 sljit_u32 reg = *inst; in put_label_set() local
419 inst[1] = ORI | S(reg) | A(reg) | IMM((addr >> 32) & 0xffff); in put_label_set()
423 inst[1] = SLDI(32) | S(reg) | A(reg); in put_label_set()
424 inst[2] = ORIS | S(reg) | A(reg) | IMM((addr >> 16) & 0xffff); in put_label_set()
428 inst[1] = ORI | S(reg) | A(reg) | IMM(addr & 0xffff); in put_label_set()
2092 return reg_map[reg]; in sljit_get_register_index()
2097 return freg_map[reg]; in sljit_get_register_index()
2711 FAIL_IF(push_inst(compiler, XORI | S(reg) | A(reg) | 0x1)); in sljit_emit_op_flags()
2843 sljit_s32 reg, in sljit_emit_mem() argument
2908 sljit_s32 reg, in sljit_emit_mem_update() argument
[all …]
H A DsljitNativeRISCV_32.c71 sljit_s32 freg, sljit_s32 reg) in sljit_emit_fcopy() argument
77 CHECK(check_sljit_emit_fcopy(compiler, op, freg, reg)); in sljit_emit_fcopy()
81 inst = FMV_W_X | RS1(reg) | FRD(freg); in sljit_emit_fcopy()
83 inst = FMV_X_W | FRS1(freg) | RD(reg); in sljit_emit_fcopy()
90 if (reg & REG_PAIR_MASK) { in sljit_emit_fcopy()
91 reg2 = REG_PAIR_SECOND(reg); in sljit_emit_fcopy()
92 reg = REG_PAIR_FIRST(reg); in sljit_emit_fcopy()
101 FAIL_IF(push_inst(compiler, SW | RS1(SLJIT_SP) | RS2(reg) | (12 << 7))); in sljit_emit_fcopy()
109 FAIL_IF(push_inst(compiler, LW | RD(reg) | RS1(SLJIT_SP) | IMM_I(12))); in sljit_emit_fcopy()
H A DsljitNativeRISCV_64.c150 sljit_s32 freg, sljit_s32 reg) in sljit_emit_fcopy() argument
155 CHECK(check_sljit_emit_fcopy(compiler, op, freg, reg)); in sljit_emit_fcopy()
158 inst = FMV_W_X | RS1(reg) | FRD(freg); in sljit_emit_fcopy()
160 inst = FMV_X_W | FRS1(freg) | RD(reg); in sljit_emit_fcopy()
H A DsljitNativeRISCV_common.c302 if (reg != 0) { in load_addr_to_reg()
314 reg = *inst; in load_addr_to_reg()
334 inst[1] = XORI | RD(reg) | RS1(reg) | IMM_I(high); in load_addr_to_reg()
340 inst[1] = ADDI | RD(reg) | RS1(reg) | IMM_I(high); in load_addr_to_reg()
343 inst[2] = SLLI | RD(reg) | RS1(reg) | IMM_I(12); in load_addr_to_reg()
364 inst[3] = XOR | RD(reg) | RS1(reg) | RS2(TMP_REG3); in load_addr_to_reg()
373 inst[1] = ADDI | RD(reg) | RS1(reg) | IMM_I(addr); in load_addr_to_reg()
943 tmp_r = reg; in getput_arg()
1026 tmp_r = reg; in emit_op_mem()
1185 op_reg = (reg);
[all …]
H A DsljitNativeS390X.c100 #define IS_GPR_REG(reg) ((reg > 0) && (reg) <= SLJIT_SP) argument
2045 sljit_gpr reg; in sljit_emit_rev() local
2053 reg = tmp0; in sljit_emit_rev()
2090 return push_inst(compiler, ins | R4A(reg) | R0A(reg)); in sljit_emit_rev()
2101 return push_inst(compiler, ins | R4A(reg) | R0A(reg)); in sljit_emit_rev()
3224 sljit_s32 reg, in float_mem() argument
3254 sljit_s32 reg, in emit_float() argument
3518 src1 = reg; in sljit_emit_fop2r()
4069 reg = tmp0; in sljit_emit_simd_replicate()
4188 reg = tmp0; in sljit_emit_simd_lane_mov()
[all …]
H A DsljitNativeX86_32.c1253 sljit_s32 reg, in sljit_emit_mem() argument
1292 reg = regs[reg_idx]; in sljit_emit_mem()
1296 if (reg >= SLJIT_R3 && reg <= SLJIT_S3) { in sljit_emit_mem()
1298 reg = TMP_REG1; in sljit_emit_mem()
1544 reg = REG_PAIR_SECOND(reg); in sljit_emit_fcopy()
1551 reg2 = reg; in sljit_emit_fcopy()
1560 if (reg & REG_PAIR_MASK) { in sljit_emit_fcopy()
1562 reg = REG_PAIR_FIRST(reg); in sljit_emit_fcopy()
1564 if (reg == reg2) in sljit_emit_fcopy()
1565 reg = 0; in sljit_emit_fcopy()
[all …]
H A DsljitNativeX86_64.c41 inst[1] = U8(MOV_r_i32 | reg_lmap[reg]); in emit_load_imm64()
1007 sljit_s32 reg, in sljit_emit_mem() argument
1017 if (!(reg & REG_PAIR_MASK)) in sljit_emit_mem()
1036 regs[0] = U8(REG_PAIR_FIRST(reg)); in sljit_emit_mem()
1037 regs[1] = U8(REG_PAIR_SECOND(reg)); in sljit_emit_mem()
1060 reg = regs[reg_idx]; in sljit_emit_mem()
1070 inst[2] = 0x44 | U8(reg_lmap[reg] << 3); in sljit_emit_mem()
1074 EMIT_MOV(compiler, mem, memw, reg, 0); in sljit_emit_mem()
1076 EMIT_MOV(compiler, reg, 0, mem, memw); in sljit_emit_mem()
1303 sljit_s32 freg, sljit_s32 reg) in sljit_emit_fcopy() argument
[all …]
H A DsljitNativeX86_common.c2835 if (reg >= SLJIT_R3 && reg <= SLJIT_R8)
2838 return reg_map[reg];
2844 return freg_map[reg];
3304 sljit_s32 reg; local
3344 inst[3] = MOD_REG | reg_lmap[reg];
3349 inst[7] = U8(MOD_REG | (reg_lmap[reg] << 3) | reg_lmap[reg]);
3351 if (reg != TMP_REG1)
4706 sljit_s32 reg; local
4721 reg = FAST_IS_REG(dst) ? dst : TMP_REG1;
4750 sljit_s32 reg; local
[all …]
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_phpinfo.phpt21 $reg = 'Client API version.*' . preg_quote($db->getAttribute(PDO::ATTR_CLIENT_VERSION), '/');
23 if (!preg_match("/$reg/", $tmp)) {
/php-src/ext/phar/tests/
H A Dbug65028.phpt86 "modules/reg/misc/regRegistrationHelper.php",
87 "modules/reg/setup/config.xml",
/php-src/ext/standard/html_tables/
H A Dents_html401.txt16 reg 00AE
H A Dents_html5.txt1719 reg 000AE
H A Dents_xhtml.txt15 reg 00AE
/php-src/ext/standard/tests/strings/
H A Dget_html_translation_table_basic1.phpt433 string(5) "&reg;"
H A Dget_html_translation_table_basic10.phpt38 [�] => &reg;
H A Dget_html_translation_table_basic2.phpt446 string(5) "&reg;"
955 string(5) "&reg;"
1460 string(5) "&reg;"
H A Dget_html_translation_table_basic4.phpt230 string(5) "&reg;"
H A Dget_html_translation_table_basic5.phpt1289 [®] => &reg;
H A Dget_html_translation_table_basic6.phpt132 [�] => &reg;
H A Dget_html_translation_table_basic7.phpt256 [®] => &reg;
H A Dhtml_entity_decode_html4.phpt24 "&reg;",
H A Dhtml_entity_decode_html5.phpt1724 "&reg;",
3858 &reg; => ® c2ae
H A Dhtmlentities_html4.phpt80 &reg; U+000AE

Completed in 108 milliseconds

12345