Home
last modified time | relevance | path

Searched full:op_ldx (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
179 : OP_LDX '#' number {
181 | OP_LDX K_PKT_LEN {
183 | OP_LDX 'M' '[' number ']' {
191 | OP_LDX number '*' '(' '[' number ']' '&' number ')' {
H A Dbpf_exp.l54 "ldx" { return OP_LDX; }