Searched defs:test_code (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/gcc/gcc/config/iq2000/ |
H A D | iq2000.c | 813 map_test_to_internal_test (enum rtx_code test_code) in map_test_to_internal_test() 842 gen_int_relational (enum rtx_code test_code, rtx result, rtx cmp0, rtx cmp1, in gen_int_relational() 847 enum rtx_code test_code; /* Code to use in instruction (LT vs. LTU). */ in gen_int_relational() member 1006 gen_conditional_branch (rtx operands[], enum rtx_code test_code) in gen_conditional_branch()
|
/openbsd-src/gnu/gcc/gcc/config/xtensa/ |
H A D | xtensa.c | 608 map_test_to_internal_test (enum rtx_code test_code) in map_test_to_internal_test() 635 gen_int_relational (enum rtx_code test_code, /* relational test (EQ, etc) */ in gen_int_relational() 642 enum rtx_code test_code; /* test code to use in insn */ in gen_int_relational() member 733 gen_float_relational (enum rtx_code test_code, /* relational test (EQ, etc) */ in gen_float_relational() 769 xtensa_expand_conditional_branch (rtx *operands, enum rtx_code test_code) in xtensa_expand_conditional_branch()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/xtensa/ |
H A D | xtensa.c | 919 map_test_to_internal_test (test_code) in map_test_to_internal_test() argument 947 gen_int_relational (test_code, cmp0, cmp1, p_invert) in gen_int_relational() argument 954 enum rtx_code test_code; /* test code to use in insn */ member 1046 gen_float_relational (test_code, cmp0, cmp1) in gen_float_relational() argument 1083 xtensa_expand_conditional_branch (operands, test_code) in xtensa_expand_conditional_branch() argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/ |
H A D | mips.c | 3086 map_test_to_internal_test (test_code) in map_test_to_internal_test() argument 3132 gen_int_relational (test_code, result, cmp0, cmp1, p_invert) in gen_int_relational() argument 3142 enum rtx_code test_code; /* code to use in instruction (LT vs. LTU) */ member 3360 gen_conditional_branch (operands, test_code) in gen_conditional_branch() argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/frv/ |
H A D | frv.c | 6401 enum rtx_code test_code; local
|
/openbsd-src/gnu/gcc/gcc/config/frv/ |
H A D | frv.c | 5059 enum rtx_code test_code; in frv_split_minmax() local
|