Searched refs:neon_logbits (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c11467 neon_logbits (unsigned x)
11495 inst.instruction |= neon_logbits (size) << 20;
11518 inst.instruction |= neon_logbits (size) << 18;
12122 inst.instruction |= neon_logbits (et.size) << 18;
12197 inst.instruction |= neon_logbits (et.size) << 20;
12323 inst.instruction |= neon_logbits (et.size) << 18;
12501 inst.instruction |= neon_logbits (et.size) << 18;
12818 inst.instruction |= neon_logbits (size) << 20;
12956 int logsize = neon_logbits (et.size);
13105 int logsize = neon_logbits (e
11457 neon_logbits (unsigned x) function
[all...]

Completed in 189 milliseconds