Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/tc/
H A Dxcfb.c753 void *high8 = (void *)(ioasic_base + IMS332_HIGH); in ims332_write_reg() local
756 *(volatile uint16_t *)high8 = (val & 0xff0000) >> 8; in ims332_write_reg()
764 void *high8 = (void *)(ioasic_base + IMS332_HIGH);
768 v1 = *(volatile uint16_t *)high8;
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c19779 int high8; in do_neon_fmac_maybe_scalar_long() local
19790 high8 = 0xfe000000; in do_neon_fmac_maybe_scalar_long()
19797 high8 = 0xfc000000; in do_neon_fmac_maybe_scalar_long()
19823 inst.instruction |= high8; in do_neon_fmac_maybe_scalar_long()
21561 int high8; in do_neon_dotproduct() local
21575 high8 = 0xfe000000; in do_neon_dotproduct()
21580 high8 = 0xfc000000; in do_neon_dotproduct()
21597 inst.instruction |= high8; in do_neon_dotproduct()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c19799 int high8; in do_neon_fmac_maybe_scalar_long() local
19810 high8 = 0xfe000000; in do_neon_fmac_maybe_scalar_long()
19817 high8 = 0xfc000000; in do_neon_fmac_maybe_scalar_long()
19843 inst.instruction |= high8; in do_neon_fmac_maybe_scalar_long()
21581 int high8; in do_neon_dotproduct() local
21595 high8 = 0xfe000000; in do_neon_dotproduct()
21600 high8 = 0xfc000000; in do_neon_dotproduct()
21617 inst.instruction |= high8; in do_neon_dotproduct()