/src/sys/arch/hpcarm/hpcarm/ |
softintr.c | 151 struct softintr_handler *sh, *sh1; local in function:softintr_dispatch 189 sh1 = sh->sh_hlink; 193 if (sh1 == NULL) 195 sh = sh1;
|
/src/sys/arch/hppa/spmath/ |
impys.S | 233 addb,tr op1,pu,sh1 ; add op1, to shift 1 bit 237 addb,tr op1,pu,sh1 ; add op1, to shift 1 bit 241 addb,tr op1,pu,sh1 ; add op1, to shift 1 bit 246 addb,tr op1,pu,sh1 ; add op1, to shift 1 bit 249 sh1: addib,> -1,cnt,mloop ; loop if count > 0 label
|
impyu.S | 230 addb,tr op1,pu,sh1 ; add op1, to shift 1 bit 234 addb,tr op1,pu,sh1 ; add op1, to shift 1 bit 238 addb,tr op1,pu,sh1 ; add op1, to shift 1 bit 243 addb,tr op1,pu,sh1 ; add op1, to shift 1 bit 246 sh1: addib,> -1,cnt,mloop ; loop if count > 0 label
|