Searched refs:LD64 (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/sparc/net/
H A Dbpf_jit_comp_64.c169 #define LD64 F3(3, 0x0b) macro
179 #define LDPTR LD64
185 #define LD64I (LD64 | IMMED)
880 emit(LD64 | IMMED | RS1(tmp) | S13(off) | RD(tmp), ctx);
888 emit(LD64 | IMMED | RS1(tmp) | S13(off) | RD(tmp), ctx);
1274 opcode = LD64;
1286 if (opcode != LD64 && insn_is_zext(&insn[1]))
1421 emit(LD64 | RS1(tmp) | RS2(G0) | RD(tmp2), ctx);
H A Dbpf_jit_comp_32.c93 #define LD64 F3(3, 0x0b) macro
102 #define LD64I (LD64 | IMMED)

Completed in 111 milliseconds