| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | sched-int.h | 109 #define INSN_LUID(INSN) (sched_luids[INSN_UID (INSN)]) argument 112 #define SET_INSN_LUID(INSN, LUID) \ argument 113 (sched_luids[INSN_UID (INSN)] = (LUID)) 949 #define HID(INSN) (&h_i_d[INSN_UID (INSN)]) argument 953 #define INSN_PRIORITY(INSN) (HID (INSN)->priority) argument 954 #define INSN_FUSION_PRIORITY(INSN) (HID (INSN)->fusion_priority) argument 955 #define INSN_REG_PRESSURE(INSN) (HID (INSN)->reg_pressure) argument 956 #define INSN_MAX_REG_PRESSURE(INSN) (HID (INSN)->max_reg_pressure) argument 957 #define INSN_REG_USE_LIST(INSN) (HID (INSN)->reg_use_list) argument 958 #define INSN_REG_SET_LIST(INSN) (HID (INSN)->reg_set_list) argument [all …]
|
| H A D | sel-sched-ir.h | 546 #define FOR_EACH_INSN(INSN, I, L) _FOR_EACH (insn, (INSN), (I), (L)) argument 547 #define FOR_EACH_INSN_1(INSN, I, LP) _FOR_EACH_1 (insn, (INSN), (I), (LP)) argument 784 #define SID(INSN) (&s_i_d[INSN_LUID (INSN)]) argument 789 #define INSN_ASM_P(INSN) (SID (INSN)->asm_p) argument 790 #define INSN_SCHED_NEXT(INSN) (SID (INSN)->sched_next) argument 791 #define INSN_ANALYZED_DEPS(INSN) (SID (INSN)->analyzed_deps) argument 792 #define INSN_FOUND_DEPS(INSN) (SID (INSN)->found_deps) argument 793 #define INSN_DEPS_CONTEXT(INSN) (SID (INSN)->deps_context) argument 794 #define INSN_ORIGINATORS(INSN) (SID (INSN)->originators) argument 796 #define INSN_TRANSFORMED_INSNS(INSN) (SID (INSN)->transformed_insns) argument [all …]
|
| H A D | basic-block.h | 227 #define FOR_BB_INSNS(BB, INSN) \ argument 228 for ((INSN) = BB_HEAD (BB); \ 229 (INSN) && (INSN) != NEXT_INSN (BB_END (BB)); \ 230 (INSN) = NEXT_INSN (INSN)) 234 #define FOR_BB_INSNS_SAFE(BB, INSN, CURR) \ argument 235 for ((INSN) = BB_HEAD (BB), (CURR) = (INSN) ? NEXT_INSN ((INSN)): NULL; \ 236 (INSN) && (INSN) != NEXT_INSN (BB_END (BB)); \ 237 (INSN) = (CURR), (CURR) = (INSN) ? NEXT_INSN ((INSN)) : NULL) 239 #define FOR_BB_INSNS_REVERSE(BB, INSN) \ argument 240 for ((INSN) = BB_END (BB); \ [all …]
|
| H A D | df.h | 748 #define DF_INSN_INFO_GET(INSN) (df->insns[(INSN_UID (INSN))]) argument 749 #define DF_INSN_INFO_SET(INSN,VAL) (df->insns[(INSN_UID (INSN))]=(VAL)) argument 756 #define DF_INSN_LUID(INSN) (DF_INSN_INFO_LUID (DF_INSN_INFO_GET (INSN))) argument 757 #define DF_INSN_DEFS(INSN) (DF_INSN_INFO_DEFS (DF_INSN_INFO_GET (INSN))) argument 758 #define DF_INSN_USES(INSN) (DF_INSN_INFO_USES (DF_INSN_INFO_GET (INSN))) argument 759 #define DF_INSN_EQ_USES(INSN) (DF_INSN_INFO_EQ_USES (DF_INSN_INFO_GET (INSN))) argument 766 #define DF_INSN_UID_LUID(INSN) (DF_INSN_UID_GET (INSN)->luid) argument 767 #define DF_INSN_UID_DEFS(INSN) (DF_INSN_UID_GET (INSN)->defs) argument 768 #define DF_INSN_UID_USES(INSN) (DF_INSN_UID_GET (INSN)->uses) argument 769 #define DF_INSN_UID_EQ_USES(INSN) (DF_INSN_UID_GET (INSN)->eq_uses) argument [all …]
|
| H A D | rtl.h | 843 #define NONJUMP_INSN_P(X) (GET_CODE (X) == INSN) 869 #define JUMP_TABLE_DATA_P(INSN) (GET_CODE (INSN) == JUMP_TABLE_DATA) argument 1526 #define INSN_CODE(INSN) XINT (INSN, 5) argument 1556 (RTL_FLAG_CHECK6 ("RTX_FRAME_RELATED_P", (RTX), DEBUG_INSN, INSN, \ 1595 (RTL_FLAG_CHECK3 ("INSN_FROM_TARGET_P", (RTX), INSN, JUMP_INSN, \ 1611 #define REG_NOTES(INSN) XEXP(INSN, 6) argument 1648 #define CALL_INSN_FUNCTION_USAGE(INSN) XEXP(INSN, 7) argument 1653 #define CODE_LABEL_NUMBER(INSN) XINT (INSN, 5) argument 1662 #define NOTE_DATA(INSN) RTL_CHECKC1 (INSN, 3, NOTE) argument 1663 #define NOTE_DELETED_LABEL_NAME(INSN) XCSTR (INSN, 3, NOTE) argument [all …]
|
| H A D | defaults.h | 1194 #define INSN_SETS_ARE_DELAYED(INSN) false argument 1198 #define INSN_REFERENCES_ARE_DELAYED(INSN) false argument
|
| H A D | rtl.def | 67 an rtx code for a machine insn (INSN, JUMP_INSN, CALL_INSN) or 145 DEF_RTL_EXPR(INSN, "insn", "uuBeiie", RTX_INSN) 148 Fields ( rtx->u.fld[] ) have exact same meaning as INSN's. */ 155 All other fields ( rtx->u.fld[] ) have exact same meaning as INSN's. */ 184 Top level constituents of INSN, JUMP_INSN and CALL_INSN.
|
| H A D | reg-notes.def | 192 /* Indicates what exception region an INSN belongs in. This is used
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | sched-int.h | 109 #define INSN_LUID(INSN) (sched_luids[INSN_UID (INSN)]) argument 112 #define SET_INSN_LUID(INSN, LUID) \ argument 113 (sched_luids[INSN_UID (INSN)] = (LUID)) 949 #define HID(INSN) (&h_i_d[INSN_UID (INSN)]) argument 953 #define INSN_PRIORITY(INSN) (HID (INSN)->priority) argument 954 #define INSN_FUSION_PRIORITY(INSN) (HID (INSN)->fusion_priority) argument 955 #define INSN_REG_PRESSURE(INSN) (HID (INSN)->reg_pressure) argument 956 #define INSN_MAX_REG_PRESSURE(INSN) (HID (INSN)->max_reg_pressure) argument 957 #define INSN_REG_USE_LIST(INSN) (HID (INSN)->reg_use_list) argument 958 #define INSN_REG_SET_LIST(INSN) (HID (INSN)->reg_set_list) argument [all …]
|
| H A D | sel-sched-ir.h | 546 #define FOR_EACH_INSN(INSN, I, L) _FOR_EACH (insn, (INSN), (I), (L)) argument 547 #define FOR_EACH_INSN_1(INSN, I, LP) _FOR_EACH_1 (insn, (INSN), (I), (LP)) argument 784 #define SID(INSN) (&s_i_d[INSN_LUID (INSN)]) argument 789 #define INSN_ASM_P(INSN) (SID (INSN)->asm_p) argument 790 #define INSN_SCHED_NEXT(INSN) (SID (INSN)->sched_next) argument 791 #define INSN_ANALYZED_DEPS(INSN) (SID (INSN)->analyzed_deps) argument 792 #define INSN_FOUND_DEPS(INSN) (SID (INSN)->found_deps) argument 793 #define INSN_DEPS_CONTEXT(INSN) (SID (INSN)->deps_context) argument 794 #define INSN_ORIGINATORS(INSN) (SID (INSN)->originators) argument 796 #define INSN_TRANSFORMED_INSNS(INSN) (SID (INSN)->transformed_insns) argument [all …]
|
| H A D | basic-block.h | 227 #define FOR_BB_INSNS(BB, INSN) \ argument 228 for ((INSN) = BB_HEAD (BB); \ 229 (INSN) && (INSN) != NEXT_INSN (BB_END (BB)); \ 230 (INSN) = NEXT_INSN (INSN)) 234 #define FOR_BB_INSNS_SAFE(BB, INSN, CURR) \ argument 235 for ((INSN) = BB_HEAD (BB), (CURR) = (INSN) ? NEXT_INSN ((INSN)): NULL; \ 236 (INSN) && (INSN) != NEXT_INSN (BB_END (BB)); \ 237 (INSN) = (CURR), (CURR) = (INSN) ? NEXT_INSN ((INSN)) : NULL) 239 #define FOR_BB_INSNS_REVERSE(BB, INSN) \ argument 240 for ((INSN) = BB_END (BB); \ [all …]
|
| H A D | df.h | 748 #define DF_INSN_INFO_GET(INSN) (df->insns[(INSN_UID (INSN))]) argument 749 #define DF_INSN_INFO_SET(INSN,VAL) (df->insns[(INSN_UID (INSN))]=(VAL)) argument 756 #define DF_INSN_LUID(INSN) (DF_INSN_INFO_LUID (DF_INSN_INFO_GET (INSN))) argument 757 #define DF_INSN_DEFS(INSN) (DF_INSN_INFO_DEFS (DF_INSN_INFO_GET (INSN))) argument 758 #define DF_INSN_USES(INSN) (DF_INSN_INFO_USES (DF_INSN_INFO_GET (INSN))) argument 759 #define DF_INSN_EQ_USES(INSN) (DF_INSN_INFO_EQ_USES (DF_INSN_INFO_GET (INSN))) argument 766 #define DF_INSN_UID_LUID(INSN) (DF_INSN_UID_GET (INSN)->luid) argument 767 #define DF_INSN_UID_DEFS(INSN) (DF_INSN_UID_GET (INSN)->defs) argument 768 #define DF_INSN_UID_USES(INSN) (DF_INSN_UID_GET (INSN)->uses) argument 769 #define DF_INSN_UID_EQ_USES(INSN) (DF_INSN_UID_GET (INSN)->eq_uses) argument [all …]
|
| H A D | rtl.h | 843 #define NONJUMP_INSN_P(X) (GET_CODE (X) == INSN) 869 #define JUMP_TABLE_DATA_P(INSN) (GET_CODE (INSN) == JUMP_TABLE_DATA) argument 1526 #define INSN_CODE(INSN) XINT (INSN, 5) argument 1556 (RTL_FLAG_CHECK6 ("RTX_FRAME_RELATED_P", (RTX), DEBUG_INSN, INSN, \ 1595 (RTL_FLAG_CHECK3 ("INSN_FROM_TARGET_P", (RTX), INSN, JUMP_INSN, \ 1611 #define REG_NOTES(INSN) XEXP(INSN, 6) argument 1648 #define CALL_INSN_FUNCTION_USAGE(INSN) XEXP(INSN, 7) argument 1653 #define CODE_LABEL_NUMBER(INSN) XINT (INSN, 5) argument 1662 #define NOTE_DATA(INSN) RTL_CHECKC1 (INSN, 3, NOTE) argument 1663 #define NOTE_DELETED_LABEL_NAME(INSN) XCSTR (INSN, 3, NOTE) argument [all …]
|
| H A D | defaults.h | 1194 #define INSN_SETS_ARE_DELAYED(INSN) false argument 1198 #define INSN_REFERENCES_ARE_DELAYED(INSN) false argument
|
| H A D | rtl.def | 67 an rtx code for a machine insn (INSN, JUMP_INSN, CALL_INSN) or 145 DEF_RTL_EXPR(INSN, "insn", "uuBeiie", RTX_INSN) 148 Fields ( rtx->u.fld[] ) have exact same meaning as INSN's. */ 155 All other fields ( rtx->u.fld[] ) have exact same meaning as INSN's. */ 184 Top level constituents of INSN, JUMP_INSN and CALL_INSN.
|
| H A D | reg-notes.def | 192 /* Indicates what exception region an INSN belongs in. This is used
|
| /OK3568_Linux_fs/buildroot/package/valgrind/ |
| H A D | 0004-arm64-front-end-add-support-for-ldnp-stnp.patch | 36 UInt insn_30_23 = INSN(30,23); 42 UInt bL = INSN(22,22); 43 UInt bX = INSN(31,31); 44 - UInt bWBack = INSN(23,23); 45 + UInt bWBack = INSN(24,23) != BITS2(1,0); 46 UInt rT1 = INSN(4,0); 47 UInt rN = INSN(9,5); 48 UInt rT2 = INSN(14,10); 52 switch (INSN(24,23)) { 60 switch (INSN(24,23)) {
|
| H A D | 0003-arm64-front-end-add-support-for-dc-cvac-dc-cvap-hand.patch | 23 if ( (INSN(31,0) & 0xFFFFFFE0) == 0xD50B7B20 24 - || (INSN(31,0) & 0xFFFFFFE0) == 0xD50B7E20) { 25 + || (INSN(31,0) & 0xFFFFFFE0) == 0xD50B7E20 26 + || ((INSN(31,0) & 0xFFFFFFE0) == 0xD50B7A20) 27 + || ((INSN(31,0) & 0xFFFFFFE0) == 0xD50B7C20)) {
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | visemul.c | 136 #define RS1(INSN) (((INSN) >> 14) & 0x1f) argument 137 #define RS2(INSN) (((INSN) >> 0) & 0x1f) argument 138 #define RD(INSN) (((INSN) >> 25) & 0x1f) argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/config/arm/ |
| H A D | arm.h | 2233 #define FINAL_PRESCAN_INSN(INSN, OPVEC, NOPERANDS) \ argument 2235 arm_final_prescan_insn (INSN); \ 2237 thumb2_final_prescan_insn (INSN); \ 2239 thumb1_final_prescan_insn (INSN)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/config/aarch64/ |
| H A D | aarch64.h | 783 #define FINAL_PRESCAN_INSN(INSN, OPVEC, NOPERANDS) \ argument 784 aarch64_final_prescan_insn (INSN); \
|
| /OK3568_Linux_fs/kernel/scripts/gcc-plugins/ |
| H A D | gcc-common.h | 374 #define INSN_LOCATION(INSN) RTL_LOCATION(INSN) argument
|
| /OK3568_Linux_fs/buildroot/package/gcc/arc-2020.09-release/ |
| H A D | 0001-arc-Refurbish-adc-sbc-patterns.patch | 69 -/* Return true if INSN is an instruction with a delay slot we may want
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gccint.info | 16090 An RTX code for an entire instruction: 'INSN', 'JUMP_INSN', and 18972 always correspond: if INSN is not the first insn, 18974 NEXT_INSN (PREV_INSN (INSN)) == INSN 18976 is always true and if INSN is not the last insn, 18978 PREV_INSN (NEXT_INSN (INSN)) == INSN 18990 inside 'sequence' expressions. Specifically, if INSN is the first insn 18991 in a 'sequence', 'NEXT_INSN (PREV_INSN (INSN))' is the insn containing 18993 (INSN))' if INSN is the last insn in the 'sequence' expression. You can 28285 [INSN-PATTERN] 28287 [NEW-INSN-PATTERN-1 [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gccint.info | 16090 An RTX code for an entire instruction: 'INSN', 'JUMP_INSN', and 18972 always correspond: if INSN is not the first insn, 18974 NEXT_INSN (PREV_INSN (INSN)) == INSN 18976 is always true and if INSN is not the last insn, 18978 PREV_INSN (NEXT_INSN (INSN)) == INSN 18990 inside 'sequence' expressions. Specifically, if INSN is the first insn 18991 in a 'sequence', 'NEXT_INSN (PREV_INSN (INSN))' is the insn containing 18993 (INSN))' if INSN is the last insn in the 'sequence' expression. You can 28285 [INSN-PATTERN] 28287 [NEW-INSN-PATTERN-1 [all …]
|