Home
last modified time | relevance | path

Searched refs:test_code (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/tests/kernel/
H A Dt_origin.sh70 test_code() { function
104 test_code ""
113 test_code "32"
/netbsd-src/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Diq2000.cc870 map_test_to_internal_test (enum rtx_code test_code) in map_test_to_internal_test() argument
874 switch (test_code) in map_test_to_internal_test()
899 gen_int_relational (enum rtx_code test_code, rtx result, rtx cmp0, rtx cmp1, in gen_int_relational() argument
904 enum rtx_code test_code; /* Code to use in instruction (LT vs. LTU). */ in gen_int_relational() member
937 test = map_test_to_internal_test (test_code); in gen_int_relational()
941 eqne_p = (p_info->test_code == XOR); in gen_int_relational()
1029 convert_move (reg, gen_rtx_fmt_ee (p_info->test_code, mode, cmp0, cmp1), 0); in gen_int_relational()
1065 enum rtx_code test_code = GET_CODE (operands[0]); in gen_conditional_branch() local
1073 reg = gen_int_relational (test_code, NULL_RTX, cmp0, cmp1, &invert); in gen_conditional_branch()
1079 test_code = NE; in gen_conditional_branch()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/iq2000/
H A Diq2000.c870 map_test_to_internal_test (enum rtx_code test_code) in map_test_to_internal_test() argument
874 switch (test_code) in map_test_to_internal_test()
899 gen_int_relational (enum rtx_code test_code, rtx result, rtx cmp0, rtx cmp1, in gen_int_relational() argument
904 enum rtx_code test_code; /* Code to use in instruction (LT vs. LTU). */ in gen_int_relational() member
937 test = map_test_to_internal_test (test_code); in gen_int_relational()
941 eqne_p = (p_info->test_code == XOR); in gen_int_relational()
1029 convert_move (reg, gen_rtx_fmt_ee (p_info->test_code, mode, cmp0, cmp1), 0); in gen_int_relational()
1065 enum rtx_code test_code = GET_CODE (operands[0]); in gen_conditional_branch() local
1073 reg = gen_int_relational (test_code, NULL_RTX, cmp0, cmp1, &invert); in gen_conditional_branch()
1079 test_code = NE; in gen_conditional_branch()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/xtensa/
H A Dxtensa.cc662 map_test_to_internal_test (enum rtx_code test_code) in map_test_to_internal_test() argument
666 switch (test_code) in map_test_to_internal_test()
689 gen_int_relational (enum rtx_code test_code, /* relational test (EQ, etc) */ in gen_int_relational() argument
696 enum rtx_code test_code; /* test code to use in insn */ in gen_int_relational() member
725 test = map_test_to_internal_test (test_code); in gen_int_relational()
779 return gen_rtx_fmt_ee (p_info->test_code, VOIDmode, cmp0, cmp1); in gen_int_relational()
787 gen_float_relational (enum rtx_code test_code, /* relational test (EQ, etc) */ in gen_float_relational() argument
795 switch (test_code) in gen_float_relational()
814 fatal_insn ("bad test", gen_rtx_fmt_ee (test_code, VOIDmode, cmp0, cmp1)); in gen_float_relational()
835 enum rtx_code test_code = GET_CODE (operands[0]); in xtensa_expand_conditional_branch() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/xtensa/
H A Dxtensa.c652 map_test_to_internal_test (enum rtx_code test_code) in map_test_to_internal_test() argument
656 switch (test_code) in map_test_to_internal_test()
679 gen_int_relational (enum rtx_code test_code, /* relational test (EQ, etc) */ in gen_int_relational() argument
686 enum rtx_code test_code; /* test code to use in insn */ in gen_int_relational() member
715 test = map_test_to_internal_test (test_code); in gen_int_relational()
769 return gen_rtx_fmt_ee (p_info->test_code, VOIDmode, cmp0, cmp1); in gen_int_relational()
777 gen_float_relational (enum rtx_code test_code, /* relational test (EQ, etc) */ in gen_float_relational() argument
785 switch (test_code) in gen_float_relational()
804 fatal_insn ("bad test", gen_rtx_fmt_ee (test_code, VOIDmode, cmp0, cmp1)); in gen_float_relational()
825 enum rtx_code test_code = GET_CODE (operands[0]); in xtensa_expand_conditional_branch() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-dom.c1939 enum tree_code test_code; in test_for_singularity() local
1941 test_code = LE_EXPR; in test_for_singularity()
1943 test_code = GE_EXPR; in test_for_singularity()
1946 gimple_cond_set_code (dummy_cond, test_code); in test_for_singularity()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-dom.cc1979 enum tree_code test_code; in test_for_singularity() local
1981 test_code = LE_EXPR; in test_for_singularity()
1983 test_code = GE_EXPR; in test_for_singularity()
1986 gimple_cond_set_code (m_dummy_cond, test_code); in test_for_singularity()
H A DChangeLog-200923897 instead of branch_type, fetch cmp0/cmp1/test_code from operands[].
/netbsd-src/external/public-domain/xz/dist/tests/
H A Dtest_index.c212 test_code(lzma_index *i) in test_code() function
286 test_code(i); in test_many()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/frv/
H A Dfrv.c5018 enum rtx_code test_code; in frv_split_minmax() local
5029 case SMIN: test_code = LT; break; in frv_split_minmax()
5030 case SMAX: test_code = GT; break; in frv_split_minmax()
5031 case UMIN: test_code = LTU; break; in frv_split_minmax()
5032 case UMAX: test_code = GTU; break; in frv_split_minmax()
5040 emit_insn (gen_rtx_SET (cr_reg, gen_rtx_fmt_ee (test_code, in frv_split_minmax()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/frv/
H A Dfrv.cc5007 enum rtx_code test_code; in frv_split_minmax() local
5018 case SMIN: test_code = LT; break; in frv_split_minmax()
5019 case SMAX: test_code = GT; break; in frv_split_minmax()
5020 case UMIN: test_code = LTU; break; in frv_split_minmax()
5021 case UMAX: test_code = GTU; break; in frv_split_minmax()
5029 emit_insn (gen_rtx_SET (cr_reg, gen_rtx_fmt_ee (test_code, in frv_split_minmax()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DJITLink.rst966 file, ``test_code.o``, compiled from the following C source (which we need not
1002 ``test_code.o``, the two ``function_to_mock`` functions would result in a
1010 % llvm-jitlink -phony-externals test_code.o -harness test_code_harness.o