Searched refs:imm32_hi (Results 1 – 1 of 1) sorted by relevance
715 const u32 imm32_hi, const u32 imm32_lo) in emit_mov_imm64() argument719 if (is_uimm32(((u64)imm32_hi << 32) | (u32)imm32_lo)) { in emit_mov_imm64()731 EMIT(imm32_hi, 4); in emit_mov_imm64()