Searched refs:PPC_RAW_LIS (Results 1 – 3 of 3) sorted by relevance
76 EMIT(PPC_RAW_LIS(d, IMM_H(i))); \97 EMIT(PPC_RAW_LIS(d, ((uintptr_t)(i) >> 48))); \
629 PPC_RAW_LIS(_R12, 0), in ftrace_dyn_arch_init()
506 #define PPC_RAW_LIS(r, i) PPC_RAW_ADDIS(r, 0, i) macro