/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
H A D | imx28-cfa10056.dts | 7 * The CFA-10055 is an expansion board for the CFA-10036 module and 8 * CFA-10037, thus we need to include the CFA-10037 DTS. 13 model = "Crystalfontz CFA-10056 Board";
|
H A D | imx28-cfa10055.dts | 8 * The CFA-10055 is an expansion board for the CFA-10036 module and 9 * CFA-10037, thus we need to include the CFA-10037 DTS. 14 model = "Crystalfontz CFA-10055 Board";
|
H A D | imx28-cfa10037.dts | 7 * The CFA-10049 is an expansion board for the CFA-10036 module, thus we 8 * need to include the CFA-10036 DTS. 13 model = "Crystalfontz CFA-10037 Board";
|
H A D | imx28-cfa10058.dts | 8 * The CFA-10058 is an expansion board for the CFA-10036 module, thus we 9 * need to include the CFA-10036 DTS. 14 model = "Crystalfontz CFA-10058 Board";
|
H A D | imx28-cfa10057.dts | 8 * The CFA-10057 is an expansion board for the CFA-10036 module, thus we 9 * need to include the CFA-10036 DTS. 14 model = "Crystalfontz CFA-10057 Board";
|
H A D | imx28-cfa10049.dts | 7 * The CFA-10049 is an expansion board for the CFA-10036 module, thus we 8 * need to include the CFA-10036 DTS. 13 model = "Crystalfontz CFA-10049 Board";
|
H A D | imx28-cfa10036.dts | 11 model = "Crystalfontz CFA-10036 Board";
|
/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/ |
H A D | dwarf_frame.c | 280 #define CFA rt->rt3_cfa_rule macro 314 *offset_relevant = CFA.dw_offset_relevant; in dwarf_get_fde_info_for_reg() 315 *register_num = CFA.dw_regnum; in dwarf_get_fde_info_for_reg() 316 *offset = CFA.dw_offset_or_block_len; in dwarf_get_fde_info_for_reg() 372 CFA.dw_offset_relevant; in dwarf_get_fde_info_for_all_regs() 373 reg_table->rules[cfa].dw_regnum = CFA.dw_regnum; in dwarf_get_fde_info_for_all_regs() 374 reg_table->rules[cfa].dw_offset = CFA.dw_offset_or_block_len; in dwarf_get_fde_info_for_all_regs() 477 *value_type = CFA.dw_value_type; in dwarf_get_fde_info_for_cfa_reg3() 478 *offset_relevant = CFA.dw_offset_relevant; in dwarf_get_fde_info_for_cfa_reg3() 479 *register_num = CFA.dw_regnum; in dwarf_get_fde_info_for_cfa_reg3() [all …]
|
H A D | libdwarf_frame.c | 562 #define CFA rt->rt3_cfa_rule in _dwarf_frame_run_inst() macro 757 CFA.dw_offset_relevant = 1; in _dwarf_frame_run_inst() 758 CFA.dw_value_type = DW_EXPR_OFFSET; in _dwarf_frame_run_inst() 759 CFA.dw_regnum = reg; in _dwarf_frame_run_inst() 760 CFA.dw_offset_or_block_len = uoff; in _dwarf_frame_run_inst() 768 CFA.dw_regnum = reg; in _dwarf_frame_run_inst() 782 CFA.dw_offset_relevant = 1; in _dwarf_frame_run_inst() 783 CFA.dw_value_type = DW_EXPR_OFFSET; in _dwarf_frame_run_inst() 784 CFA.dw_offset_or_block_len = uoff; in _dwarf_frame_run_inst() 791 CFA.dw_offset_relevant = 0; in _dwarf_frame_run_inst() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/libsframe/doc/ |
H A D | sframe-spec.info | 27 − Canonical Frame Address (CFA). 254 CFA, if any, from which FP or RA may be recovered. For example, in 255 AMD64, the stack offset of the return address is ‘CFA - 8’. Since this 256 offset is in close vicinity with the CFA in most ABIs, 278 0x05 ‘int8_t sfh_cfa_fixed_fp_offset’ The CFA fixed FP offset, if any. 280 0x06 ‘int8_t sfh_cfa_fixed_ra_offset’ The CFA fixed RA offset, if any. 527 − The first offset is always used to locate the CFA, by interpreting 528 it as: CFA = ‘BASE_REG’ + offset1. 530 the RA, by interpreting it as: RA = CFA + offset2. If RA is _not_ 532 used to locate the FP, by interpreting it as: FP = CFA + offset2. [all …]
|
H A D | sframe-spec.texi | 42 Canonical Frame Address (CFA). 275 SFrame header allows specifying explicitly the fixed offsets from CFA, if any, 277 of the return address is @code{CFA - 8}. Since this offset is in close 278 vicinity with the CFA in most ABIs, @code{sfh_cfa_fixed_fp_offset} and 302 @tab The CFA fixed FP offset, if any. 306 @tab The CFA fixed RA offset, if any. 580 The first offset is always used to locate the CFA, by interpreting it as: 581 CFA = @code{BASE_REG} + offset1. 584 interpreting it as: RA = CFA + offset2. If RA is @emph{not} being tracked 586 FP, by interpreting it as: FP = CFA + offset2. [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | reg-notes.def | 25 CFA related notes meant for RTX_FRAME_RELATED_P instructions 126 a SET, and the destination must be the CFA register. The attached 127 rtx is an expression that defines the CFA. In the simplest case, the 136 from which the CFA is computed. The attached rtx defines a new CFA 137 expression, relative to the old CFA expression. This rtx must be of 145 the CFA. */
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | reg-notes.def | 25 CFA related notes meant for RTX_FRAME_RELATED_P instructions 116 a SET, and the destination must be the CFA register. The attached 117 rtx is an expression that defines the CFA. In the simplest case, the 126 from which the CFA is computed. The attached rtx defines a new CFA 127 expression, relative to the old CFA expression. This rtx must be of 135 the CFA. */
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/arm/ |
H A D | ieee754-df.S | 92 .cfi_adjust_cfa_offset 12 @ CFA is now sp + previousOffset + 12 566 .cfi_adjust_cfa_offset 12 @ CFA is now sp + previousOffset + 12 638 .cfi_adjust_cfa_offset 16 @ CFA is now sp + previousOffset + 16 1106 .cfi_adjust_cfa_offset 4 @ CFA is now sp + previousOffset + 4. 1128 .cfi_adjust_cfa_offset -4 @ CFA is now sp + previousOffset. 1176 .cfi_adjust_cfa_offset -4 @ CFA is now sp + previousOffset. 1206 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8. 1229 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8 1246 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8 1262 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8 [all …]
|
H A D | ieee754-sf.S | 808 .cfi_adjust_cfa_offset 4 @ CFA is now sp + previousOffset + 4. 830 .cfi_adjust_cfa_offset -4 @ CFA is now sp + previousOffset. 863 .cfi_adjust_cfa_offset -4 @ CFA is now sp + previousOffset. 889 .cfi_adjust_cfa_offset 20 @ CFA is at sp + previousOffset + 20 914 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8 930 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8 946 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8 962 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8 978 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arm/ |
H A D | ieee754-df.S | 92 .cfi_adjust_cfa_offset 12 @ CFA is now sp + previousOffset + 12 566 .cfi_adjust_cfa_offset 12 @ CFA is now sp + previousOffset + 12 638 .cfi_adjust_cfa_offset 16 @ CFA is now sp + previousOffset + 16 1106 .cfi_adjust_cfa_offset 4 @ CFA is now sp + previousOffset + 4. 1128 .cfi_adjust_cfa_offset -4 @ CFA is now sp + previousOffset. 1176 .cfi_adjust_cfa_offset -4 @ CFA is now sp + previousOffset. 1206 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8. 1229 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8 1246 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8 1262 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8 [all …]
|
H A D | ieee754-sf.S | 808 .cfi_adjust_cfa_offset 4 @ CFA is now sp + previousOffset + 4. 830 .cfi_adjust_cfa_offset -4 @ CFA is now sp + previousOffset. 863 .cfi_adjust_cfa_offset -4 @ CFA is now sp + previousOffset. 889 .cfi_adjust_cfa_offset 20 @ CFA is at sp + previousOffset + 20 914 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8 930 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8 946 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8 962 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8 978 .cfi_adjust_cfa_offset 8 @ CFA is now sp + previousOffset + 8
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/rs6000/ |
H A D | aix-unwind.h | 208 #define REGISTER_CFA_OFFSET_FOR(FS,REGNO,ADDR,CFA)\ argument 211 (FS)->regs.reg[REGNO].loc.offset = (long) (ADDR) - (CFA); \
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/ |
H A D | aix-unwind.h | 208 #define REGISTER_CFA_OFFSET_FOR(FS,REGNO,ADDR,CFA)\ argument 211 (FS)->regs.reg[REGNO].loc.offset = (long) (ADDR) - (CFA); \
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | AnalysisDeclContext.cpp | 264 if (CFA) in getCFGReachablityAnalysis() 265 return CFA.get(); in getCFGReachablityAnalysis() 268 CFA.reset(new CFGReverseBlockReachabilityAnalysis(*c)); in getCFGReachablityAnalysis() 269 return CFA.get(); in getCFGReachablityAnalysis()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/alpha/ |
H A D | vms-unwind.h | 51 #define UPDATE_FS_FOR_CFA_GR(FS, GRN, LOC, CFA) \ argument 54 (FS)->regs.reg[GRN].loc.offset = (_Unwind_Sword) ((REG) (LOC) - (REG) (CFA)); \
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/alpha/ |
H A D | vms-unwind.h | 51 #define UPDATE_FS_FOR_CFA_GR(FS, GRN, LOC, CFA) \ argument 54 (FS)->regs.reg[GRN].loc.offset = (_Unwind_Sword) ((REG) (LOC) - (REG) (CFA)); \
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXFrameLowering.cpp | 90 return {DwarfFrameBase::CFA, {0}}; in getDwarfFrameBase()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | TargetFrameLowering.h | 58 enum FrameBaseKind { Register, CFA, WasmFrameBase } Kind; enumerator
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/riscv/ |
H A D | save-restore.S | 136 # CFA info is not correct in next 2 instruction since t1's
|