Home
last modified time | relevance | path

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

/tools/perf/util/
A Ddwarf-regs-powerpc.c16 #define OP_LD 58 macro
34 if ((opcode == OP_LD) || (opcode == OP_STD)) in get_offset_opcode()
/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; }

Completed in 6 milliseconds