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

/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-arm.c11585 neon_logbits (unsigned x)
11613 inst.instruction |= neon_logbits (size) << 20;
11636 inst.instruction |= neon_logbits (size) << 18;
12240 inst.instruction |= neon_logbits (et.size) << 18;
12315 inst.instruction |= neon_logbits (et.size) << 20;
12441 inst.instruction |= neon_logbits (et.size) << 18;
12619 inst.instruction |= neon_logbits (et.size) << 18;
12936 inst.instruction |= neon_logbits (size) << 20;
13074 int logsize = neon_logbits (et.size);
13223 int logsize = neon_logbits (e
11575 neon_logbits (unsigned x) function
[all...]

Completed in 140 milliseconds