Searched refs:call0 (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/xtensa/
H A Dtext-section-literals-4.s3 call0 bar
H A Dabi-call0.d1 #as: --abi-call0
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dxtensa-tdep.c979 int call0; /* It's a call0 framework (else windowed). */ member in struct:xtensa_frame_cache
982 xtensa_windowed_frame_cache_t wd; /* call0 == false. */
983 xtensa_call0_frame_cache_t c0; /* call0 == true. */
1003 cache->call0 = !windowed;
1004 if (cache->call0)
1436 else if (!cache->call0)
1453 if (!cache->call0) /* Windowed ABI. */
2400 cache->call0 = 1;
2484 cache->call0
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dxtensa-tdep.c963 int call0; /* It's a call0 framework (else windowed). */ member in struct:xtensa_frame_cache
966 xtensa_windowed_frame_cache_t wd; /* call0 == false. */
967 xtensa_call0_frame_cache_t c0; /* call0 == true. */
987 cache->call0 = !windowed;
988 if (cache->call0)
1424 else if (!cache->call0)
1441 if (!cache->call0) /* Windowed ABI. */
2393 cache->call0 = 1;
2477 cache->call0
[all...]
/netbsd-current/external/bsd/pcc/dist/pcc/f77/fcom/
H A Ddefs.h453 struct bigblock *call0(int, char *), *mkexpr(int, bigptr, bigptr);
H A Dmisc.c605 struct bigblock *call0(type, name) function
H A Dio.c406 putiocall( call0(TYINT, ioroutine) );
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c2497 gimple *call0 = SSA_NAME_DEF_STMT (treeop0); local
2498 if (!has_single_use (treeop0) || !is_copysign_call_with_1 (call0))
2500 call0 = SSA_NAME_DEF_STMT (treeop1);
2501 if (!has_single_use (treeop1) || !is_copysign_call_with_1 (call0))
2509 gcall *c = as_a<gcall*> (call0);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc2635 gimple *call0 = SSA_NAME_DEF_STMT (treeop0); local
2636 if (!has_single_use (treeop0) || !is_copysign_call_with_1 (call0))
2638 call0 = SSA_NAME_DEF_STMT (treeop1);
2639 if (!has_single_use (treeop1) || !is_copysign_call_with_1 (call0))
2647 gcall *c = as_a<gcall*> (call0);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
H A Dlib1funcs.S69 standard register windowed ABI or the non-windowed call0 ABI. These
302 call0 .Lmul_mulsi3; \
H A Dieee754-sf.S722 call0 .Lmul_mulsi3; \
H A Dieee754-df.S948 call0 .Lmul_mulsi3; \
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/xtensa/
H A Dlib1funcs.S69 standard register windowed ABI or the non-windowed call0 ABI. These
302 call0 .Lmul_mulsi3; \
H A Dieee754-sf.S722 call0 .Lmul_mulsi3; \
H A Dieee754-df.S948 call0 .Lmul_mulsi3; \

Completed in 354 milliseconds