Searched refs:PPC_HIGHEST (Results 1 – 2 of 2) sorted by relevance
139 patch_instruction(addr++, ppc_inst(PPC_RAW_LIS(reg, PPC_HIGHEST(val)))); in patch_imm64_load_insns()
367 #define PPC_HIGHEST(v) (((v) >> 48) & 0xffff) macro