Searched refs:OP_LD (Results 1 – 4 of 4) sorted by relevance
54 %token OP_LDB OP_LDH OP_LD OP_LDX OP_ST OP_STX OP_JMP OP_JEQ OP_JGT OP_JGE154 : 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 ']' {
52 "ld" { return OP_LD; }
108 #define OP_LD 58 macro126 if ((opcode == OP_LD) || (opcode == OP_STD)) in get_offset_opcode()
168 #define OP_LD 58 macro