Searched refs:test_code (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/tests/kernel/ |
| D | t_origin.sh | 70 test_code() { function 104 test_code "" 113 test_code "32"
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/iq2000/ |
| D | iq2000.cc | 870 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/ |
| D | xtensa.cc | 662 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/dist/gcc/ |
| D | tree-ssa-dom.cc | 1979 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()
|
| D | ChangeLog-2009 | 23897 instead of branch_type, fetch cmp0/cmp1/test_code from operands[].
|
| /netbsd/src/external/public-domain/xz/dist/tests/ |
| D | test_index.c | 212 test_code(lzma_index *i) in test_code() function 286 test_code(i); in test_many()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/frv/ |
| D | frv.cc | 5007 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()
|