Home
last modified time | relevance | path

Searched refs:Pmode (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/gcc-plugins/
H A Darm_ssp_per_task_plugin.c36 mask = GEN_INT(sext_hwi(sp_mask, GET_MODE_PRECISION(Pmode))); in arm_pertask_ssp_rtl_execute()
37 masked_sp = gen_reg_rtx(Pmode); in arm_pertask_ssp_rtl_execute()
40 gen_rtx_AND(Pmode, in arm_pertask_ssp_rtl_execute()
45 SET_SRC(body) = gen_rtx_PLUS(Pmode, masked_sp, in arm_pertask_ssp_rtl_execute()
/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 Daarch64.h625 #define EH_RETURN_STACKADJ_RTX gen_rtx_REG (Pmode, R4_REGNUM)
982 #define CASE_VECTOR_MODE Pmode
1053 #define Pmode DImode macro
1062 #define FUNCTION_MODE Pmode
1076 #define INCOMING_RETURN_ADDR_RTX gen_rtx_REG (Pmode, LR_REGNUM)
1120 fun = gen_rtx_SYMBOL_REF (Pmode, MCOUNT_NAME); \
1121 emit_library_call (fun, LCT_NORMAL, VOIDmode, lr, Pmode); \
/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 Dinsn-flags.h35 plus_constant (Pmode, \
39 plus_constant (Pmode, \
43 plus_constant (Pmode, \
47 plus_constant (Pmode, \
51 plus_constant (Pmode, \
55 plus_constant (Pmode, \
59 plus_constant (Pmode, \
63 plus_constant (Pmode, \
68 plus_constant (Pmode, \
72 plus_constant (Pmode, \
[all …]
H A Doptabs.h153 create_expand_operand (op, EXPAND_ADDRESS, value, Pmode, false); in create_address_operand()
H A Dfunction.h581 ((SIZE).var == 0 ? gen_int_mode ((SIZE).constant, Pmode) \
H A Ddefaults.h1355 #define STACK_SAVEAREA_MODE(LEVEL) Pmode
H A Dmachmode.def271 /* The symbol Pmode stands for one of the above machine modes (usually SImode).
H A Dtree.def865 Operand may have any mode. Result mode is Pmode. */
H A Dtarget.def3228 hook returns true for both @code{ptr_mode} and @code{Pmode}.",
3262 The default version of this hook returns @code{Pmode}.",
/OK3568_Linux_fs/buildroot/package/gcc/10.4.0/
H A D0002-or1k-Add-mcmodel-option-to-handle-large-GOTs.patch85 - t2 = gen_rtx_LO_SUM (Pmode, pic_offset_table_rtx, base);
88 + emit_insn (gen_rtx_SET (t1, gen_rtx_HIGH (Pmode, base)));
90 + t2 = gen_rtx_LO_SUM (Pmode, t1, base);
93 + t2 = gen_rtx_LO_SUM (Pmode, pic_offset_table_rtx, base);
94 t2 = gen_const_mem (Pmode, t2);
H A D0001-Revert-re-PR-target-92095-internal-error-with-O1-mcp.patch149 + got_register_rtx = gen_rtx_REG (Pmode, GLOBAL_OFFSET_TABLE_REGNUM);
162 - got_register_rtx = gen_rtx_REG (Pmode, GLOBAL_OFFSET_TABLE_REGNUM);
179 got_helper_rtx = gen_rtx_SYMBOL_REF (Pmode, ggc_strdup (name));
/OK3568_Linux_fs/buildroot/package/gcc/11.3.0/
H A D0001-or1k-Add-mcmodel-option-to-handle-large-GOTs.patch85 - t2 = gen_rtx_LO_SUM (Pmode, pic_offset_table_rtx, base);
88 + emit_insn (gen_rtx_SET (t1, gen_rtx_HIGH (Pmode, base)));
90 + t2 = gen_rtx_LO_SUM (Pmode, t1, base);
93 + t2 = gen_rtx_LO_SUM (Pmode, pic_offset_table_rtx, base);
94 t2 = gen_const_mem (Pmode, t2);
/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 Darm.h1649 sym = gen_rtx_SYMBOL_REF (Pmode, temp); \
1973 #define CASE_VECTOR_MODE Pmode
2040 #define Pmode SImode macro
2041 #define FUNCTION_MODE Pmode
2262 #define INCOMING_RETURN_ADDR_RTX gen_rtx_REG (Pmode, LR_REGNUM)
2273 ? (gen_int_mode ((unsigned long)0xffffffff, Pmode)) \
/OK3568_Linux_fs/buildroot/package/gcc/8.4.0/
H A D0002-Revert-re-PR-target-92095-internal-error-with-O1-mcp.patch146 + got_register_rtx = gen_rtx_REG (Pmode, GLOBAL_OFFSET_TABLE_REGNUM);
159 - got_register_rtx = gen_rtx_REG (Pmode, GLOBAL_OFFSET_TABLE_REGNUM);
176 got_helper_rtx = gen_rtx_SYMBOL_REF (Pmode, ggc_strdup (name));
/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 Doptabs.h153 create_expand_operand (op, EXPAND_ADDRESS, value, Pmode, false); in create_address_operand()
H A Dfunction.h581 ((SIZE).var == 0 ? gen_int_mode ((SIZE).constant, Pmode) \
H A Ddefaults.h1355 #define STACK_SAVEAREA_MODE(LEVEL) Pmode
H A Dmachmode.def271 /* The symbol Pmode stands for one of the above machine modes (usually SImode).
H A Dtree.def865 Operand may have any mode. Result mode is Pmode. */
H A Dtarget.def3228 hook returns true for both @code{ptr_mode} and @code{Pmode}.",
3262 The default version of this hook returns @code{Pmode}.",
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgccint.info16973 The machine description defines 'Pmode' as a C macro which expands into
17418 The 'symbol_ref' contains a mode, which is usually 'Pmode'.
17431 The 'label_ref' contains a mode, which is usually 'Pmode'. Usually
17449 latter case, M is 'Pmode' and EXP is usually a constant expression
17910 memory addresses. In the latter case, M is 'Pmode' and Y is
18753 space is given to each address; normally M would be 'Pmode'.
21594 suffixes. Unfortunately, it cannot, because 'Pmode' is an alias
26415 address in mode 'Pmode'.
26418 Usually, you specify 'Pmode' for M. However, if you can generate
26420 those representable in a full Pmode pointer, you should provide a
[all …]
H A Dgcc.info43617 -- Built-in Function: Pmode __builtin_extend_pointer (void * x)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgccint.info16973 The machine description defines 'Pmode' as a C macro which expands into
17418 The 'symbol_ref' contains a mode, which is usually 'Pmode'.
17431 The 'label_ref' contains a mode, which is usually 'Pmode'. Usually
17449 latter case, M is 'Pmode' and EXP is usually a constant expression
17910 memory addresses. In the latter case, M is 'Pmode' and Y is
18753 space is given to each address; normally M would be 'Pmode'.
21594 suffixes. Unfortunately, it cannot, because 'Pmode' is an alias
26415 address in mode 'Pmode'.
26418 Usually, you specify 'Pmode' for M. However, if you can generate
26420 those representable in a full Pmode pointer, you should provide a
[all …]
H A Dgcc.info43617 -- Built-in Function: Pmode __builtin_extend_pointer (void * x)