Searched refs:IMM_HA (Results 1 – 2 of 2) sorted by relevance
356 if (IMM_HA(imm) & 0xffff) in bpf_jit_build_body()357 EMIT(PPC_RAW_ADDIS(dst_reg, dst_reg, IMM_HA(imm))); in bpf_jit_build_body()
125 #define IMM_HA(i) (((uintptr_t)(i)>>16) + \ macro