Home
last modified time | relevance | path

Searched refs:GET_OPCODE (Results 1 – 17 of 17) sorted by relevance

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c100 #define GET_OPCODE(op) \ macro
1483 if (GET_OPCODE(op) >= SLJIT_DIVMOD_UW && GET_OPCODE(op) <= SLJIT_DIV_SW) { in check_sljit_emit_op0()
1549 CHECK_ARGUMENT(GET_OPCODE(op) >= SLJIT_MOV && GET_OPCODE(op) <= SLJIT_MOV_P); in check_sljit_emit_atomic_load()
1550 …CHECK_ARGUMENT(GET_OPCODE(op) != SLJIT_MOV_S8 && GET_OPCODE(op) != SLJIT_MOV_S16 && GET_OPCODE(op)… in check_sljit_emit_atomic_load()
1591 CHECK_ARGUMENT(GET_OPCODE(op) >= SLJIT_MOV && GET_OPCODE(op) <= SLJIT_MOV_P); in check_sljit_emit_atomic_store()
1592 …CHECK_ARGUMENT(GET_OPCODE(op) != SLJIT_MOV_S8 && GET_OPCODE(op) != SLJIT_MOV_S16 && GET_OPCODE(op)… in check_sljit_emit_atomic_store()
1601 if (GET_OPCODE(op) == SLJIT_MOV_U8 || GET_OPCODE(op) == SLJIT_MOV_U16) { in check_sljit_emit_atomic_store()
1637 CHECK_ARGUMENT(GET_OPCODE(op) >= SLJIT_ADD && GET_OPCODE(op) <= SLJIT_ROTR); in check_sljit_emit_op2()
1744 CHECK_ARGUMENT(GET_OPCODE(op) == SLJIT_SHL || GET_OPCODE(op) == SLJIT_LSHR in check_sljit_emit_shift_into()
1745 || GET_OPCODE(op) == SLJIT_MSHL || GET_OPCODE(op) == SLJIT_MLSHR); in check_sljit_emit_shift_into()
[all …]
H A DsljitNativePPC_common.c1369 op = GET_OPCODE(op); in sljit_emit_op0()
1419 op = GET_OPCODE(op); in emit_rev()
1578 op = GET_OPCODE(op); in sljit_emit_op1()
1737 switch (GET_OPCODE(op)) { in sljit_emit_op2()
1974 switch (GET_OPCODE(op)) { in sljit_emit_op2r()
2002 is_right = (GET_OPCODE(op) == SLJIT_LSHR || GET_OPCODE(op) == SLJIT_MLSHR); in sljit_emit_shift_into()
2060 if (GET_OPCODE(op) == SLJIT_MSHL || GET_OPCODE(op) == SLJIT_MLSHR || dst_reg == src3) { in sljit_emit_shift_into()
2191 op = GET_OPCODE(op); in sljit_emit_fop1_conv_sw_from_f64()
2284 switch (GET_OPCODE(op)) { in sljit_emit_fop1()
2338 switch (GET_OPCODE(op)) { in sljit_emit_fop2()
[all …]
H A DsljitNativeS390X.c2345 switch (GET_OPCODE(op)) { in is_commutative()
2922 switch (GET_OPCODE(op)) { in sljit_emit_op2()
2989 switch (GET_OPCODE(op)) { in sljit_emit_op2r()
3016 is_right = (GET_OPCODE(op) == SLJIT_LSHR || GET_OPCODE(op) == SLJIT_MLSHR); in sljit_emit_shift_into()
3066 if (GET_OPCODE(op) == SLJIT_MSHL || GET_OPCODE(op) == SLJIT_MLSHR) { in sljit_emit_shift_into()
3379 switch (GET_OPCODE(op)) { in sljit_emit_fop1()
3436 if (GET_OPCODE(op) == SLJIT_ADD_F64 || GET_OPCODE(op) == SLJIT_MUL_F64) { in sljit_emit_fop2()
3454 switch (GET_OPCODE(op)) { in sljit_emit_fop2()
3696 switch (GET_OPCODE(op)) { in sljit_emit_op_flags()
3732 switch (GET_OPCODE(op)) { in sljit_emit_op_flags()
[all …]
H A DsljitNativeX86_common.c1368 switch (GET_OPCODE(op)) { in sljit_emit_op0()
1395 op = GET_OPCODE(op); in sljit_emit_op0()
1850 op = GET_OPCODE(op); in sljit_emit_op1()
2639 switch (GET_OPCODE(op)) {
2758 switch (GET_OPCODE(op)) {
2809 is_left = (GET_OPCODE(op) == SLJIT_SHL || GET_OPCODE(op) == SLJIT_MSHL);
3264 switch (GET_OPCODE(op)) {
3298 else if (dst == src2 && (GET_OPCODE(op) == SLJIT_ADD_F64 || GET_OPCODE(op) == SLJIT_MUL_F64)) {
3313 switch (GET_OPCODE(op)) {
3573 if (GET_OPCODE(op) < SLJIT_ADD)
[all …]
H A DsljitNativeARM_64.c1537 op = GET_OPCODE(op); in sljit_emit_op0()
1579 op = GET_OPCODE(op); in sljit_emit_op1()
1743 switch (GET_OPCODE(op)) { in sljit_emit_op2r()
1765 is_left = (GET_OPCODE(op) == SLJIT_SHL || GET_OPCODE(op) == SLJIT_MSHL); in sljit_emit_shift_into()
2084 switch (GET_OPCODE(op)) { in sljit_emit_fop1()
2133 switch (GET_OPCODE(op)) { in sljit_emit_fop2()
2491 if (GET_OPCODE(op) < SLJIT_ADD) { in sljit_emit_op_flags()
3273 switch (GET_OPCODE(op)) { in sljit_emit_atomic_load()
3289 switch (GET_OPCODE(op)) { in sljit_emit_atomic_load()
3325 switch (GET_OPCODE(op)) { in sljit_emit_atomic_store()
[all …]
H A DsljitNativeRISCV_common.c1297 switch (GET_OPCODE(op)) { in emit_single_op()
1859 switch (GET_OPCODE(op)) { in sljit_emit_op0()
1908 switch (GET_OPCODE(op)) { in sljit_emit_op1()
1981 switch (GET_OPCODE(op)) { in sljit_emit_op2()
2052 switch (GET_OPCODE(op)) { in sljit_emit_op2r()
2084 is_left = (GET_OPCODE(op) == SLJIT_SHL || GET_OPCODE(op) == SLJIT_MSHL); in sljit_emit_shift_into()
2299 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_SW) in sljit_emit_fop1_conv_f64_from_sw()
2321 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_UW) in sljit_emit_fop1_conv_f64_from_uw()
2410 switch (GET_OPCODE(op)) { in sljit_emit_fop1()
2490 switch (GET_OPCODE(op)) { in sljit_emit_fop2()
[all …]
H A DsljitNativeMIPS_common.c1603 op = GET_OPCODE(op); in emit_rev()
1682 if (GET_OPCODE(op) == SLJIT_REV_U16) in emit_rev16()
1704 switch (GET_OPCODE(op)) { in emit_single_op()
2401 op = GET_OPCODE(op); in sljit_emit_op0()
2512 switch (GET_OPCODE(op)) { in sljit_emit_op1()
2584 switch (GET_OPCODE(op)) { in sljit_emit_op2()
2659 switch (GET_OPCODE(op)) { in sljit_emit_op2r()
2688 is_left = (GET_OPCODE(op) == SLJIT_SHL || GET_OPCODE(op) == SLJIT_MSHL); in sljit_emit_shift_into()
3103 switch (GET_OPCODE(op)) { in sljit_emit_fop1()
3183 switch (GET_OPCODE(op)) { in sljit_emit_fop2()
[all …]
H A DsljitNativeLOONGARCH_64.c1320 switch (GET_OPCODE(op)) { in emit_single_op()
1862 switch (GET_OPCODE(op)) { in sljit_emit_op0()
1910 switch (GET_OPCODE(op)) { in sljit_emit_op1()
1975 switch (GET_OPCODE(op)) { in sljit_emit_op2()
2036 switch (GET_OPCODE(op)) { in sljit_emit_op2r()
2061 is_left = (GET_OPCODE(op) == SLJIT_SHL || GET_OPCODE(op) == SLJIT_MSHL); in sljit_emit_shift_into()
2247 switch (GET_OPCODE(op)) in sljit_emit_fop1_conv_sw_from_f64()
2282 switch (GET_OPCODE(op)) in sljit_emit_fop1_conv_f64_from_w()
2329 switch (GET_OPCODE(op)) in sljit_emit_fop1_conv_f64_from_uw()
2915 op = GET_OPCODE(op); in sljit_emit_op_flags()
[all …]
H A DsljitNativePPC_64.c578 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) in sljit_emit_fop1_conv_f64_from_sw()
583 } else if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) { in sljit_emit_fop1_conv_f64_from_sw()
613 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_U32) { in sljit_emit_fop1_conv_f64_from_uw()
697 if (GET_OPCODE(op) == SLJIT_COPY_TO_F64) { in sljit_emit_fcopy()
H A DsljitNativeRISCV_64.c157 if (GET_OPCODE(op) == SLJIT_COPY_TO_F64) in sljit_emit_fcopy()
H A DsljitNativeX86_32.c1610 FAIL_IF(emit_groupf(compiler, (GET_OPCODE(op) == SLJIT_COPY_TO_F64 ? MOVD_x_rm : MOVD_rm_x) in sljit_emit_fcopy()
1617 …FAIL_IF(emit_groupf_ext(compiler, (GET_OPCODE(op) == SLJIT_COPY_TO_F64 ? PINSRD_x_rm_i8 : PEXTRD_r… in sljit_emit_fcopy()
1635 return emit_groupf(compiler, (GET_OPCODE(op) == SLJIT_COPY_TO_F64 ? MOVD_x_rm : MOVD_rm_x) in sljit_emit_fcopy()
1652 FAIL_IF(emit_groupf(compiler, (GET_OPCODE(op) == SLJIT_COPY_TO_F64 ? MOVD_x_rm : MOVD_rm_x) in sljit_emit_fcopy()
1655 if (GET_OPCODE(op) == SLJIT_COPY_TO_F64) { in sljit_emit_fcopy()
H A DsljitNativeARM_32.c2080 op = GET_OPCODE(op); in emit_op()
2307 op = GET_OPCODE(op); in sljit_emit_op0()
2384 switch (GET_OPCODE(op)) { in sljit_emit_op1()
2432 switch (GET_OPCODE(op)) { in sljit_emit_op2()
2496 switch (GET_OPCODE(op)) { in sljit_emit_op2r()
2515 op = GET_OPCODE(op); in sljit_emit_shift_into()
2805 switch (GET_OPCODE(op)) { in sljit_emit_fop1()
2858 switch (GET_OPCODE(op)) { in sljit_emit_fop2()
3509 op = GET_OPCODE(op); in sljit_emit_op_flags()
4522 switch (GET_OPCODE(op)) { in sljit_emit_atomic_load()
[all …]
H A DsljitNativeARM_T2_32.c1831 op = GET_OPCODE(op); in sljit_emit_op0()
1928 op = GET_OPCODE(op); in sljit_emit_op1()
2062 switch (GET_OPCODE(op)) { in sljit_emit_op2r()
2082 op = GET_OPCODE(op); in sljit_emit_shift_into()
2374 if (GET_OPCODE(op) != SLJIT_CONV_F64_FROM_F32) in sljit_emit_fop1()
2382 switch (GET_OPCODE(op)) { in sljit_emit_fop1()
2433 switch (GET_OPCODE(op)) { in sljit_emit_fop2()
2548 if (GET_OPCODE(op) == SLJIT_COPY_FROM_F64) in sljit_emit_fcopy()
3065 op = GET_OPCODE(op); in sljit_emit_op_flags()
4197 switch (GET_OPCODE(op)) { in sljit_emit_atomic_load()
[all …]
H A DsljitNativeMIPS_64.c187 if (GET_OPCODE(op) == SLJIT_COPY_TO_F64) in sljit_emit_fcopy()
H A DsljitNativeMIPS_32.c143 op = GET_OPCODE(op); in sljit_emit_fcopy()
H A DsljitNativeX86_64.c1194 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_U32) { in sljit_emit_fop1_conv_f64_from_uw()
1375 inst[1] = GET_OPCODE(op) == SLJIT_COPY_TO_F64 ? MOVD_x_rm : MOVD_rm_x; in sljit_emit_fcopy()
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c929 #define GET_OPCODE(i)(cast(OpCode,((i)>>0)&MASK1(6,0)))
3010 if(GET_OPCODE(*previous)==OP_LOADNIL){
3058 if(pc>=1&&testTMode(GET_OPCODE(*(pi-1))))
3066 if(GET_OPCODE(i)!=OP_TESTSET)return 1;
3072 if(GET_OPCODE(*i)!=OP_TESTSET)
3396 if(GET_OPCODE(ie)==OP_NOT){
3599 if(e2->k==VRELOCABLE&&GET_OPCODE(getcode(fs,e2))==OP_CONCAT){
4938 #define RB(i)check_exp(getBMode(GET_OPCODE(i))==OpArgR,base+GETARG_B(i))
4941 #define KBx(i)check_exp(getBMode(GET_OPCODE(i))==OpArgK,k+GETARG_Bx(i))
4959 switch(GET_OPCODE(i)){
[all …]

Completed in 130 milliseconds