Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dregrename.c538 RTX_CODE code0 = GET_CODE (orig_op0); local
548 code0 = GET_CODE (op0);
557 if (code0 == MULT || code0 == SIGN_EXTEND || code0 == TRUNCATE
558 || code0 == ZERO_EXTEND || code1 == MEM)
564 || code1 == ZERO_EXTEND || code0 == MEM)
569 else if (code0 == CONST_INT || code0 == CONST
570 || code0 == SYMBOL_REF || code0 == LABEL_REF)
575 else if (code0 == REG && code1 == REG)
597 else if (code0 == REG)
1448 RTX_CODE code0 = GET_CODE (orig_op0); local
[all …]
H A Dc-typeck.c1890 enum tree_code code0, code1; local
1951 code0 = TREE_CODE (type0);
1961 if (code0 == ERROR_MARK || code1 == ERROR_MARK)
1968 if (code0 == POINTER_TYPE && code1 == INTEGER_TYPE)
1970 else if (code1 == POINTER_TYPE && code0 == INTEGER_TYPE)
1979 if (code0 == POINTER_TYPE && code1 == POINTER_TYPE
1983 else if (code0 == POINTER_TYPE && code1 == INTEGER_TYPE)
2003 if ((code0 == INTEGER_TYPE || code0 == REAL_TYPE
2004 || code0 == COMPLEX_TYPE || code0 == VECTOR_TYPE)
2008 if (!(code0 == INTEGER_TYPE && code1 == INTEGER_TYPE))
[all …]
H A Dregclass.c1986 enum rtx_code code0 = GET_CODE (arg0); local
1990 if (code0 == SUBREG)
1991 arg0 = SUBREG_REG (arg0), code0 = GET_CODE (arg0);
2030 else if (code0 == REG && code1 == REG
2037 else if (code0 == REG && code1 == REG
2050 else if ((code0 == REG && REG_POINTER (arg0))
2057 || code0 == MULT)
H A Dfold-const.c5281 enum tree_code code0, code1; local
5282 code0 = TREE_CODE (arg0);
5284 if (((code0 == RSHIFT_EXPR && code1 == LSHIFT_EXPR)
5285 || (code1 == RSHIFT_EXPR && code0 == LSHIFT_EXPR))
5306 code0 == LSHIFT_EXPR ? tree01 : tree11);
5320 return build ((code0 == LSHIFT_EXPR
5338 return build ((code0 != LSHIFT_EXPR
7111 enum tree_code code0 = TREE_CODE (arg0); local
7112 int kind0 = TREE_CODE_CLASS (code0);
7116 if (kind0 == '1' || code0 == TRUTH_NOT_EXPR)
[all …]
H A Dreload.c5275 RTX_CODE code0 = GET_CODE (orig_op0); local
5283 code0 = GET_CODE (op0);
5284 if (code0 == REG && REGNO (op0) < FIRST_PSEUDO_REGISTER)
5321 if (code0 == MULT || code0 == SIGN_EXTEND || code0 == TRUNCATE
5322 || code0 == ZERO_EXTEND || code1 == MEM)
5331 || code1 == ZERO_EXTEND || code0 == MEM)
5339 else if (code0 == CONST_INT || code0 == CONST
5340 || code0 == SYMBOL_REF || code0 == LABEL_REF)
5349 else if (code0 == REG && code1 == REG)
5378 else if (code0 == REG)
H A Dc-common.c3801 enum tree_code code0, code1; local
3820 code0 = TREE_CODE (TREE_TYPE (arg0));
3825 if ((code0 == INTEGER_TYPE || code0 == REAL_TYPE)
/openbsd-src/gnu/gcc/gcc/
H A Dregrename.c526 RTX_CODE code0 = GET_CODE (orig_op0); in scan_rtx_address() local
537 code0 = GET_CODE (op0); in scan_rtx_address()
546 if (code0 == MULT || code0 == SIGN_EXTEND || code0 == TRUNCATE in scan_rtx_address()
547 || code0 == ZERO_EXTEND || code1 == MEM) in scan_rtx_address()
554 || code1 == ZERO_EXTEND || code0 == MEM) in scan_rtx_address()
560 else if (code0 == CONST_INT || code0 == CONST in scan_rtx_address()
561 || code0 == SYMBOL_REF || code0 == LABEL_REF) in scan_rtx_address()
572 else if (code0 == REG && code1 == REG) in scan_rtx_address()
596 else if (code0 == REG) in scan_rtx_address()
1450 RTX_CODE code0 = GET_CODE (orig_op0); in replace_oldest_value_addr() local
[all …]
H A Dc-typeck.c7812 enum tree_code code0, code1; in build_binary_op() local
7877 code0 = TREE_CODE (type0); in build_binary_op()
7887 if (code0 == ERROR_MARK || code1 == ERROR_MARK) in build_binary_op()
7903 if (code0 == POINTER_TYPE && code1 == INTEGER_TYPE) in build_binary_op()
7905 else if (code1 == POINTER_TYPE && code0 == INTEGER_TYPE) in build_binary_op()
7914 if (code0 == POINTER_TYPE && code1 == POINTER_TYPE in build_binary_op()
7918 else if (code0 == POINTER_TYPE && code1 == INTEGER_TYPE) in build_binary_op()
7938 if ((code0 == INTEGER_TYPE || code0 == REAL_TYPE in build_binary_op()
7939 || code0 == COMPLEX_TYPE || code0 == VECTOR_TYPE) in build_binary_op()
7943 enum tree_code tcode0 = code0, tcode1 = code1; in build_binary_op()
[all …]
H A Dregclass.c1979 enum rtx_code code0 = GET_CODE (arg0); in record_address_regs() local
1983 if (code0 == SUBREG) in record_address_regs()
1984 arg0 = SUBREG_REG (arg0), code0 = GET_CODE (arg0); in record_address_regs()
2003 record_address_regs (mode, arg1, context, PLUS, code0, scale); in record_address_regs()
2022 else if (code0 == REG && code1 == REG in record_address_regs()
2030 else if (code0 == REG && code1 == REG in record_address_regs()
2043 else if ((code0 == REG && REG_POINTER (arg0)) in record_address_regs()
2047 record_address_regs (mode, arg1, 1, PLUS, code0, scale); in record_address_regs()
2050 || code0 == MULT) in record_address_regs()
2053 record_address_regs (mode, arg1, 0, PLUS, code0, scale); in record_address_regs()
[all …]
H A Dreload.c5390 RTX_CODE code0 = GET_CODE (orig_op0); in find_reloads_address_1() local
5398 code0 = GET_CODE (op0); in find_reloads_address_1()
5399 if (code0 == REG && REGNO (op0) < FIRST_PSEUDO_REGISTER) in find_reloads_address_1()
5436 if (code0 == MULT || code0 == SIGN_EXTEND || code0 == TRUNCATE in find_reloads_address_1()
5437 || code0 == ZERO_EXTEND || code1 == MEM) in find_reloads_address_1()
5442 find_reloads_address_1 (mode, orig_op1, 0, PLUS, code0, in find_reloads_address_1()
5448 || code1 == ZERO_EXTEND || code0 == MEM) in find_reloads_address_1()
5458 else if (code0 == CONST_INT || code0 == CONST in find_reloads_address_1()
5459 || code0 == SYMBOL_REF || code0 == LABEL_REF) in find_reloads_address_1()
5460 find_reloads_address_1 (mode, orig_op1, 0, PLUS, code0, in find_reloads_address_1()
[all …]
H A Dfold-const.c8778 enum tree_code code0, code1; in fold_binary() local
8779 code0 = TREE_CODE (arg0); in fold_binary()
8781 if (((code0 == RSHIFT_EXPR && code1 == LSHIFT_EXPR) in fold_binary()
8782 || (code1 == RSHIFT_EXPR && code0 == LSHIFT_EXPR)) in fold_binary()
8803 code0 == LSHIFT_EXPR ? tree01 : tree11); in fold_binary()
8817 return build2 ((code0 == LSHIFT_EXPR in fold_binary()
8835 return build2 ((code0 != LSHIFT_EXPR in fold_binary()
10935 enum tree_code code0 = TREE_CODE (arg0); in fold_binary() local
10945 && ((code0 == MINUS_EXPR && is_positive >= 0) in fold_binary()
10946 || (code0 == PLUS_EXPR && is_positive <= 0))) in fold_binary()
[all …]
H A Dbuiltins.c8801 enum tree_code code0, code1; in fold_builtin_unordered_cmp() local
8827 code0 = TREE_CODE (type0); in fold_builtin_unordered_cmp()
8830 if (code0 == REAL_TYPE && code1 == REAL_TYPE) in fold_builtin_unordered_cmp()
8834 else if (code0 == REAL_TYPE && code1 == INTEGER_TYPE) in fold_builtin_unordered_cmp()
8836 else if (code0 == INTEGER_TYPE && code1 == REAL_TYPE) in fold_builtin_unordered_cmp()
/openbsd-src/sys/dev/fdt/
H A Drktemp.c588 int32_t code0, delta_code; in rktemp_calc_code() local
602 code0 = sc->sc_temps[i - 1].code; in rktemp_calc_code()
604 delta_code = sc->sc_temps[i].code - code0; in rktemp_calc_code()
607 return code0 + (temp - temp0) * delta_code / delta_temp; in rktemp_calc_code()
614 int32_t code0, delta_code; in rktemp_calc_temp() local
641 code0 = sc->sc_temps[i - 1].code; in rktemp_calc_temp()
643 delta_code = sc->sc_temps[i].code - code0; in rktemp_calc_temp()
646 return temp0 + (code - code0) * delta_temp / delta_code; in rktemp_calc_temp()
/openbsd-src/gnu/gcc/gcc/cp/
H A Dtypeck.c2965 enum tree_code code0, code1; in build_binary_op() local
3068 code0 = TREE_CODE (type0); in build_binary_op()
3074 if (code0 == ERROR_MARK || code1 == ERROR_MARK) in build_binary_op()
3089 if (code0 == POINTER_TYPE && code1 == POINTER_TYPE in build_binary_op()
3095 else if (!(code0 == POINTER_TYPE && code1 == INTEGER_TYPE)) in build_binary_op()
3103 if ((code0 == POINTER_TYPE || code1 == POINTER_TYPE) in build_binary_op()
3104 && (code0 == INTEGER_TYPE || code1 == INTEGER_TYPE)) in build_binary_op()
3108 ptr_operand = ((code0 == POINTER_TYPE) ? op0 : op1); in build_binary_op()
3109 int_operand = ((code0 == INTEGER_TYPE) ? op0 : op1); in build_binary_op()
3131 if ((code0 == INTEGER_TYPE || code0 == REAL_TYPE in build_binary_op()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck.c2983 register enum tree_code code0, code1; local
3080 code0 = TREE_CODE (type0);
3086 if (code0 == ERROR_MARK || code1 == ERROR_MARK)
3093 if (code0 == POINTER_TYPE && code1 == INTEGER_TYPE)
3095 else if (code1 == POINTER_TYPE && code0 == INTEGER_TYPE)
3104 if (code0 == POINTER_TYPE && code1 == POINTER_TYPE
3108 else if (code0 == POINTER_TYPE && code1 == INTEGER_TYPE)
3123 if ((code0 == INTEGER_TYPE || code0 == REAL_TYPE
3124 || code0 == COMPLEX_TYPE)
3133 if (!(code0 == INTEGER_TYPE && code1 == INTEGER_TYPE))
[all …]
/openbsd-src/gnu/gcc/gcc/config/xtensa/
H A Dxtensa.h952 enum rtx_code code0; \
957 code0 = GET_CODE (xplus0); \
964 if (code0 != REG && code1 == REG) \
968 code0 = GET_CODE (xplus0); \
972 if (code0 == REG && REG_OK_FOR_BASE_P (xplus0) \
/openbsd-src/gnu/gcc/gcc/config/iq2000/
H A Diq2000.c293 enum rtx_code code0; in iq2000_legitimate_address_p() local
298 code0 = GET_CODE (xplus0); in iq2000_legitimate_address_p()
304 if (code0 == REG in iq2000_legitimate_address_p()
398 enum rtx_code code0, code1; in iq2000_count_memory_refs() local
424 code0 = GET_CODE (plus0); in iq2000_count_memory_refs()
427 if (code0 == REG) in iq2000_count_memory_refs()
435 if (code0 == CONST_INT) in iq2000_count_memory_refs()
457 if (code0 == SYMBOL_REF || code0 == LABEL_REF || code0 == CONST) in iq2000_count_memory_refs()
520 enum rtx_code code0 = GET_CODE (op0); in iq2000_move_1word() local
527 while (code0 == SUBREG) in iq2000_move_1word()
[all …]
H A Diq2000.h585 enum rtx_code code0 = GET_CODE (xplus0); \
588 if (code0 != REG && code1 == REG) \
592 code0 = GET_CODE (xplus0); \
596 if (code0 == REG && REG_MODE_OK_FOR_BASE_P (xplus0, MODE) \
/openbsd-src/gnu/usr.bin/gcc/gcc/config/xtensa/
H A Dxtensa.h1142 enum rtx_code code0; \
1147 code0 = GET_CODE (xplus0); \
1154 if (code0 != REG && code1 == REG) \
1158 code0 = GET_CODE (xplus0); \
1162 if (code0 == REG && REG_OK_FOR_BASE_P (xplus0) \
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-msp430.c1073 int code0 = 0, code1 = 0, code2 = 0; in msp430_elf_relax_section() local
1079 code0 = bfd_get_16 (abfd, contents + irel->r_offset - 6); in msp430_elf_relax_section()
1093 if (rx->cdx == 2 && rx->f0 == code0 && rx->f1 == code1) in msp430_elf_relax_section()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.c1518 register enum rtx_code code0; local
1523 code0 = GET_CODE (xplus0);
1531 if (code0 == REG
1897 enum rtx_code code0, code1; local
1923 code0 = GET_CODE (plus0);
1926 if (code0 == REG)
1934 if (code0 == CONST_INT)
1956 if (code0 == SYMBOL_REF || code0 == LABEL_REF || code0 == CONST)
2063 enum rtx_code code0 = GET_CODE (op0); local
2070 while (code0 == SUBREG)
[all …]
H A Dmips.h3229 register enum rtx_code code0 = GET_CODE (xplus0); \
3232 if (code0 != REG && code1 == REG) \
3236 code0 = GET_CODE (xplus0); \
3240 if (code0 == REG && REG_MODE_OK_FOR_BASE_P (xplus0, MODE) \
/openbsd-src/gnu/usr.bin/gcc/gcc/config/s390/
H A Ds390.c1714 enum rtx_code code0 = GET_CODE (op0); local
1717 if (code0 == REG || code0 == UNSPEC)
1732 else if (code0 == PLUS)
/openbsd-src/gnu/gcc/gcc/config/c4x/
H A Dc4x.c1506 enum rtx_code code0 = GET_CODE (op0); in c4x_legitimate_address_p() local
1508 switch (code0) in c4x_legitimate_address_p()
/openbsd-src/gnu/gcc/gcc/config/s390/
H A Ds390.c1550 enum rtx_code code0 = GET_CODE (op0); in s390_decompose_address() local
1553 if (code0 == REG || code0 == UNSPEC) in s390_decompose_address()
1568 else if (code0 == PLUS) in s390_decompose_address()

12