Home
last modified time | relevance | path

Searched refs:PPC_RAW_CMPWI (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/net/
A Dbpf_jit_comp32.c1035 EMIT(PPC_RAW_CMPWI(dst_reg_h, imm < 0 ? -1 : 0)); in bpf_jit_build_body()
1040 EMIT(PPC_RAW_CMPWI(dst_reg_h, imm < 0 ? -1 : 0)); in bpf_jit_build_body()
1055 EMIT(PPC_RAW_CMPWI(dst_reg, imm)); in bpf_jit_build_body()
1070 EMIT(PPC_RAW_CMPWI(dst_reg_h, 0)); in bpf_jit_build_body()
A Dbpf_jit_comp64.c1014 EMIT(PPC_RAW_CMPWI(dst_reg, imm)); in bpf_jit_build_body()
/linux/arch/powerpc/include/asm/
A Dppc-opcode.h503 #define PPC_RAW_CMPWI(a, i) (0x2c000000 | ___PPC_RA(a) | IMM_L(i)) macro

Completed in 11 milliseconds