Home
last modified time | relevance | path

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

/linux/tools/bpf/
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
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 ']' {
A Dbpf_exp.l52 "ld" { return OP_LD; }
/linux/arch/powerpc/include/asm/
A Dppc-opcode.h220 #define OP_LD 58 macro

Completed in 10 milliseconds