Home
last modified time | relevance | path

Searched refs:PPC_RAW_ADDIC (Results 1 – 2 of 2) sorted by relevance

/linux/arch/powerpc/net/
A Dbpf_jit_comp32.c247 EMIT(PPC_RAW_ADDIC(_R0, _R0, 1)); in bpf_jit_emit_tail_call()
264 EMIT(PPC_RAW_ADDIC(_R3, _R3, BPF_TAILCALL_PROLOGUE_SIZE)); in bpf_jit_emit_tail_call()
390 EMIT(PPC_RAW_ADDIC(dst_reg, src2_reg, imm)); in bpf_jit_build_body()
/linux/arch/powerpc/include/asm/
A Dppc-opcode.h503 #define PPC_RAW_ADDIC(d, a, i) (0x30000000 | ___PPC_RT(d) | ___PPC_RA(a) | IMM_L(i)) macro

Completed in 12 milliseconds