HomeSort by: relevance | last modified time | path
    Searched refs:bfffo (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/m68k/fpe/
fpu_subr.c 59 * m68020 or later has a BFFFO instruction, therefore use it.
63 bfffo(uint32_t src) function in typeref:typename:int
67 __asm volatile("bfffo %1{#0:#32},%0" : "=d"(offset) : "g"(src));
187 rsh = bfffo(m0);
199 lsh = bfffo(m0);
  /src/common/lib/libc/arch/m68k/string/
ffs.S 70 bfffo %d1{#0:#32},%d1
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 8412 bfffo %d4{&0:&32},%d6
8428 bfffo %d4{&0:&32},%d6 # find first 1
9463 bfffo %d4{&0:&32},%d6
9471 bfffo %d4{&0:&32},%d6
9508 bfffo %d1{&0:&32},%d6
9516 bfffo %d1{&0:&32},%d6
9607 bfffo %d1{&0:&32},%d6
9615 bfffo %d1{&0:&32},%d6
10852 bfffo %d0{&0:&32}, %d2 # how many places to shift?
10873 bfffo %d1{&0:&32}, %d2 # how many places to shift
    [all...]
fpsp.s 1357 bfffo %d0{&24:&8},%d0 # find highest priority exception
1626 bfffo %d0{&24:&8},%d0 # find highest priority exception
1935 bfffo %d0{&24:&8},%d0 # find highest priority exception
2171 bfffo %d0{&24:&8},%d0 # find highest priority exception
2659 bfffo %d0{&24:&8},%d0 # find highest priority exception
4191 bfffo %d0{&24:&8},%d0 # find highest priority exception
8518 bfffo %d4{&0:&32},%d6
8534 bfffo %d4{&0:&32},%d6 # find first 1
9822 bfffo %d4{&0:&32},%d6
9830 bfffo %d4{&0:&32},%d
    [all...]
pfpsp.s 1357 bfffo %d0{&24:&8},%d0 # find highest priority exception
1626 bfffo %d0{&24:&8},%d0 # find highest priority exception
1935 bfffo %d0{&24:&8},%d0 # find highest priority exception
2171 bfffo %d0{&24:&8},%d0 # find highest priority exception
2659 bfffo %d0{&24:&8},%d0 # find highest priority exception
6456 bfffo %d0{&0:&32}, %d2 # how many places to shift?
6477 bfffo %d1{&0:&32}, %d2 # how many places to shift?
6513 bfffo FTEMP_HI(%a0){&0:&32}, %d0 # how many shifts are needed?
6520 bfffo FTEMP_LO(%a0){&0:&32}, %d0 # is operand really a zero?

Completed in 33 milliseconds