Lines Matching refs:BPF_OP
160 switch (BPF_OP(op)) {
203 switch (BPF_OP(op)) {
677 if (!valid_alu_i(BPF_OP(code), imm)) {
679 emit_alu_r(ctx, dst, MIPS_R_T4, BPF_OP(code));
680 } else if (rewrite_alu_i(BPF_OP(code), imm, &alu, &val)) {
699 if (!valid_alu_i(BPF_OP(code), imm)) {
702 emit_alu_r(ctx, dst, MIPS_R_T4, BPF_OP(code));
703 } else if (rewrite_alu_i(BPF_OP(code), imm, &alu, &val)) {
717 emit_alu_r(ctx, dst, src, BPF_OP(code));
736 emit_alu_r(ctx, dst, MIPS_R_T4, BPF_OP(code));
773 if (!valid_alu_i(BPF_OP(code), imm)) {
775 emit_alu_r64(ctx, dst, MIPS_R_T4, BPF_OP(code));
776 } else if (rewrite_alu_i(BPF_OP(code), imm, &alu, &val)) {
802 emit_alu_r64(ctx, dst, src, BPF_OP(code));
922 setup_jmp_r(ctx, dst == src, BPF_OP(code), off, &jmp, &rel);
953 setup_jmp_i(ctx, imm, 32, BPF_OP(code), off, &jmp, &rel);
989 setup_jmp_r(ctx, dst == src, BPF_OP(code), off, &jmp, &rel);
1018 setup_jmp_i(ctx, imm, 64, BPF_OP(code), off, &jmp, &rel);