Home
last modified time | relevance | path

Searched refs:OP_JMP (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/bpf/
H A Dbpf_exp.l59 "jmp" { return OP_JMP; }
60 "ja" { return OP_JMP; }
H A Dbpf_exp.y54 %token OP_LDB OP_LDH OP_LD OP_LDX OP_ST OP_STX OP_JMP OP_JEQ OP_JGT OP_JGE
210 : OP_JMP label {
/openbmc/linux/drivers/misc/altera-stapl/
H A Daltera.c78 OP_JMP, enumerator
968 case OP_JMP: in altera_execute()