Searched refs:PPC_RAW_CMPLW (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/powerpc/net/ |
H A D | bpf_jit_comp32.c | 236 EMIT(PPC_RAW_CMPLW(b2p_index, _R0)); in bpf_jit_emit_tail_call() 947 EMIT(PPC_RAW_CMPLW(src_reg, _R0)); in bpf_jit_build_body() 1151 EMIT(PPC_RAW_CMPLW(dst_reg_h, src_reg_h)); in bpf_jit_build_body() 1153 EMIT(PPC_RAW_CMPLW(dst_reg, src_reg)); in bpf_jit_build_body() 1162 EMIT(PPC_RAW_CMPLW(dst_reg, src_reg)); in bpf_jit_build_body() 1171 EMIT(PPC_RAW_CMPLW(dst_reg, src_reg)); in bpf_jit_build_body() 1205 EMIT(PPC_RAW_CMPLW(dst_reg_h, _R0)); in bpf_jit_build_body() 1208 EMIT(PPC_RAW_CMPLW(dst_reg, _R0)); in bpf_jit_build_body() 1221 EMIT(PPC_RAW_CMPLW(dst_reg, _R0)); in bpf_jit_build_body() 1238 EMIT(PPC_RAW_CMPLW(dst_reg, _R0)); in bpf_jit_build_body()
|
H A D | bpf_jit_comp64.c | 297 EMIT(PPC_RAW_CMPLW(b2p_index, bpf_to_ppc(TMP_REG_1))); in bpf_jit_emit_tail_call() 1101 EMIT(PPC_RAW_CMPLW(dst_reg, src_reg)); in bpf_jit_build_body() 1157 EMIT(PPC_RAW_CMPLW(dst_reg, tmp1_reg)); in bpf_jit_build_body()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | ppc-opcode.h | 524 #define PPC_RAW_CMPLW(a, b) (0x7c000040 | ___PPC_RA(a) | ___PPC_RB(b)) macro
|