/netbsd-src/common/lib/libc/arch/aarch64/atomic/ |
H A D | atomic_op_asm.h | 37 #define ATOMIC_OP8(OP, INSN) \ argument 47 #define SYNC_FETCH_OP8(OP, INSN) \ argument 59 #define ATOMIC_OP8_NV(OP, INSN) \ argument 69 #define SYNC_OP8_FETCH(OP, INSN) \ argument 81 #define ATOMIC_OP16(OP, INSN) \ argument 91 #define SYNC_FETCH_OP16(OP, INSN) \ argument 103 #define ATOMIC_OP16_NV(OP, INSN) \ argument 113 #define SYNC_OP16_FETCH(OP, INSN) \ argument 125 #define ATOMIC_OP32(OP, INSN) \ argument 135 #define SYNC_FETCH_OP32(OP, INSN) \ argument [all …]
|
H A D | __aarch64_lse.S | 131 #define INSN _CONCAT5(ld, OP, ACQ, REL, OPSFX) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
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 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 959 #define INSN_REG_PRESSURE_EXCESS_COST_CHANGE(INSN) \ 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 | 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 | 877 #define JUMP_TABLE_DATA_P(INSN) (GET_CODE (INSN) == JUMP_TABLE_DATA) argument 1534 #define INSN_CODE(INSN) XINT (INSN, 5) argument 1619 #define REG_NOTES(INSN) XEXP(INSN, 6) argument 1656 #define CALL_INSN_FUNCTION_USAGE(INSN) XEXP(INSN, 7) argument 1661 #define CODE_LABEL_NUMBER(INSN) XINT (INSN, 5) argument 1670 #define NOTE_DATA(INSN) RTL_CHECKC1 (INSN, 3, NOTE) argument 1671 #define NOTE_DELETED_LABEL_NAME(INSN) XCSTR (INSN, 3, NOTE) argument 1672 #define SET_INSN_DELETED(INSN) set_insn_deleted (INSN); argument 1673 #define NOTE_BLOCK(INSN) XCTREE (INSN, 3, NOTE) argument 1674 #define NOTE_EH_HANDLER(INSN) XCINT (INSN, 3, NOTE) argument [all …]
|
H A D | basic-block.h | 227 #define FOR_BB_INSNS(BB, INSN) \ argument 234 #define FOR_BB_INSNS_SAFE(BB, INSN, CURR) \ argument 239 #define FOR_BB_INSNS_REVERSE(BB, INSN) \ argument 244 #define FOR_BB_INSNS_REVERSE_SAFE(BB, INSN, CURR) \ argument
|
H A D | gentarget-def.cc | 327 #define DEF_TARGET_INSN(INSN, ARGS) \ in main() argument
|
H A D | haifa-sched.cc | 221 #define INSN_TICK(INSN) (HID (INSN)->tick) argument 222 #define INSN_EXACT_TICK(INSN) (HID (INSN)->exact_tick) argument 223 #define INSN_TICK_ESTIMATE(INSN) (HID (INSN)->tick_estimate) argument 224 #define INTER_TICK(INSN) (HID (INSN)->inter_tick) argument 225 #define FEEDS_BACKTRACK_INSN(INSN) (HID (INSN)->feeds_backtrack_insn) argument 226 #define SHADOW_P(INSN) (HID (INSN)->shadow_p) argument 227 #define MUST_RECOMPUTE_SPEC_P(INSN) (HID (INSN)->must_recompute_spec) argument 230 #define INSN_COST(INSN) (HID (INSN)->cost) argument 240 #define INSN_RFS_DEBUG_ORIG_ORDER(INSN) (HID (INSN)->rfs_debug_orig_order) argument 243 #define INSN_LAST_RFS_WIN(INSN) (HID (INSN)->last_rfs_win) argument [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
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 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 959 #define INSN_REG_PRESSURE_EXCESS_COST_CHANGE(INSN) \ 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 | 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 | 869 #define JUMP_TABLE_DATA_P(INSN) (GET_CODE (INSN) == JUMP_TABLE_DATA) argument 1526 #define INSN_CODE(INSN) XINT (INSN, 5) argument 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 1664 #define SET_INSN_DELETED(INSN) set_insn_deleted (INSN); argument 1665 #define NOTE_BLOCK(INSN) XCTREE (INSN, 3, NOTE) argument 1666 #define NOTE_EH_HANDLER(INSN) XCINT (INSN, 3, NOTE) argument [all …]
|
H A D | basic-block.h | 227 #define FOR_BB_INSNS(BB, INSN) \ argument 234 #define FOR_BB_INSNS_SAFE(BB, INSN, CURR) \ argument 239 #define FOR_BB_INSNS_REVERSE(BB, INSN) \ argument 244 #define FOR_BB_INSNS_REVERSE_SAFE(BB, INSN, CURR) \ argument
|
H A D | gentarget-def.c | 327 #define DEF_TARGET_INSN(INSN, ARGS) \ in main() argument
|
H A D | haifa-sched.c | 221 #define INSN_TICK(INSN) (HID (INSN)->tick) argument 222 #define INSN_EXACT_TICK(INSN) (HID (INSN)->exact_tick) argument 223 #define INSN_TICK_ESTIMATE(INSN) (HID (INSN)->tick_estimate) argument 224 #define INTER_TICK(INSN) (HID (INSN)->inter_tick) argument 225 #define FEEDS_BACKTRACK_INSN(INSN) (HID (INSN)->feeds_backtrack_insn) argument 226 #define SHADOW_P(INSN) (HID (INSN)->shadow_p) argument 227 #define MUST_RECOMPUTE_SPEC_P(INSN) (HID (INSN)->must_recompute_spec) argument 230 #define INSN_COST(INSN) (HID (INSN)->cost) argument 240 #define INSN_RFS_DEBUG_ORIG_ORDER(INSN) (HID (INSN)->rfs_debug_orig_order) argument 243 #define INSN_LAST_RFS_WIN(INSN) (HID (INSN)->last_rfs_win) argument [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | itbl-parse.h | 62 INSN = 263, /* INSN */ enumerator 80 #define INSN 263 macro
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | itbl-parse.h | 62 INSN = 263, /* INSN */ enumerator 80 #define INSN 263 macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/ |
H A D | riscv-builtins.c | 102 #define RISCV_BUILTIN(INSN, NAME, BUILTIN_TYPE, FUNCTION_TYPE, AVAIL) \ argument 109 #define DIRECT_BUILTIN(INSN, FUNCTION_TYPE, AVAIL) \ argument 115 #define DIRECT_NO_TARGET_BUILTIN(INSN, FUNCTION_TYPE, AVAIL) \ argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/ |
H A D | riscv-builtins.cc | 102 #define RISCV_BUILTIN(INSN, NAME, BUILTIN_TYPE, FUNCTION_TYPE, AVAIL) \ argument 109 #define DIRECT_BUILTIN(INSN, FUNCTION_TYPE, AVAIL) \ argument 115 #define DIRECT_NO_TARGET_BUILTIN(INSN, FUNCTION_TYPE, AVAIL) \ argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/ |
H A D | loongarch-builtins.cc | 119 #define LARCH_BUILTIN(INSN, NAME, BUILTIN_TYPE, FUNCTION_TYPE, AVAIL) \ argument 129 #define DIRECT_BUILTIN(INSN, FUNCTION_TYPE, AVAIL) \ argument 135 #define DIRECT_NO_TARGET_BUILTIN(INSN, FUNCTION_TYPE, AVAIL) \ argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | x86-tune-sched-atom.cc | 132 #define INSN_TICK(INSN) (HID (INSN)->tick) in swap_top_of_ready_list() argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | x86-tune-sched-atom.c | 132 #define INSN_TICK(INSN) (HID (INSN)->tick) in swap_top_of_ready_list() argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/alpha/ |
H A D | elf.h | 141 #define FINAL_PRESCAN_INSN(INSN, OPVEC, NOPERANDS) \ argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/alpha/ |
H A D | elf.h | 141 #define FINAL_PRESCAN_INSN(INSN, OPVEC, NOPERANDS) \ argument
|