Searched refs:test_code (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/tests/kernel/
H A Dt_origin.sh70 test_code() { function
104 test_code ""
113 test_code "32"
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/iq2000/
H A Diq2000.c879 map_test_to_internal_test (enum rtx_code test_code)
883 switch (test_code)
909 gen_int_relational (enum rtx_code test_code, rtx result, rtx cmp0, rtx cmp1,
914 enum rtx_code test_code; /* Code to use in instruction (LT vs. LTU). */
947 test = map_test_to_internal_test (test_code);
951 eqne_p = (p_info->test_code == XOR);
1039 convert_move (reg, gen_rtx_fmt_ee (p_info->test_code, mode, cmp0, cmp1), 0);
1076 enum rtx_code test_code = GET_CODE (operands[0]);
1084 reg = gen_int_relational (test_code, NULL_RTX, cmp0, cmp1, &invert);
1090 test_code
870 map_test_to_internal_test(enum rtx_code test_code) argument
899 gen_int_relational(enum rtx_code test_code, rtx result, rtx cmp0, rtx cmp1, int *p_invert) argument
904 enum rtx_code test_code; /* Code to use in instruction (LT vs. LTU). */ member in struct:cmp_info
1065 enum rtx_code test_code = GET_CODE (operands[0]); local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Diq2000.cc879 map_test_to_internal_test (enum rtx_code test_code)
883 switch (test_code)
909 gen_int_relational (enum rtx_code test_code, rtx result, rtx cmp0, rtx cmp1,
914 enum rtx_code test_code; /* Code to use in instruction (LT vs. LTU). */
947 test = map_test_to_internal_test (test_code);
951 eqne_p = (p_info->test_code == XOR);
1039 convert_move (reg, gen_rtx_fmt_ee (p_info->test_code, mode, cmp0, cmp1), 0);
1076 enum rtx_code test_code = GET_CODE (operands[0]);
1084 reg = gen_int_relational (test_code, NULL_RTX, cmp0, cmp1, &invert);
1090 test_code
870 map_test_to_internal_test(enum rtx_code test_code) argument
899 gen_int_relational(enum rtx_code test_code, rtx result, rtx cmp0, rtx cmp1, int *p_invert) argument
904 enum rtx_code test_code; /* Code to use in instruction (LT vs. LTU). */ member in struct:cmp_info
1065 enum rtx_code test_code = GET_CODE (operands[0]); local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/xtensa/
H A Dxtensa.c654 map_test_to_internal_test (enum rtx_code test_code)
658 switch (test_code)
681 gen_int_relational (enum rtx_code test_code, /* relational test (EQ, etc) */
688 enum rtx_code test_code; /* test code to use in insn */
717 test = map_test_to_internal_test (test_code);
771 return gen_rtx_fmt_ee (p_info->test_code, VOIDmode, cmp0, cmp1);
779 gen_float_relational (enum rtx_code test_code, /* relational test (EQ, etc) */
787 switch (test_code)
806 fatal_insn ("bad test", gen_rtx_fmt_ee (test_code, VOIDmode, cmp0, cmp1));
827 enum rtx_code test_code
652 map_test_to_internal_test(enum rtx_code test_code) argument
679 gen_int_relational(enum rtx_code test_code, rtx cmp0, rtx cmp1, int *p_invert ) argument
686 enum rtx_code test_code; /* test code to use in insn */ member in struct:cmp_info
777 gen_float_relational(enum rtx_code test_code, rtx cmp0, rtx cmp1 ) argument
825 enum rtx_code test_code = GET_CODE (operands[0]); local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/xtensa/
H A Dxtensa.cc664 map_test_to_internal_test (enum rtx_code test_code)
668 switch (test_code)
691 gen_int_relational (enum rtx_code test_code, /* relational test (EQ, etc) */
698 enum rtx_code test_code; /* test code to use in insn */
727 test = map_test_to_internal_test (test_code);
781 return gen_rtx_fmt_ee (p_info->test_code, VOIDmode, cmp0, cmp1);
789 gen_float_relational (enum rtx_code test_code, /* relational test (EQ, etc) */
797 switch (test_code)
816 fatal_insn ("bad test", gen_rtx_fmt_ee (test_code, VOIDmode, cmp0, cmp1));
837 enum rtx_code test_code
662 map_test_to_internal_test(enum rtx_code test_code) argument
689 gen_int_relational(enum rtx_code test_code, rtx cmp0, rtx cmp1, int *p_invert ) argument
696 enum rtx_code test_code; /* test code to use in insn */ member in struct:cmp_info
787 gen_float_relational(enum rtx_code test_code, rtx cmp0, rtx cmp1 ) argument
835 enum rtx_code test_code = GET_CODE (operands[0]); local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-dom.c1939 enum tree_code test_code; local
1941 test_code = LE_EXPR;
1943 test_code = GE_EXPR;
1946 gimple_cond_set_code (dummy_cond, test_code);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-dom.cc1979 enum tree_code test_code; local
1981 test_code = LE_EXPR;
1983 test_code = GE_EXPR;
1986 gimple_cond_set_code (m_dummy_cond, test_code);
/netbsd-current/external/public-domain/xz/dist/tests/
H A Dtest_index.c212 test_code(lzma_index *i) function
286 test_code(i);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/frv/
H A Dfrv.c5068 enum rtx_code test_code;
5079 case SMIN: test_code = LT; break;
5080 case SMAX: test_code = GT; break;
5081 case UMIN: test_code = LTU; break;
5082 case UMAX: test_code = GTU; break;
5090 emit_insn (gen_rtx_SET (cr_reg, gen_rtx_fmt_ee (test_code,
5018 enum rtx_code test_code; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/frv/
H A Dfrv.cc5056 enum rtx_code test_code;
5067 case SMIN: test_code = LT; break;
5068 case SMAX: test_code = GT; break;
5069 case UMIN: test_code = LTU; break;
5070 case UMAX: test_code = GTU; break;
5078 emit_insn (gen_rtx_SET (cr_reg, gen_rtx_fmt_ee (test_code,
5007 enum rtx_code test_code; local

Completed in 205 milliseconds