Searched refs:SFR (Results 1 - 25 of 73) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/xstormy16/sfr/
H A D01_const_to_sfrb.c4 #define SFR (*((volatile unsigned char*)0x7f14)) macro
10 SFR = 0x12;
H A D02_const_to_sfrw.c4 #define SFR (*((volatile unsigned short*)0x7f14)) macro
10 SFR = 0x1234;
H A D10_set_sfrb_bit_0.c4 #define SFR (*((volatile unsigned char*)0x7f14)) macro
10 SFR |= 0x01;
H A D10_set_sfrb_bit_7.c4 #define SFR (*((volatile unsigned char*)0x7f14)) macro
10 SFR |= 0x80;
H A D11_clr_sfrb_bit_0.c4 #define SFR (*((volatile unsigned char*)0x7f14)) macro
10 SFR &= ~0x01;
H A D11_clr_sfrb_bit_7.c4 #define SFR (*((volatile unsigned char*)0x7f14)) macro
10 SFR &= ~0x80;
H A D14_set_sfrw_bit_0.c4 #define SFR (*((volatile unsigned short*)0x7f14)) macro
10 SFR |= 0x0001;
H A D14_set_sfrw_bit_3.c4 #define SFR (*((volatile unsigned short*)0x7f14)) macro
10 SFR |= 0x0008;
H A D14_set_sfrw_bit_7.c4 #define SFR (*((volatile unsigned short*)0x7f14)) macro
10 SFR |= 0x0080;
H A D14_set_sfrw_bit_8.c4 #define SFR (*((volatile unsigned short*)0x7f14)) macro
10 SFR |= 0x0100;
H A D14_set_sfrw_bit_b.c4 #define SFR (*((volatile unsigned short*)0x7f14)) macro
10 SFR |= 0x0800;
H A D14_set_sfrw_bit_f.c4 #define SFR (*((volatile unsigned short*)0x7f14)) macro
10 SFR |= 0x8000;
H A D15_clr_sfrw_bit_0.c4 #define SFR (*((volatile unsigned short*)0x7f14)) macro
10 SFR &= ~0x0001;
H A D15_clr_sfrw_bit_3.c4 #define SFR (*((volatile unsigned short*)0x7f14)) macro
10 SFR &= ~0x0008;
H A D15_clr_sfrw_bit_7.c4 #define SFR (*((volatile unsigned short*)0x7f14)) macro
10 SFR &= ~0x0080;
H A D15_clr_sfrw_bit_8.c4 #define SFR (*((volatile unsigned short*)0x7f14)) macro
10 SFR &= ~0x0100;
H A D15_clr_sfrw_bit_b.c4 #define SFR (*((volatile unsigned short*)0x7f14)) macro
10 SFR &= ~0x0800;
H A D15_clr_sfrw_bit_f.c4 #define SFR (*((volatile unsigned short*)0x7f14)) macro
10 SFR &= ~0x8000;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.target/xstormy16/sfr/
H A D01_const_to_sfrb.c4 #define SFR (*((volatile unsigned char*)0x7f14)) macro
10 SFR = 0x12;
H A D02_const_to_sfrw.c4 #define SFR (*((volatile unsigned short*)0x7f14)) macro
10 SFR = 0x1234;
H A D10_set_sfrb_bit_0.c4 #define SFR (*((volatile unsigned char*)0x7f14)) macro
10 SFR |= 0x01;
H A D10_set_sfrb_bit_7.c4 #define SFR (*((volatile unsigned char*)0x7f14)) macro
10 SFR |= 0x80;
H A D11_clr_sfrb_bit_0.c4 #define SFR (*((volatile unsigned char*)0x7f14)) macro
10 SFR &= ~0x01;
H A D11_clr_sfrb_bit_7.c4 #define SFR (*((volatile unsigned char*)0x7f14)) macro
10 SFR &= ~0x80;
H A D14_set_sfrw_bit_0.c4 #define SFR (*((volatile unsigned short*)0x7f14)) macro
10 SFR |= 0x0001;

Completed in 118 milliseconds

123