Searched refs:const_val (Results 1 – 3 of 3) sorted by relevance
794 #define INSERT_IMMED_GPRA_CONST(inst, const_val) \ argument796 ((((const_val) << 12) & 0x0FF00000ull) | \797 (((const_val) << 10) & 0x0003FC00ull))798 #define INSERT_IMMED_GPRB_CONST(inst, const_val) \ argument800 ((((const_val) << 12) & 0x0FF00000ull) | \801 (((const_val) << 0) & 0x000000FFull))
225 bpf_u_int32 const_val; member752 opt_state->vmap[val].const_val = v0; in F()784 a = opt_state->vmap[v0].const_val; in fold_op()785 b = opt_state->vmap[v1].const_val; in fold_op()1055 b->s.k += opt_state->vmap[val].const_val; in opt_peep()1133 bpf_u_int32 v = opt_state->vmap[val].const_val; in opt_peep()1143 bpf_u_int32 v = opt_state->vmap[val].const_val; in opt_peep()1206 s->k += opt_state->vmap[v].const_val; in opt_stmt()1258 s->k = 0U - opt_state->vmap[val[A_ATOM]].const_val; in opt_stmt()1334 s->k = opt_state->vmap[val[X_ATOM]].const_val; in opt_stmt()[all …]
35 #define INSERT_IMMED_GPRA_CONST(inst, const_val) \ argument37 ((((const_val) << 12) & 0x0FF00000ull) | \38 (((const_val) << 10) & 0x0003FC00ull))))39 #define INSERT_IMMED_GPRB_CONST(inst, const_val) \ argument41 ((((const_val) << 12) & 0x0FF00000ull) | \42 (((const_val) << 0) & 0x000000FFull))))