Home
last modified time | relevance | path

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

/openbmc/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; }
/openbmc/qemu/disas/
H A Dhppa.c437 OP_LDB = 0x10, enumerator