Searched refs:hi16 (Results 1 – 6 of 6) sorted by relevance
15 #define IS_BSR32(hi16, lo16) (((hi16) & 0xFC00) == 0xE000) argument16 #define IS_JSRI32(hi16, lo16) ((hi16) == 0xEAE0) argument
40 #define IS_T32(hi16) \ argument41 (((hi16) & 0xe000) == 0xe000 && ((hi16) & 0x1800))
349 ulong hi16, lo32; in do_eeprom_save_mac() local361 hi16 = (ethaddr[5] << 8) | (ethaddr[4]); in do_eeprom_save_mac()367 eeprom_save_mac_address(hi16, lo32); in do_eeprom_save_mac()
131 bne hi16139 hi16: label
73 #define IS_T32(hi16) \ argument74 (((hi16) & 0xe000) == 0xe000 && ((hi16) & 0x1800))
443 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);