Home
last modified time | relevance | path

Searched refs:XSTR (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/kernel/tools/build/feature/
H A Dtest-glibc.c7 #define XSTR(s) STR(s) macro
16 const char *version = XSTR(__GLIBC__) "." XSTR(__GLIBC_MINOR__); in main()
/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 Dgenrtl.h384 XSTR (rt, 6) = arg4; in init_rtx_fmt_uuB00is()
414 XSTR (rt, 0) = arg0; in init_rtx_fmt_si()
447 XSTR (rt, 0) = arg0; in init_rtx_fmt_ssiEEEi()
448 XSTR (rt, 1) = arg1; in init_rtx_fmt_ssiEEEi()
681 XSTR (rt, 0) = arg0; in init_rtx_fmt_s()
785 XSTR (rt, 0) = arg0; in init_rtx_fmt_s0()
867 XSTR (rt, 1) = arg1; in init_rtx_fmt_iss()
868 XSTR (rt, 2) = arg2; in init_rtx_fmt_iss()
897 XSTR (rt, 1) = arg1; in init_rtx_fmt_is()
926 XSTR (rt, 1) = arg1; in init_rtx_fmt_isE()
[all …]
H A Dxcoffout.h83 const char *_p = XSTR (ADDR, 0); \
96 assemble_name (asm_out_file, XSTR (XEXP (DECL_RTL (SYM), 0), 0)); \
H A Drtl.h1340 #define XSTR(RTX, N) (RTL_CHECK2 (RTX, N, 's', 'S').rt_str) macro
2577 XSTR (XCVECEXP (RTX, 4, N, ASM_OPERANDS), 0)
/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 Dgenrtl.h384 XSTR (rt, 6) = arg4; in init_rtx_fmt_uuB00is()
414 XSTR (rt, 0) = arg0; in init_rtx_fmt_si()
447 XSTR (rt, 0) = arg0; in init_rtx_fmt_ssiEEEi()
448 XSTR (rt, 1) = arg1; in init_rtx_fmt_ssiEEEi()
681 XSTR (rt, 0) = arg0; in init_rtx_fmt_s()
785 XSTR (rt, 0) = arg0; in init_rtx_fmt_s0()
867 XSTR (rt, 1) = arg1; in init_rtx_fmt_iss()
868 XSTR (rt, 2) = arg2; in init_rtx_fmt_iss()
897 XSTR (rt, 1) = arg1; in init_rtx_fmt_is()
926 XSTR (rt, 1) = arg1; in init_rtx_fmt_isE()
[all …]
H A Dxcoffout.h83 const char *_p = XSTR (ADDR, 0); \
96 assemble_name (asm_out_file, XSTR (XEXP (DECL_RTL (SYM), 0), 0)); \
H A Drtl.h1340 #define XSTR(RTX, N) (RTL_CHECK2 (RTX, N, 's', 'S').rt_str) macro
2577 XSTR (XCVECEXP (RTX, 4, N, ASM_OPERANDS), 0)
/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/include/
H A Dunwind.h39 #define XSTR(x) STR(x) macro
53 __asm volatile ("mov %[result], r" XSTR(FDPIC_REGNUM) in _Unwind_gnu_Find_got()
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/x86_64/
H A Dsmm_test.c33 #define XSTR(s) STR(s) macro
52 asm volatile("in $" XSTR(SYNC_PORT)", %%al \n" in sync_with_host()
/OK3568_Linux_fs/kernel/arch/nds32/kernel/
H A Dftrace.c52 #define XSTR(s) STR(s) macro
65 "addi $r0, %1, #-" XSTR(MCOUNT_INSN_SIZE) "\n\t" in _ftrace_caller()
/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/
H A Delfos.h155 (*targetm.asm_out.globalize_label) (FILE, XSTR (FUN, 0))
361 const char *name = XSTR (XEXP (DECL_RTL (DECL), 0), 0); \
/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/
H A Delfos.h155 (*targetm.asm_out.globalize_label) (FILE, XSTR (FUN, 0))
361 const char *name = XSTR (XEXP (DECL_RTL (DECL), 0), 0); \
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dtraps_misaligned.c153 #define STR(x) XSTR(x)
154 #define XSTR(x) #x macro
/OK3568_Linux_fs/kernel/scripts/gcc-plugins/
H A Darm_ssp_per_task_plugin.c27 sym = XSTR(SET_SRC(body), 0); in arm_pertask_ssp_rtl_execute()
/OK3568_Linux_fs/buildroot/package/gcc/10.4.0/
H A D0001-Revert-re-PR-target-92095-internal-error-with-O1-mcp.patch208 const char *name = XSTR (got_helper_rtx, 0);
/OK3568_Linux_fs/buildroot/package/gcc/8.4.0/
H A D0002-Revert-re-PR-target-92095-internal-error-with-O1-mcp.patch205 const char *name = XSTR (got_helper_rtx, 0);
/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.h2193 const char *const LABEL1 = XSTR (XEXP (DECL_RTL (decl), 0), 0); \
/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.info16209 'XWINT' and 'XSTR'. Each of these macros takes two arguments: an
16219 accesses the same operand as an integer. 'XSTR', used in the same
56454 * XSTR: Accessors. (line 6)
/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.info16209 'XWINT' and 'XSTR'. Each of these macros takes two arguments: an
16219 accesses the same operand as an integer. 'XSTR', used in the same
56454 * XSTR: Accessors. (line 6)