Searched refs:PPC_RAW_CMPLW (Results 1 – 3 of 3) sorted by relevance
/linux/arch/powerpc/net/ |
A D | bpf_jit_comp32.c | 219 EMIT(PPC_RAW_CMPLW(b2p_index, _R0)); in bpf_jit_emit_tail_call() 956 EMIT(PPC_RAW_CMPLW(dst_reg_h, src_reg_h)); in bpf_jit_build_body() 958 EMIT(PPC_RAW_CMPLW(dst_reg, src_reg)); in bpf_jit_build_body() 967 EMIT(PPC_RAW_CMPLW(dst_reg, src_reg)); in bpf_jit_build_body() 976 EMIT(PPC_RAW_CMPLW(dst_reg, src_reg)); in bpf_jit_build_body() 1010 EMIT(PPC_RAW_CMPLW(dst_reg_h, _R0)); in bpf_jit_build_body() 1013 EMIT(PPC_RAW_CMPLW(dst_reg, _R0)); in bpf_jit_build_body() 1026 EMIT(PPC_RAW_CMPLW(dst_reg, _R0)); in bpf_jit_build_body() 1043 EMIT(PPC_RAW_CMPLW(dst_reg, _R0)); in bpf_jit_build_body()
|
A D | bpf_jit_comp64.c | 227 EMIT(PPC_RAW_CMPLW(b2p_index, b2p[TMP_REG_1])); in bpf_jit_emit_tail_call() 929 EMIT(PPC_RAW_CMPLW(dst_reg, src_reg)); in bpf_jit_build_body() 989 EMIT(PPC_RAW_CMPLW(dst_reg, in bpf_jit_build_body()
|
/linux/arch/powerpc/include/asm/ |
A D | ppc-opcode.h | 509 #define PPC_RAW_CMPLW(a, b) (0x7c000040 | ___PPC_RA(a) | ___PPC_RB(b)) macro
|
Completed in 11 milliseconds