Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
H A Dbpf_jit_comp64.c300 EMIT(PPC_RAW_CMPLDI(bpf_to_ppc(TMP_REG_2), ctx->stack_size)); in bpf_jit_build_prologue()
633 EMIT(PPC_RAW_CMPLDI(bpf_to_ppc(TMP_REG_2), 0)); in bpf_jit_emit_tail_call()
1849 EMIT(PPC_RAW_CMPLDI(dst_reg, imm)); in bpf_jit_build_body()
/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h526 #define PPC_RAW_CMPLDI(a, i) (0x28200000 | ___PPC_RA(a) | IMM_L(i)) macro