Searched refs:PPC_RAW_CMPLW (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/net/ |
H A D | bpf_jit_comp32.c | 236 EMIT(PPC_RAW_CMPLW(b2p_index, _R0)); in bpf_jit_emit_tail_call() 935 EMIT(PPC_RAW_CMPLW(src_reg, _R0)); in bpf_jit_build_body() 1139 EMIT(PPC_RAW_CMPLW(dst_reg_h, src_reg_h)); in bpf_jit_build_body() 1141 EMIT(PPC_RAW_CMPLW(dst_reg, src_reg)); in bpf_jit_build_body() 1150 EMIT(PPC_RAW_CMPLW(dst_reg, src_reg)); in bpf_jit_build_body() 1159 EMIT(PPC_RAW_CMPLW(dst_reg, src_reg)); in bpf_jit_build_body() 1193 EMIT(PPC_RAW_CMPLW(dst_reg_h, _R0)); in bpf_jit_build_body() 1196 EMIT(PPC_RAW_CMPLW(dst_reg, _R0)); in bpf_jit_build_body() 1209 EMIT(PPC_RAW_CMPLW(dst_reg, _R0)); in bpf_jit_build_body() 1226 EMIT(PPC_RAW_CMPLW(dst_re in bpf_jit_build_body() [all...] |
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() 1089 EMIT(PPC_RAW_CMPLW(dst_reg, src_reg)); in bpf_jit_build_body() 1145 EMIT(PPC_RAW_CMPLW(dst_reg, tmp1_reg)); in bpf_jit_build_body()
|
/kernel/linux/linux-5.10/arch/powerpc/net/ |
H A D | bpf_jit_comp.c | 491 EMIT(PPC_RAW_CMPLW(r_A, r_X)); in bpf_jit_build_body() 504 EMIT(PPC_RAW_CMPLW(r_A, r_scratch1)); in bpf_jit_build_body()
|
H A D | bpf_jit_comp64.c | 245 EMIT(PPC_RAW_CMPLW(b2p_index, b2p[TMP_REG_1])); in bpf_jit_emit_tail_call() 938 EMIT(PPC_RAW_CMPLW(dst_reg, src_reg)); in bpf_jit_build_body() 998 EMIT(PPC_RAW_CMPLW(dst_reg, in bpf_jit_build_body()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | ppc-opcode.h | 462 #define PPC_RAW_CMPLW(a, b) (0x7c000040 | ___PPC_RA(a) | ___PPC_RB(b)) macro
|
/kernel/linux/linux-6.6/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
|
Completed in 9 milliseconds