Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/net/ !
Dbpf_jit_comp32.c246 EMIT(PPC_RAW_ADDIC(_R0, _R0, 1)); in bpf_jit_emit_tail_call()
263 EMIT(PPC_RAW_ADDIC(_R3, _R3, BPF_TAILCALL_PROLOGUE_SIZE)); in bpf_jit_emit_tail_call()
389 EMIT(PPC_RAW_ADDIC(dst_reg, src2_reg, imm)); in bpf_jit_build_body()
/linux-6.6.21/arch/powerpc/include/asm/ !
Dppc-opcode.h502 #define PPC_RAW_ADDIC(d, a, i) (0x30000000 | ___PPC_RT(d) | ___PPC_RA(a) | IMM_L(i)) macro