Lines Matching refs:sub
1707 /* The dst will be zero extended, so won't be sub-register anymore. */
3238 * func1 -> sub rsp, 128
3239 * subfunc1 -> sub rsp, 256
3241 * func2 -> sub rsp, 192 (total stack size = 128 + 192 = 320)
3242 * subfunc2 -> sub rsp, 64
3243 * subfunc22 -> sub rsp, 128
3245 * func3 -> sub rsp, 32 (total stack size 128 + 192 + 64 + 32 = 416)
3795 * a sub-register.
5578 /* Do the sub in u64, where overflow is well-defined */
5589 /* Do the sub in u32, where overflow is well-defined */
5844 const char *op = BPF_OP(insn->code) == BPF_ADD ? "add" : "sub";
7070 } else { /* all other ALU ops: and, sub, xor, add, ... */
8698 struct bpf_subprog_info *sub;
8730 sub = env->subprog_info;
8759 * first sub also and the first sub must have
8782 if (linfo[i].insn_off == sub[s].start) {
8783 sub[s].linfo_idx = i;
8785 } else if (sub[s].start < linfo[i].insn_off) {