Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-arm.c20246 unsigned bcdebits = 0; in do_neon_mov() local
20292 case 8: bcdebits = 0x8; break; in do_neon_mov()
20293 case 16: bcdebits = 0x1; break; in do_neon_mov()
20294 case 32: bcdebits = 0x0; break; in do_neon_mov()
20298 bcdebits |= (x & ((1 << (3-logsize)) - 1)) << logsize; in do_neon_mov()
20305 inst.instruction |= (bcdebits & 3) << 5; in do_neon_mov()
20306 inst.instruction |= ((bcdebits >> 2) & 3) << 21; in do_neon_mov()