Searched refs:PPC_RAW_ORI (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit.h | 78 EMIT(PPC_RAW_ORI(d, d, IMM_L(i))); \ 99 EMIT(PPC_RAW_ORI(d, d, \ 107 EMIT(PPC_RAW_ORI(d, d, (uintptr_t)(i) & \
|
| /linux/arch/powerpc/include/asm/ |
| H A D | ppc-opcode.h | 493 #define PPC_RAW_NOP() PPC_RAW_ORI(0, 0, 0) 552 #define PPC_RAW_ORI(d, a, i) (0x60000000 | ___PPC_RA(d) | ___PPC_RS(a) | IMM_L(i)) macro
|