Lines Matching refs:test_code
652 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
836 fatal_insn ("bad test", gen_rtx_fmt_ee (test_code, VOIDmode, cmp0, cmp1)); in xtensa_expand_conditional_branch()
840 cmp = gen_int_relational (test_code, cmp0, cmp1, &invert); in xtensa_expand_conditional_branch()
845 fatal_insn ("bad test", gen_rtx_fmt_ee (test_code, VOIDmode, in xtensa_expand_conditional_branch()
848 cmp = gen_float_relational (test_code, cmp0, cmp1); in xtensa_expand_conditional_branch()