Searched refs:instr (Results 1 – 4 of 4) sorted by relevance
| /tools/testing/selftests/powerpc/include/ |
| A D | instructions.h | 98 #define PREFIX_MLS(instr, t, a, r, d) stringify_in_c(.balign 64, , 4;) \ argument 102 stringify_in_c(.long (instr) | \ 107 #define PREFIX_8LS(instr, t, a, r, d) stringify_in_c(.balign 64, , 4;) \ argument 111 stringify_in_c(.long (instr) | \
|
| /tools/objtool/include/objtool/ |
| A D | check.h | 19 s8 instr; member 55 s8 instr; member
|
| /tools/bpf/ |
| A D | bpf_exp.y | 77 : instr 82 : labelled instr 85 instr
|
| /tools/objtool/ |
| A D | check.c | 2413 insn->instr++; in __annotate_late() 2417 insn->instr--; in __annotate_late() 3414 if (state->noinstr && state->instr <= 0 && in validate_call() 3447 if (state->noinstr && state->instr > 0) { in validate_return() 3592 state.instr += insn->instr; in validate_branch()
|
Completed in 12 milliseconds