Home
last modified time | relevance | path

Searched refs:code0 (Results 1 – 25 of 40) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dregcprop.cc556 RTX_CODE code0 = GET_CODE (orig_op0); in replace_oldest_value_addr() local
567 code0 = GET_CODE (op0); in replace_oldest_value_addr()
576 if (code0 == MULT || code0 == SIGN_EXTEND || code0 == TRUNCATE in replace_oldest_value_addr()
577 || code0 == ZERO_EXTEND || code1 == MEM) in replace_oldest_value_addr()
584 || code1 == ZERO_EXTEND || code0 == MEM) in replace_oldest_value_addr()
590 else if (code0 == CONST_INT || code0 == CONST in replace_oldest_value_addr()
591 || code0 == SYMBOL_REF || code0 == LABEL_REF) in replace_oldest_value_addr()
602 else if (code0 == REG && code1 == REG) in replace_oldest_value_addr()
625 else if (code0 == REG) in replace_oldest_value_addr()
H A Dregrename.cc1315 RTX_CODE code0 = GET_CODE (orig_op0); in scan_rtx_address() local
1326 code0 = GET_CODE (op0); in scan_rtx_address()
1335 if (code0 == MULT || code0 == SIGN_EXTEND || code0 == TRUNCATE in scan_rtx_address()
1336 || code0 == ZERO_EXTEND || code1 == MEM) in scan_rtx_address()
1343 || code1 == ZERO_EXTEND || code0 == MEM) in scan_rtx_address()
1349 else if (code0 == CONST_INT || code0 == CONST in scan_rtx_address()
1350 || code0 == SYMBOL_REF || code0 == LABEL_REF) in scan_rtx_address()
1361 else if (code0 == REG && code1 == REG) in scan_rtx_address()
1384 else if (code0 == REG) in scan_rtx_address()
H A Dira-costs.cc1187 enum rtx_code code0 = GET_CODE (arg0); in record_address_regs() local
1191 if (code0 == SUBREG) in record_address_regs()
1192 arg0 = SUBREG_REG (arg0), code0 = GET_CODE (arg0); in record_address_regs()
1205 record_address_regs (mode, as, arg1, context, PLUS, code0, scale); in record_address_regs()
1219 else if (code0 == REG && code1 == REG in record_address_regs()
1227 else if (code0 == REG && code1 == REG in record_address_regs()
1238 else if ((code0 == REG && REG_POINTER (arg0)) || code1 == MULT) in record_address_regs()
1241 record_address_regs (mode, as, arg1, 1, PLUS, code0, scale); in record_address_regs()
1243 else if ((code1 == REG && REG_POINTER (arg1)) || code0 == MULT) in record_address_regs()
1246 record_address_regs (mode, as, arg1, 0, PLUS, code0, scale); in record_address_regs()
[all …]
H A Dfold-const.cc9833 enum tree_code code0 = TREE_CODE (arg0); in maybe_canonicalize_comparison_1() local
9844 && (code0 == MINUS_EXPR in maybe_canonicalize_comparison_1()
9845 || code0 == PLUS_EXPR) in maybe_canonicalize_comparison_1()
9862 && code0 == ((sgn0 == -1) ? PLUS_EXPR : MINUS_EXPR)) in maybe_canonicalize_comparison_1()
9866 && code0 == ((sgn0 == -1) ? MINUS_EXPR : PLUS_EXPR)) in maybe_canonicalize_comparison_1()
9870 && code0 == ((sgn0 == -1) ? MINUS_EXPR : PLUS_EXPR)) in maybe_canonicalize_comparison_1()
9874 && code0 == ((sgn0 == -1) ? PLUS_EXPR : MINUS_EXPR)) in maybe_canonicalize_comparison_1()
9893 t = fold_build2_loc (loc, code0, TREE_TYPE (arg0), TREE_OPERAND (arg0, 0), t); in maybe_canonicalize_comparison_1()
11196 enum tree_code code0, code1; in fold_binary_loc() local
11198 code0 = TREE_CODE (arg0); in fold_binary_loc()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dregcprop.c554 RTX_CODE code0 = GET_CODE (orig_op0); in replace_oldest_value_addr() local
565 code0 = GET_CODE (op0); in replace_oldest_value_addr()
574 if (code0 == MULT || code0 == SIGN_EXTEND || code0 == TRUNCATE in replace_oldest_value_addr()
575 || code0 == ZERO_EXTEND || code1 == MEM) in replace_oldest_value_addr()
582 || code1 == ZERO_EXTEND || code0 == MEM) in replace_oldest_value_addr()
588 else if (code0 == CONST_INT || code0 == CONST in replace_oldest_value_addr()
589 || code0 == SYMBOL_REF || code0 == LABEL_REF) in replace_oldest_value_addr()
600 else if (code0 == REG && code1 == REG) in replace_oldest_value_addr()
623 else if (code0 == REG) in replace_oldest_value_addr()
H A Dregrename.c1295 RTX_CODE code0 = GET_CODE (orig_op0); in scan_rtx_address() local
1306 code0 = GET_CODE (op0); in scan_rtx_address()
1315 if (code0 == MULT || code0 == SIGN_EXTEND || code0 == TRUNCATE in scan_rtx_address()
1316 || code0 == ZERO_EXTEND || code1 == MEM) in scan_rtx_address()
1323 || code1 == ZERO_EXTEND || code0 == MEM) in scan_rtx_address()
1329 else if (code0 == CONST_INT || code0 == CONST in scan_rtx_address()
1330 || code0 == SYMBOL_REF || code0 == LABEL_REF) in scan_rtx_address()
1341 else if (code0 == REG && code1 == REG) in scan_rtx_address()
1364 else if (code0 == REG) in scan_rtx_address()
H A Dira-costs.c1127 enum rtx_code code0 = GET_CODE (arg0); in record_address_regs() local
1131 if (code0 == SUBREG) in record_address_regs()
1132 arg0 = SUBREG_REG (arg0), code0 = GET_CODE (arg0); in record_address_regs()
1145 record_address_regs (mode, as, arg1, context, PLUS, code0, scale); in record_address_regs()
1159 else if (code0 == REG && code1 == REG in record_address_regs()
1167 else if (code0 == REG && code1 == REG in record_address_regs()
1178 else if ((code0 == REG && REG_POINTER (arg0)) || code1 == MULT) in record_address_regs()
1181 record_address_regs (mode, as, arg1, 1, PLUS, code0, scale); in record_address_regs()
1183 else if ((code1 == REG && REG_POINTER (arg1)) || code0 == MULT) in record_address_regs()
1186 record_address_regs (mode, as, arg1, 0, PLUS, code0, scale); in record_address_regs()
[all …]
H A Dreload.c5568 RTX_CODE code0 = GET_CODE (orig_op0); in find_reloads_address_1() local
5576 code0 = GET_CODE (op0); in find_reloads_address_1()
5577 if (code0 == REG && REGNO (op0) < FIRST_PSEUDO_REGISTER) in find_reloads_address_1()
5614 if (code0 == MULT || code0 == SIGN_EXTEND || code0 == TRUNCATE in find_reloads_address_1()
5615 || code0 == ZERO_EXTEND || code1 == MEM) in find_reloads_address_1()
5620 find_reloads_address_1 (mode, as, orig_op1, 0, PLUS, code0, in find_reloads_address_1()
5626 || code1 == ZERO_EXTEND || code0 == MEM) in find_reloads_address_1()
5636 else if (code0 == CONST_INT || code0 == CONST in find_reloads_address_1()
5637 || code0 == SYMBOL_REF || code0 == LABEL_REF) in find_reloads_address_1()
5638 find_reloads_address_1 (mode, as, orig_op1, 0, PLUS, code0, in find_reloads_address_1()
[all …]
H A Dfold-const.c9211 enum tree_code code0 = TREE_CODE (arg0); in maybe_canonicalize_comparison_1() local
9222 && (code0 == MINUS_EXPR in maybe_canonicalize_comparison_1()
9223 || code0 == PLUS_EXPR) in maybe_canonicalize_comparison_1()
9240 && code0 == ((sgn0 == -1) ? PLUS_EXPR : MINUS_EXPR)) in maybe_canonicalize_comparison_1()
9244 && code0 == ((sgn0 == -1) ? MINUS_EXPR : PLUS_EXPR)) in maybe_canonicalize_comparison_1()
9248 && code0 == ((sgn0 == -1) ? MINUS_EXPR : PLUS_EXPR)) in maybe_canonicalize_comparison_1()
9252 && code0 == ((sgn0 == -1) ? PLUS_EXPR : MINUS_EXPR)) in maybe_canonicalize_comparison_1()
9271 t = fold_build2_loc (loc, code0, TREE_TYPE (arg0), TREE_OPERAND (arg0, 0), t); in maybe_canonicalize_comparison_1()
10571 enum tree_code code0, code1; in fold_binary_loc() local
10573 code0 = TREE_CODE (arg0); in fold_binary_loc()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Diq2000.cc350 enum rtx_code code0; in iq2000_legitimate_address_p() local
355 code0 = GET_CODE (xplus0); in iq2000_legitimate_address_p()
361 if (code0 == REG in iq2000_legitimate_address_p()
454 enum rtx_code code0, code1; in iq2000_count_memory_refs() local
480 code0 = GET_CODE (plus0); in iq2000_count_memory_refs()
483 if (code0 == REG) in iq2000_count_memory_refs()
491 if (code0 == CONST_INT) in iq2000_count_memory_refs()
513 if (code0 == SYMBOL_REF || code0 == LABEL_REF || code0 == CONST) in iq2000_count_memory_refs()
576 enum rtx_code code0 = GET_CODE (op0); in iq2000_move_1word() local
583 while (code0 == SUBREG) in iq2000_move_1word()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/iq2000/
H A Diq2000.c350 enum rtx_code code0; in iq2000_legitimate_address_p() local
355 code0 = GET_CODE (xplus0); in iq2000_legitimate_address_p()
361 if (code0 == REG in iq2000_legitimate_address_p()
454 enum rtx_code code0, code1; in iq2000_count_memory_refs() local
480 code0 = GET_CODE (plus0); in iq2000_count_memory_refs()
483 if (code0 == REG) in iq2000_count_memory_refs()
491 if (code0 == CONST_INT) in iq2000_count_memory_refs()
513 if (code0 == SYMBOL_REF || code0 == LABEL_REF || code0 == CONST) in iq2000_count_memory_refs()
576 enum rtx_code code0 = GET_CODE (op0); in iq2000_move_1word() local
583 while (code0 == SUBREG) in iq2000_move_1word()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c4479 enum tree_code code0, code1; in cp_build_binary_op() local
4595 code0 = TREE_CODE (type0); in cp_build_binary_op()
4600 if (code0 == ERROR_MARK || code1 == ERROR_MARK) in cp_build_binary_op()
4636 || (gnu_vector_type_p (type1) && code0 != VECTOR_TYPE)) in cp_build_binary_op()
4651 code0 = TREE_CODE (type0); in cp_build_binary_op()
4675 if (code0 == POINTER_TYPE && code1 == POINTER_TYPE in cp_build_binary_op()
4690 else if (!(code0 == POINTER_TYPE && code1 == INTEGER_TYPE)) in cp_build_binary_op()
4699 if ((code0 == POINTER_TYPE || code1 == POINTER_TYPE) in cp_build_binary_op()
4700 && (code0 == INTEGER_TYPE || code1 == INTEGER_TYPE)) in cp_build_binary_op()
4704 ptr_operand = ((code0 == POINTER_TYPE) ? op0 : op1); in cp_build_binary_op()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc4916 enum tree_code code0, code1; in cp_build_binary_op() local
5032 code0 = TREE_CODE (type0); in cp_build_binary_op()
5037 if (code0 == ERROR_MARK || code1 == ERROR_MARK) in cp_build_binary_op()
5073 || (gnu_vector_type_p (type1) && code0 != VECTOR_TYPE)) in cp_build_binary_op()
5088 code0 = TREE_CODE (type0); in cp_build_binary_op()
5112 if (code0 == POINTER_TYPE && code1 == POINTER_TYPE in cp_build_binary_op()
5127 else if (!(code0 == POINTER_TYPE && code1 == INTEGER_TYPE)) in cp_build_binary_op()
5136 if ((code0 == POINTER_TYPE || code1 == POINTER_TYPE) in cp_build_binary_op()
5137 && (code0 == INTEGER_TYPE || code1 == INTEGER_TYPE)) in cp_build_binary_op()
5141 ptr_operand = ((code0 == POINTER_TYPE) ? op0 : op1); in cp_build_binary_op()
[all …]
/netbsd-src/usr.bin/mkubootimage/
H A Darm64.h38 uint32_t code0; /* Executable code */ member
H A Dmkubootimage.c395 hdr->code0 = htole32(ARM64_CODE0); in generate_header_arm64()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c11510 enum tree_code code0, code1; in build_binary_op() local
11621 code0 = TREE_CODE (type0); in build_binary_op()
11631 if (code0 == ERROR_MARK || code1 == ERROR_MARK) in build_binary_op()
11634 if (code0 == POINTER_TYPE in build_binary_op()
11707 || (gnu_vector_type_p (type1) && code0 != VECTOR_TYPE)) in build_binary_op()
11727 code0 = TREE_CODE (type0); in build_binary_op()
11755 if (code0 == POINTER_TYPE && code1 == INTEGER_TYPE) in build_binary_op()
11760 else if (code1 == POINTER_TYPE && code0 == INTEGER_TYPE) in build_binary_op()
11772 if (code0 == POINTER_TYPE && code1 == POINTER_TYPE in build_binary_op()
11779 else if (code0 == POINTER_TYPE && code1 == INTEGER_TYPE) in build_binary_op()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc11722 enum tree_code code0, code1; in build_binary_op() local
11833 code0 = TREE_CODE (type0); in build_binary_op()
11843 if (code0 == ERROR_MARK || code1 == ERROR_MARK) in build_binary_op()
11846 if (code0 == POINTER_TYPE in build_binary_op()
11919 || (gnu_vector_type_p (type1) && code0 != VECTOR_TYPE)) in build_binary_op()
11939 code0 = TREE_CODE (type0); in build_binary_op()
11967 if (code0 == POINTER_TYPE && code1 == INTEGER_TYPE) in build_binary_op()
11972 else if (code1 == POINTER_TYPE && code0 == INTEGER_TYPE) in build_binary_op()
11984 if (code0 == POINTER_TYPE && code1 == POINTER_TYPE in build_binary_op()
11991 else if (code0 == POINTER_TYPE && code1 == INTEGER_TYPE) in build_binary_op()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/microblaze/
H A Dmicroblaze.c1016 register enum rtx_code code0 = GET_CODE (xplus0); in microblaze_legitimize_address() local
1019 if (code0 != REG && code1 == REG) in microblaze_legitimize_address()
1023 code0 = GET_CODE (xplus0); in microblaze_legitimize_address()
1027 if (code0 == REG && REG_OK_FOR_BASE_P (xplus0) in microblaze_legitimize_address()
1043 if (code0 == REG && REG_OK_FOR_BASE_P (xplus0)) in microblaze_legitimize_address()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/microblaze/
H A Dmicroblaze.cc1017 enum rtx_code code0 = GET_CODE (xplus0); in microblaze_legitimize_address() local
1020 if (code0 != REG && code1 == REG) in microblaze_legitimize_address()
1024 code0 = GET_CODE (xplus0); in microblaze_legitimize_address()
1028 if (code0 == REG && REG_OK_FOR_BASE_P (xplus0) in microblaze_legitimize_address()
1044 if (code0 == REG && REG_OK_FOR_BASE_P (xplus0)) in microblaze_legitimize_address()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/xtensa/
H A Dxtensa.cc1871 enum rtx_code code0; in xtensa_legitimate_address_p() local
1876 code0 = GET_CODE (xplus0); in xtensa_legitimate_address_p()
1883 if (code0 != REG && code1 == REG) in xtensa_legitimate_address_p()
1887 code0 = GET_CODE (xplus0); in xtensa_legitimate_address_p()
1891 if (code0 == REG && BASE_REG_P (xplus0, strict) in xtensa_legitimate_address_p()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/xtensa/
H A Dxtensa.c1845 enum rtx_code code0; in xtensa_legitimate_address_p() local
1850 code0 = GET_CODE (xplus0); in xtensa_legitimate_address_p()
1857 if (code0 != REG && code1 == REG) in xtensa_legitimate_address_p()
1861 code0 = GET_CODE (xplus0); in xtensa_legitimate_address_p()
1865 if (code0 == REG && BASE_REG_P (xplus0, strict) in xtensa_legitimate_address_p()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-msp430.c2385 int code0 = 0, code1 = 0, code2 = 0; in msp430_elf_relax_section() local
2391 code0 = bfd_get_16 (abfd, contents + irel->r_offset - 6); in msp430_elf_relax_section()
2405 if (rx->cdx == 2 && rx->f0 == code0 && rx->f1 == code1) in msp430_elf_relax_section()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-msp430.c2383 int code0 = 0, code1 = 0, code2 = 0; in msp430_elf_relax_section() local
2389 code0 = bfd_get_16 (abfd, contents + irel->r_offset - 6); in msp430_elf_relax_section()
2403 if (rx->cdx == 2 && rx->f0 == code0 && rx->f1 == code1) in msp430_elf_relax_section()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/c6x/
H A Dc6x.c6037 enum rtx_code code0 = GET_CODE (op0); in c6x_rtx_costs() local
6040 if ((code0 == code1 in c6x_rtx_costs()
6041 && (code0 == SIGN_EXTEND || code0 == ZERO_EXTEND)) in c6x_rtx_costs()
6043 && code0 == ZERO_EXTEND && code1 == SIGN_EXTEND)) in c6x_rtx_costs()
6050 *total += rtx_cost (XEXP (op0, 0), mode, code0, 0, speed); in c6x_rtx_costs()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/c6x/
H A Dc6x.cc6040 enum rtx_code code0 = GET_CODE (op0); in c6x_rtx_costs() local
6043 if ((code0 == code1 in c6x_rtx_costs()
6044 && (code0 == SIGN_EXTEND || code0 == ZERO_EXTEND)) in c6x_rtx_costs()
6046 && code0 == ZERO_EXTEND && code1 == SIGN_EXTEND)) in c6x_rtx_costs()
6053 *total += rtx_cost (XEXP (op0, 0), mode, code0, 0, speed); in c6x_rtx_costs()

12