Searched refs:imm32_lo (Results 1 – 1 of 1) sorted by relevance
941 const u32 imm32_hi, const u32 imm32_lo) in emit_mov_imm64() argument943 u64 imm64 = ((u64)imm32_hi << 32) | (u32)imm32_lo; in emit_mov_imm64()953 emit_mov_imm32(&prog, false, dst_reg, imm32_lo); in emit_mov_imm64()955 emit_mov_imm32(&prog, true, dst_reg, imm32_lo); in emit_mov_imm64()959 EMIT(imm32_lo, 4); in emit_mov_imm64()