| /src/tests/kernel/ |
| t_origin.sh | 70 test_code() { function 104 test_code "" 113 test_code "32"
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-dom.cc | 1979 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);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/iq2000/ |
| iq2000.cc | 879 map_test_to_internal_test (enum rtx_code test_code) 883 switch (test_code) 902 /* Generate the code to do a TEST_CODE comparison on two integer values CMP0 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) 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...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/xtensa/ |
| xtensa.cc | 664 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 = GET_CODE (operands[0]) 696 enum rtx_code test_code; \/* test code to use in insn *\/ member in struct:cmp_info 835 enum rtx_code test_code = GET_CODE (operands[0]); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/frv/ |
| frv.cc | 5056 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
|