Home
last modified time | relevance | path

Searched refs:st_op (Results 1 – 25 of 35) sorted by relevance

12

/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/powerpc/alignment/
H A Dalignment_handler.c84 #define TEST(name, ld_op, st_op, form, ld_reg, st_reg) \ argument
89 #st_op form(st_reg, 1) \
95 #define TESTP(name, ld_op, st_op, ld_reg, st_reg) \ argument
100 st_op(st_reg, %1, 0, 0) \
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/powerpc/alignment/
H A Dalignment_handler.c84 #define TEST(name, ld_op, st_op, form, ld_reg, st_reg) \ argument
89 #st_op form(st_reg, 1) \
95 #define TESTP(name, ld_op, st_op, ld_reg, st_reg) \ argument
100 st_op(st_reg, %1, 0, 0) \
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/powerpc/alignment/
H A Dalignment_handler.c84 #define TEST(name, ld_op, st_op, form, ld_reg, st_reg) \ argument
89 #st_op form(st_reg, 1) \
95 #define TESTP(name, ld_op, st_op, ld_reg, st_reg) \ argument
100 st_op(st_reg, %1, 0, 0) \
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dfilter/
H A Dsemcheck.c1425 test_op_t st_op, st_arg_op; in check_test() local
1432 sttype_test_get(st_node, &st_op, &st_arg1, &st_arg2); in check_test()
1434 switch (st_op) { in check_test()
1452 if (st_op != st_arg_op && !stnode_inside_parens(st_arg1)) in check_test()
1460 if (st_op != st_arg_op && !stnode_inside_parens(st_arg2)) in check_test()
H A Dgencode.c443 test_op_t st_op; in gen_test() local
450 sttype_test_get(st_node, &st_op, &st_arg1, &st_arg2); in gen_test()
452 switch (st_op) { in gen_test()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dfilter/
H A Dsemcheck.c1425 test_op_t st_op, st_arg_op;
1432 sttype_test_get(st_node, &st_op, &st_arg1, &st_arg2);
1434 switch (st_op) {
1452 if (st_op != st_arg_op && !stnode_inside_parens(st_arg1))
1460 if (st_op != st_arg_op && !stnode_inside_parens(st_arg2))
H A Dgencode.c443 test_op_t st_op;
450 sttype_test_get(st_node, &st_op, &st_arg1, &st_arg2);
452 switch (st_op) {
/dports/net/wireshark/wireshark-3.6.1/epan/dfilter/
H A Dsemcheck.c1425 test_op_t st_op, st_arg_op; in check_test() local
1432 sttype_test_get(st_node, &st_op, &st_arg1, &st_arg2); in check_test()
1434 switch (st_op) { in check_test()
1452 if (st_op != st_arg_op && !stnode_inside_parens(st_arg1)) in check_test()
1460 if (st_op != st_arg_op && !stnode_inside_parens(st_arg2)) in check_test()
H A Dgencode.c443 test_op_t st_op;
450 sttype_test_get(st_node, &st_op, &st_arg1, &st_arg2);
452 switch (st_op) {
/dports/net/tshark/wireshark-3.6.1/epan/dfilter/
H A Dsemcheck.c1425 test_op_t st_op, st_arg_op; in check_test() local
1432 sttype_test_get(st_node, &st_op, &st_arg1, &st_arg2); in check_test()
1434 switch (st_op) { in check_test()
1452 if (st_op != st_arg_op && !stnode_inside_parens(st_arg1)) in check_test()
1460 if (st_op != st_arg_op && !stnode_inside_parens(st_arg2)) in check_test()
H A Dgencode.c443 test_op_t st_op; in gen_test() local
450 sttype_test_get(st_node, &st_op, &st_arg1, &st_arg2); in gen_test()
452 switch (st_op) { in gen_test()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A Dsparc.ad783 int st_op = 0, ld_op = 0;
785 case Assembler::stb_op3: st_op = Op_StoreB; break;
786 case Assembler::sth_op3: st_op = Op_StoreC; break;
788 case Assembler::stw_op3: st_op = Op_StoreI; break;
789 case Assembler::std_op3: st_op = Op_StoreL; break;
790 case Assembler::stf_op3: st_op = Op_StoreF; break;
791 case Assembler::stdf_op3: st_op = Op_StoreD; break;
808 if (st_op == Op_StoreI) st_op = Op_StoreP;
811 if (st_op) {
845 } else if (st_op) {
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/sparc/
H A Dsparc.ad783 int st_op = 0, ld_op = 0;
785 case Assembler::stb_op3: st_op = Op_StoreB; break;
786 case Assembler::sth_op3: st_op = Op_StoreC; break;
788 case Assembler::stw_op3: st_op = Op_StoreI; break;
789 case Assembler::std_op3: st_op = Op_StoreL; break;
790 case Assembler::stf_op3: st_op = Op_StoreF; break;
791 case Assembler::stdf_op3: st_op = Op_StoreD; break;
808 if (st_op == Op_StoreI) st_op = Op_StoreP;
811 if (st_op) {
845 } else if (st_op) {
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A Dsparc.ad783 int st_op = 0, ld_op = 0;
785 case Assembler::stb_op3: st_op = Op_StoreB; break;
786 case Assembler::sth_op3: st_op = Op_StoreC; break;
788 case Assembler::stw_op3: st_op = Op_StoreI; break;
789 case Assembler::std_op3: st_op = Op_StoreL; break;
790 case Assembler::stf_op3: st_op = Op_StoreF; break;
791 case Assembler::stdf_op3: st_op = Op_StoreD; break;
808 if (st_op == Op_StoreI) st_op = Op_StoreP;
811 if (st_op) {
845 } else if (st_op) {
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/sparc/
H A Dsparc.ad783 int st_op = 0, ld_op = 0;
785 case Assembler::stb_op3: st_op = Op_StoreB; break;
786 case Assembler::sth_op3: st_op = Op_StoreC; break;
788 case Assembler::stw_op3: st_op = Op_StoreI; break;
789 case Assembler::std_op3: st_op = Op_StoreL; break;
790 case Assembler::stf_op3: st_op = Op_StoreF; break;
791 case Assembler::stdf_op3: st_op = Op_StoreD; break;
808 if (st_op == Op_StoreI) st_op = Op_StoreP;
811 if (st_op) {
845 } else if (st_op) {
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/sparc/
H A Dsparc.ad783 int st_op = 0, ld_op = 0;
785 case Assembler::stb_op3: st_op = Op_StoreB; break;
786 case Assembler::sth_op3: st_op = Op_StoreC; break;
788 case Assembler::stw_op3: st_op = Op_StoreI; break;
789 case Assembler::std_op3: st_op = Op_StoreL; break;
790 case Assembler::stf_op3: st_op = Op_StoreF; break;
791 case Assembler::stdf_op3: st_op = Op_StoreD; break;
808 if (st_op == Op_StoreI) st_op = Op_StoreP;
811 if (st_op) {
845 } else if (st_op) {
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/sparc/vm/
H A Dsparc.ad835 int st_op = 0, ld_op = 0;
837 case Assembler::stb_op3: st_op = Op_StoreB; break;
838 case Assembler::sth_op3: st_op = Op_StoreC; break;
840 case Assembler::stw_op3: st_op = Op_StoreI; break;
841 case Assembler::std_op3: st_op = Op_StoreL; break;
842 case Assembler::stf_op3: st_op = Op_StoreF; break;
843 case Assembler::stdf_op3: st_op = Op_StoreD; break;
860 if (st_op == Op_StoreI) st_op = Op_StoreP;
863 if (st_op) {
899 } else if (st_op) {
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/sparc/vm/
H A Dsparc.ad835 int st_op = 0, ld_op = 0;
837 case Assembler::stb_op3: st_op = Op_StoreB; break;
838 case Assembler::sth_op3: st_op = Op_StoreC; break;
840 case Assembler::stw_op3: st_op = Op_StoreI; break;
841 case Assembler::std_op3: st_op = Op_StoreL; break;
842 case Assembler::stf_op3: st_op = Op_StoreF; break;
843 case Assembler::stdf_op3: st_op = Op_StoreD; break;
860 if (st_op == Op_StoreI) st_op = Op_StoreP;
863 if (st_op) {
899 } else if (st_op) {
[all …]
/dports/math/R-cran-sf/sf/vignettes/
H A Dsf3.Rmd173 All geometrical operations `st_op(x)` or `st_op2(x,y)` work
/dports/math/R-cran-sf/sf/inst/doc/
H A Dsf3.Rmd173 All geometrical operations `st_op(x)` or `st_op2(x,y)` work
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dexpatomics.cpp2048 auto_stash(auto_temp *temp, int ilix, ILI_OP st_op, MSZ msz) in auto_stash() argument
2064 store = ad4ili(st_op, ilix, acon, nme, msz); in auto_stash()
/dports/graphics/gmic/gmic-3.0.0/src/
H A DCImg.h20821 char st_op[4] = { 0 };
20823 if (cimg_sscanf(s1," %3[=+-*/&|minaxor]%c",st_op,&sep)==2 && (sep==')' ||
20826 cimg::strpare(st_op,' ',false,true);
20827 if (!st_op[1])
20828 arg1 = *st_op=='='?0:*st_op=='+'?1:*st_op=='-'?2:*st_op=='*'?3:*st_op=='/'?4:
20829 *st_op=='&'?5:*st_op=='|'?6:~0U;
20830 else if (*st_op=='x' && st_op[1]=='o' && st_op[2]=='r' && !st_op[3]) arg1 = 7;
20831 else if (*st_op=='&' && st_op[1]=='&' && !st_op[2]) arg1 = 8;
20832 else if (*st_op=='|' && st_op[1]=='|' && !st_op[2]) arg1 = 9;
20833 else if (*st_op=='m' && st_op[1]=='i' && st_op[2]=='n' && !st_op[3]) arg1 = 10;
[all …]
/dports/multimedia/zart/gmic-2.8.1/src/
H A DCImg.h20184 char st_op[4] = { 0 };
20186 …if (cimg_sscanf(s1," %3[=+-*/minax]%c",st_op,&sep)==2 && (sep==')' || (is_sth=cimg::is_blank(sep))…
20188 cimg::strpare(st_op,' ',false,true);
20189 … if (!st_op[1]) arg1 = *st_op=='='?0:*st_op=='+'?1:*st_op=='-'?2:*st_op=='*'?3:*st_op=='/'?4:~0U;
20190 if (*st_op=='m' && st_op[1]=='i' && st_op[2]=='n' && !st_op[3]) arg1 = 5;
20191 if (*st_op=='m' && st_op[1]=='a' && st_op[2]=='x' && !st_op[3]) arg1 = 6;
/dports/graphics/cimg/CImg-v.2.9.7/
H A DCImg.h20563 char st_op[4] = { 0 };
20565 …if (cimg_sscanf(s1," %3[=+-*/minax]%c",st_op,&sep)==2 && (sep==')' || (is_sth=cimg::is_blank(sep))…
20567 cimg::strpare(st_op,' ',false,true);
20568 … if (!st_op[1]) arg1 = *st_op=='='?0:*st_op=='+'?1:*st_op=='-'?2:*st_op=='*'?3:*st_op=='/'?4:~0U;
20569 if (*st_op=='m' && st_op[1]=='i' && st_op[2]=='n' && !st_op[3]) arg1 = 5;
20570 if (*st_op=='m' && st_op[1]=='a' && st_op[2]=='x' && !st_op[3]) arg1 = 6;
/dports/graphics/gmic-qt/CImg-v.2.9.8/
H A DCImg.h20720 char st_op[4] = { 0 };
20722 …if (cimg_sscanf(s1," %3[=+-*/minax]%c",st_op,&sep)==2 && (sep==')' || (is_sth=cimg::is_blank(sep))…
20724 cimg::strpare(st_op,' ',false,true);
20725 … if (!st_op[1]) arg1 = *st_op=='='?0:*st_op=='+'?1:*st_op=='-'?2:*st_op=='*'?3:*st_op=='/'?4:~0U;
20726 if (*st_op=='m' && st_op[1]=='i' && st_op[2]=='n' && !st_op[3]) arg1 = 5;
20727 if (*st_op=='m' && st_op[1]=='a' && st_op[2]=='x' && !st_op[3]) arg1 = 6;

12