Home
last modified time | relevance | path

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

/Linux-v5.10/tools/bpf/
Dbpf_exp.y54 %token OP_LDB OP_LDH OP_LD OP_LDX OP_ST OP_STX OP_JMP OP_JEQ OP_JGT OP_JGE
154 : OP_LD '#' number {
156 | OP_LD K_PKT_LEN {
158 | OP_LD extension {
161 | OP_LD 'M' '[' number ']' {
163 | OP_LD '[' 'x' '+' number ']' {
165 | OP_LD '[' '%' 'x' '+' number ']' {
167 | OP_LD '[' number ']' {
Dbpf_exp.l52 "ld" { return OP_LD; }
/Linux-v5.10/arch/powerpc/include/asm/
Dppc-opcode.h183 #define OP_LD 58 macro