Searched refs:hi16 (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/csky/kernel/ |
| H A D | module.c | 15 #define IS_BSR32(hi16, lo16) (((hi16) & 0xFC00) == 0xE000) argument 16 #define IS_JSRI32(hi16, lo16) ((hi16) == 0xEAE0) argument
|
| /OK3568_Linux_fs/u-boot/board/micronas/vct/ |
| H A D | smc_eeprom.c | 349 ulong hi16, lo32; in do_eeprom_save_mac() local 361 hi16 = (ethaddr[5] << 8) | (ethaddr[4]); in do_eeprom_save_mac() 367 eeprom_save_mac_address(hi16, lo32); in do_eeprom_save_mac()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | reloc_32.S | 131 bne hi16 139 hi16: label
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | alignment.c | 73 #define IS_T32(hi16) \ argument 74 (((hi16) & 0xe000) == 0xe000 && ((hi16) & 0x1800))
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | as.info | 13386 '%hi16' 13394 mov.w #%hi16(sym),a1 19039 '%hi16()' 19044 movw ax,#%hi16(_sym) 22611 'hi16' 22618 'ha16(N)' is identical to 'hi16(N)', except if 'lo16(N)' is 22619 negative it adds one to the 'hi16(N)' value. This way 'lo16' and
|
| H A D | bfd.info | 3429 or.u r13,r0,hi16(_foo+0x12345678)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | as.info | 13386 '%hi16' 13394 mov.w #%hi16(sym),a1 19039 '%hi16()' 19044 movw ax,#%hi16(_sym) 22611 'hi16' 22618 'ha16(N)' is identical to 'hi16(N)', except if 'lo16(N)' is 22619 negative it adds one to the 'hi16(N)' value. This way 'lo16' and
|
| H A D | bfd.info | 3429 or.u r13,r0,hi16(_foo+0x12345678)
|