Searched refs:SI (Results 1 – 10 of 10) sorted by relevance
/arch/blackfin/lib/ |
D | gcclib.h | 11 typedef int SItype __attribute__ ((mode(SI))); 12 typedef unsigned int USItype __attribute__ ((mode(SI)));
|
/arch/mn10300/lib/ |
D | lshrdi3.c | 23 typedef int SItype __attribute__((mode(SI))); 24 typedef unsigned int USItype __attribute__((mode(SI)));
|
D | ashrdi3.c | 23 typedef int SItype __attribute__((mode(SI))); 24 typedef unsigned int USItype __attribute__((mode(SI)));
|
/arch/m68k/lib/ |
D | lshrdi3.c | 18 typedef int SItype __attribute__ ((mode (SI))); 19 typedef unsigned int USItype __attribute__ ((mode (SI)));
|
D | ashldi3.c | 18 typedef int SItype __attribute__ ((mode (SI))); 19 typedef unsigned int USItype __attribute__ ((mode (SI)));
|
D | ashrdi3.c | 18 typedef int SItype __attribute__ ((mode (SI))); 19 typedef unsigned int USItype __attribute__ ((mode (SI)));
|
D | muldi3.c | 65 typedef int SItype __attribute__ ((mode (SI))); 66 typedef unsigned int USItype __attribute__ ((mode (SI)));
|
/arch/h8300/lib/ |
D | libgcc.h | 61 typedef int SItype __attribute__ ((mode (SI))); 62 typedef unsigned int USItype __attribute__ ((mode (SI)));
|
/arch/powerpc/xmon/ |
D | ppc-opc.c | 457 #define SI SHO + 1 macro 462 #define SISIGNOPT SI + 1 1936 { "tdlgti", OPTO(2,TOLGT), OPTO_MASK, PPC64, { RA, SI } }, 1937 { "tdllti", OPTO(2,TOLLT), OPTO_MASK, PPC64, { RA, SI } }, 1938 { "tdeqi", OPTO(2,TOEQ), OPTO_MASK, PPC64, { RA, SI } }, 1939 { "tdlgei", OPTO(2,TOLGE), OPTO_MASK, PPC64, { RA, SI } }, 1940 { "tdlnli", OPTO(2,TOLNL), OPTO_MASK, PPC64, { RA, SI } }, 1941 { "tdllei", OPTO(2,TOLLE), OPTO_MASK, PPC64, { RA, SI } }, 1942 { "tdlngi", OPTO(2,TOLNG), OPTO_MASK, PPC64, { RA, SI } }, 1943 { "tdgti", OPTO(2,TOGT), OPTO_MASK, PPC64, { RA, SI } }, [all …]
|
/arch/x86/um/ |
D | signal.c | 175 GETREG(SI, si); in copy_sc_from_user() 264 PUTREG(SI, si); in copy_sc_to_user()
|