Home
last modified time | relevance | path

Searched refs:sregs (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sys/gnu/dts/arm/
Dhighbank.dts133 sregs@fff3c200 {
134 compatible = "calxeda,hb-sregs-l2-ecc";
Decx-common.dtsi141 sregs@fff3c000 {
142 compatible = "calxeda,hb-sregs";
/freebsd-10-stable/contrib/binutils/gas/config/
Dtc-mips.c10519 int args = 0, statics = 0, sregs = 0; in mips16_ip() local
10582 sregs |= 1 << ((reg1 == 30) ? 8 : (reg1 - 16)); in mips16_ip()
10635 if (sregs & (1 << 0)) /* $s0 */ in mips16_ip()
10637 if (sregs & (1 << 1)) /* $s1 */ in mips16_ip()
10639 sregs >>= 2; in mips16_ip()
10641 if (sregs != 0) in mips16_ip()
10645 while (sregs & 1) in mips16_ip()
10647 sregs >>= 1; in mips16_ip()
10650 if (sregs != 0) in mips16_ip()