Home
last modified time | relevance | path

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

/openbmc/linux/arch/csky/kernel/
H A Dmodule.c15 #define IS_BSR32(hi16, lo16) (((hi16) & 0xFC00) == 0xE000) argument
16 #define IS_JSRI32(hi16, lo16) ((hi16) == 0xEAE0) argument
/openbmc/linux/arch/arm64/kernel/
H A Dcompat_alignment.c40 #define IS_T32(hi16) \ argument
41 (((hi16) & 0xe000) == 0xe000 && ((hi16) & 0x1800))
/openbmc/u-boot/board/micronas/vct/
H A Dsmc_eeprom.c349 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()
/openbmc/linux/arch/powerpc/kernel/
H A Dreloc_32.S131 bne hi16
139 hi16: label
/openbmc/linux/arch/arm/mm/
H A Dalignment.c73 #define IS_T32(hi16) \ argument
74 (((hi16) & 0xe000) == 0xe000 && ((hi16) & 0x1800))
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc443 tcg_target_long hi16 = sextreg(imm - lo12, 16, 16);
446 * Note that there's a hole in between hi16 and lo12:
451 * | hi16 | | lo12 |
456 if (imm == (hi16 << 16) + lo12) {
457 if (hi16) {
458 tcg_out_opc_addu16i_d(s, rd, rs, hi16);