| /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 | emit-rtl.h | 311 #define return_label (crtl->x_return_label) 312 #define naked_return_label (crtl->x_naked_return_label) 313 #define stack_slot_list (crtl->x_stack_slot_list) 314 #define parm_birth_insn (crtl->x_parm_birth_insn) 315 #define frame_offset (crtl->x_frame_offset) 316 #define stack_check_probe_note (crtl->x_stack_check_probe_note) 317 #define arg_pointer_save_area (crtl->x_arg_pointer_save_area) 318 #define used_temp_slots (crtl->x_used_temp_slots) 319 #define avail_temp_slots (crtl->x_avail_temp_slots) 320 #define temp_slot_level (crtl->x_temp_slot_level) [all …]
|
| H A D | function.h | 90 #define reg_rtx_no (crtl->emit.x_reg_rtx_no) 92 #define REGNO_POINTER_ALIGN(REGNO) (crtl->emit.regno_pointer_align[REGNO]) 150 #define pending_stack_adjust (crtl->expr.x_pending_stack_adjust) 151 #define inhibit_defer_pop (crtl->expr.x_inhibit_defer_pop) 152 #define saveregs_value (crtl->expr.x_saveregs_value) 153 #define apply_args_value (crtl->expr.x_apply_args_value) 154 #define forced_labels (crtl->expr.x_forced_labels) 155 #define stack_pointer_delta (crtl->expr.x_stack_pointer_delta)
|
| H A D | ira.h | 223 return (cfun->static_chain_decl && crtl->has_nonlocal_goto in non_spilled_static_chain_regno_p()
|
| H A D | defaults.h | 1109 (FIRST_PARM_OFFSET (FNDECL) + crtl->args.pretend_args_size)
|
| H A D | target.def | 403 @findex crtl->args.pops_args\n\ 408 @code{crtl->args.pops_args}. @xref{Scalar Return}.",
|
| /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 | emit-rtl.h | 311 #define return_label (crtl->x_return_label) 312 #define naked_return_label (crtl->x_naked_return_label) 313 #define stack_slot_list (crtl->x_stack_slot_list) 314 #define parm_birth_insn (crtl->x_parm_birth_insn) 315 #define frame_offset (crtl->x_frame_offset) 316 #define stack_check_probe_note (crtl->x_stack_check_probe_note) 317 #define arg_pointer_save_area (crtl->x_arg_pointer_save_area) 318 #define used_temp_slots (crtl->x_used_temp_slots) 319 #define avail_temp_slots (crtl->x_avail_temp_slots) 320 #define temp_slot_level (crtl->x_temp_slot_level) [all …]
|
| H A D | function.h | 90 #define reg_rtx_no (crtl->emit.x_reg_rtx_no) 92 #define REGNO_POINTER_ALIGN(REGNO) (crtl->emit.regno_pointer_align[REGNO]) 150 #define pending_stack_adjust (crtl->expr.x_pending_stack_adjust) 151 #define inhibit_defer_pop (crtl->expr.x_inhibit_defer_pop) 152 #define saveregs_value (crtl->expr.x_saveregs_value) 153 #define apply_args_value (crtl->expr.x_apply_args_value) 154 #define forced_labels (crtl->expr.x_forced_labels) 155 #define stack_pointer_delta (crtl->expr.x_stack_pointer_delta)
|
| H A D | ira.h | 223 return (cfun->static_chain_decl && crtl->has_nonlocal_goto in non_spilled_static_chain_regno_p()
|
| H A D | defaults.h | 1109 (FIRST_PARM_OFFSET (FNDECL) + crtl->args.pretend_args_size)
|
| H A D | target.def | 403 @findex crtl->args.pops_args\n\ 408 @code{crtl->args.pops_args}. @xref{Scalar Return}.",
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/ |
| H A D | lantiq_gswip.c | 525 u16 crtl; in gswip_pce_table_entry_read() local 553 crtl = gswip_switch_r(priv, GSWIP_PCE_TBL_CTRL); in gswip_pce_table_entry_read() 555 tbl->type = !!(crtl & GSWIP_PCE_TBL_CTRL_TYPE); in gswip_pce_table_entry_read() 556 tbl->valid = !!(crtl & GSWIP_PCE_TBL_CTRL_VLD); in gswip_pce_table_entry_read() 557 tbl->gmap = (crtl & GSWIP_PCE_TBL_CTRL_GMAP_MASK) >> 7; in gswip_pce_table_entry_read() 567 u16 crtl; in gswip_pce_table_entry_write() local 595 crtl = gswip_switch_r(priv, GSWIP_PCE_TBL_CTRL); in gswip_pce_table_entry_write() 596 crtl &= ~(GSWIP_PCE_TBL_CTRL_TYPE | GSWIP_PCE_TBL_CTRL_VLD | in gswip_pce_table_entry_write() 599 crtl |= GSWIP_PCE_TBL_CTRL_TYPE; in gswip_pce_table_entry_write() 601 crtl |= GSWIP_PCE_TBL_CTRL_VLD; in gswip_pce_table_entry_write() [all …]
|
| /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 | linux-elf.h | 100 #define SUBTARGET_FRAME_POINTER_REQUIRED crtl->profile
|
| H A D | arm.h | 156 #define TARGET_BACKTRACE (crtl->is_leaf \ 1396 && maybe_ne (crtl->outgoing_args_size, 0) \
|
| /OK3568_Linux_fs/buildroot/package/gcc/10.4.0/ |
| H A D | 0001-Revert-re-PR-target-92095-internal-error-with-O1-mcp.patch | 59 + && !crtl->uses_pic_offset_table) 249 - if (!flag_pic || (!crtl->uses_pic_offset_table && !optimize)) 250 + if (!crtl->uses_pic_offset_table)
|
| H A D | 0002-or1k-Add-mcmodel-option-to-handle-large-GOTs.patch | 84 crtl->uses_pic_offset_table = 1;
|
| /OK3568_Linux_fs/buildroot/package/gcc/8.4.0/ |
| H A D | 0002-Revert-re-PR-target-92095-internal-error-with-O1-mcp.patch | 56 + && !crtl->uses_pic_offset_table) 246 - if (!flag_pic || (!crtl->uses_pic_offset_table && !optimize)) 247 + if (!crtl->uses_pic_offset_table)
|
| /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 | 1277 && known_lt (crtl->outgoing_args_size, \ 1281 : (crtl->outgoing_args_size + STACK_POINTER_OFFSET))
|
| /OK3568_Linux_fs/buildroot/package/gcc/11.3.0/ |
| H A D | 0001-or1k-Add-mcmodel-option-to-handle-large-GOTs.patch | 84 crtl->uses_pic_offset_table = 1;
|
| /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 | 33967 crtl->args.pretend_args_size', which is correct for most machines; 34545 'crtl->outgoing_args_size'. No space will be pushed onto the stack 34581 'crtl->outgoing_args_size'. 35491 'crtl->args.pops_args'. *Note Scalar Return::. 35493 * A region of 'crtl->args.pretend_args_size' bytes of uninitialized 35517 'crtl->outgoing_args_size' bytes to be used for outgoing argument 52801 * crtl->args.pops_args: Function Entry. (line 111) 52802 * crtl->args.pretend_args_size: Function Entry. (line 117) 52803 * crtl->outgoing_args_size: Stack Arguments. (line 48)
|
| /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 | 33967 crtl->args.pretend_args_size', which is correct for most machines; 34545 'crtl->outgoing_args_size'. No space will be pushed onto the stack 34581 'crtl->outgoing_args_size'. 35491 'crtl->args.pops_args'. *Note Scalar Return::. 35493 * A region of 'crtl->args.pretend_args_size' bytes of uninitialized 35517 'crtl->outgoing_args_size' bytes to be used for outgoing argument 52801 * crtl->args.pops_args: Function Entry. (line 111) 52802 * crtl->args.pretend_args_size: Function Entry. (line 117) 52803 * crtl->outgoing_args_size: Stack Arguments. (line 48)
|
| /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/ |
| H A D | gtype.state | 34909 (!option length string "crtl->emit.x_reg_rtx_no")
|
| /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/ |
| H A D | gtype.state | 35035 (!option length string "crtl->emit.x_reg_rtx_no")
|