Searched refs:BPF_JA (Results 1 – 11 of 11) sorted by relevance
19 if (BPF_OP(instruction->code) != BPF_JA) { in TraverseRecursively()91 if (BPF_OP(iter->code) == BPF_JA) { in PrintProgram()147 if (BPF_CLASS(code) == BPF_JMP && BPF_OP(code) != BPF_JA) { in MakeInstruction()185 if (BPF_CLASS(code) != BPF_JMP || BPF_OP(code) == BPF_JA) { in MakeInstruction()203 if (BPF_OP(head->code) == BPF_JA) { in JoinInstructions()254 if (BPF_OP(insn->code) != BPF_JA) { in FindBranchTargets()382 if (BPF_OP(insn->code) != BPF_JA) { in CutGraphIntoBasicBlocks()505 if (BPF_OP(insn1.code) != BPF_JA) { in PointerCompare()566 if (BPF_OP(last_insn->code) != BPF_JA) { in ComputeIncomingBranches()609 if (BPF_OP(last_insn->code) != BPF_JA) { in TopoSortBasicBlocks()[all …]
97 Instruction* insn1 = codegen->MakeInstruction(BPF_JMP + BPF_JA, 0, insn0); in SampleProgramComplex()99 SANDBOX_ASSERT(insn1->code == BPF_JMP + BPF_JA); in SampleProgramComplex()284 if (BPF_OP(insn->code) != BPF_JA) { in FindBranchTargets()401 BPF_OP((*iter)->code) != BPF_JA) { in MergeTails()419 if (BPF_OP(insn->code) != BPF_JA) { in MergeTails()472 if (BPF_OP(insn->code) == BPF_JA) { in CompileAndCompare()509 if (BPF_OP(insn.code) == BPF_JA) { in CompileAndCompare()
241 if (BPF_OP(insn.code) == BPF_JA) { in Jmp()
153 case BPF_JMP|BPF_JA:295 if (BPF_CLASS(p->code) == BPF_JMP && BPF_OP(p->code) != BPF_JA) {
407 case BPF_JMP|BPF_JA:658 case BPF_JA:
2044 if (BPF_CLASS(src->s.code) != BPF_JMP || src->s.code == (BPF_JMP|BPF_JA)) { in convert_code_r()2121 dst[extrajmps].code = BPF_JMP|BPF_JA; in convert_code_r()2138 dst[extrajmps].code = BPF_JMP|BPF_JA; in convert_code_r()
2169 sjcommon = new_stmt(JMP(BPF_JA)); in gen_load_prism_llprefixlen()5653 s[i] = new_stmt(BPF_JMP|BPF_JA);5728 s[i] = new_stmt(BPF_JMP|BPF_JA);
76 #define BPF_JA 0x00 macro
1287 #define BPF_JA 0x00 macro
8171 if (insn->code == (BPF_JMP|BPF_JA)) { in add_monitor_filter()