Lines Matching refs:IMM
52 #define IMM insn->imm macro
325 DST = DST OP IMM; \ in __bpf_prog_run()
328 DST = (u32) DST OP (u32) IMM; \ in __bpf_prog_run()
350 DST = (u32) IMM; in __bpf_prog_run()
356 DST = IMM; in __bpf_prog_run()
366 (*(s64 *) &DST) >>= IMM; in __bpf_prog_run()
381 div64_u64_rem(DST, IMM, &tmp); in __bpf_prog_run()
386 DST = do_div(tmp, (u32) IMM); in __bpf_prog_run()
401 DST = div64_u64(DST, IMM); in __bpf_prog_run()
405 do_div(tmp, (u32) IMM); in __bpf_prog_run()
409 switch (IMM) { in __bpf_prog_run()
422 switch (IMM) { in __bpf_prog_run()
484 if (DST == IMM) { in __bpf_prog_run()
496 if (DST != IMM) { in __bpf_prog_run()
508 if (DST > IMM) { in __bpf_prog_run()
520 if (DST >= IMM) { in __bpf_prog_run()
532 if (((s64) DST) > ((s64) IMM)) { in __bpf_prog_run()
544 if (((s64) DST) >= ((s64) IMM)) { in __bpf_prog_run()
556 if (DST & IMM) { in __bpf_prog_run()
570 *(SIZE *)(unsigned long) (DST + insn->off) = IMM; \ in __bpf_prog_run()
590 off = IMM; in __bpf_prog_run()
622 off = IMM; in __bpf_prog_run()
632 off = IMM; in __bpf_prog_run()
642 off = IMM + SRC; in __bpf_prog_run()
645 off = IMM + SRC; in __bpf_prog_run()
648 off = IMM + SRC; in __bpf_prog_run()