Home
last modified time | relevance | path

Searched full:op_ldb (Results 1 – 2 of 2) sorted by relevance

/linux/tools/bpf/
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
123 : OP_LDB '[' 'x' '+' number ']' {
125 | OP_LDB '[' '%' 'x' '+' number ']' {
127 | OP_LDB '[' number ']' {
129 | OP_LDB extension {
H A Dbpf_exp.l50 "ldb" { return OP_LDB; }