Searched refs:BRANCH (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dsstep.h36 BRANCH, enumerator in enum:instruction_type
/linux-master/drivers/pwm/
H A Dpwm-stmpe.c95 #define BRANCH (BIT(15) | BIT(13)) macro
215 program[1] = BRANCH;
/linux-master/arch/sparc/net/
H A Dbpf_jit_comp_64.c121 #define BRANCH (F2(0, 1) | XCC) macro
124 #define BA (BRANCH | CONDA)
125 #define BG (BRANCH | CONDG)
126 #define BL (BRANCH | CONDL)
127 #define BLE (BRANCH | CONDLE)
128 #define BGU (BRANCH | CONDGU)
129 #define BLEU (BRANCH | CONDLEU)
130 #define BGE (BRANCH | CONDGE)
131 #define BGEU (BRANCH | CONDGEU)
132 #define BLU (BRANCH | CONDL
[all...]
/linux-master/tools/perf/util/
H A Ddlfilter.c370 CHECK_FLAG(BRANCH);
H A Dparse-events.c1149 ADD_CONFIG_TERM_STR(BRANCH, term->val.str, term->weak);
/linux-master/arch/powerpc/lib/
H A Dsstep.c1376 op->type = BRANCH;
1398 op->type = BRANCH | BRTAKEN;
1422 op->type = BRANCH;
3245 case BRANCH:
/linux-master/kernel/trace/
H A Dtrace.h1199 C(BRANCH, "branch"),
/linux-master/kernel/bpf/
H A Dverifier.c15577 BRANCH = 2, enumerator in enum:__anon271
15628 if (e == BRANCH && insn_state[t] >= (DISCOVERED | BRANCH))
15637 if (e == BRANCH) {
15685 ret = push_insn(t, t + insns[t].imm + 1, BRANCH, env);
15788 return push_insn(t, t + insn->off + 1, BRANCH, env);

Completed in 376 milliseconds